countable-inflections 0.0.1 → 0.1.0
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- countable-inflections.cabal +1/−1
README.md view
@@ -3,7 +3,7 @@ [](http://opensource.org/licenses/MIT) [](http://hackage.haskell.org/package/countable-inflections) [](http://stackage.org/lts/package/countable-inflections)-[](https://circleci.com/gh/tippenein/countable-inflections)+[](https://circleci.com/gh/tippenein/countable-inflections) This library implements pluralization and singularization in a similar way to the [rails inflectors](http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html)
countable-inflections.cabal view
@@ -1,5 +1,5 @@ name: countable-inflections-version: 0.0.1+version: 0.1.0 synopsis: Countable Text Inflections description: Provides methods for singularizing and pluralizing text.