0.0
No commit activity in last 3 years
No release in over 3 years
Natural Sort algorithm for Javascript
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6

Runtime

~> 4.0
 Project Readme

[Deprecated/Unsupported] Natural Sort JS

Gem Version Build Status Dependency Status

Original natural sort can be found at http://www.overset.com/2008/09/01/javascript-natural-sort-algorithm/

03/25/2015 - Unsupported: Due to the ETS Berkeley team now using npm for front-end dependencies, this gem is no longer supported.

Getting Started

Add the gem to your application Gemfile:

gem 'natural-sort-js'

Specifying versions

  • By default, this gem will include the latest stable version of natural sort JS with //require natural-sort-js in your application.<js/coffee> file.
  • You can also force specific versions to be loaded with //require <VERSION>/natural-sort-js, assuming the source files exist somewhere in the gem.