inflections 3.2.12 → 3.2.12.20130305

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 943514dad862a0595bce5ac096bab606c02459b4
4
- data.tar.gz: 5914a88010f1f0a70a3d1dba851b82eee16acb38
3
+ metadata.gz: 97ccb5336adb5e35bedba3fe99972cea8e7f2443
4
+ data.tar.gz: 55d6db3746e2f6ecd428759f438073385216ec67
5
5
  SHA512:
6
- metadata.gz: 771e4fba98d606525132e4bbec89fde3dbf2c05572401df341bb42ef7486283b3b9077af1e4cd4d4495349c3f670f13994f08522240da9744476092d360256c6
7
- data.tar.gz: d1d2b5af70d2d915d5a4866280be35244d0dbd4cb378b5d4f4a5026814b3cc8ad430c0ebe2ed1c7d9818ba32bc3d45a5249442626bf3892484edac0e116589c1
6
+ metadata.gz: 7dcf62242f4378c6af3c55b14110ed74b28fe64ee97f45033c01485d841e3b3803ee315ebcd99c791a9a46e703610b3cf850bf7301fdd6d8c7bbc90995a10346
7
+ data.tar.gz: 973ffb7d802d8b34847ba1dbc8665c024f62dd77363a3c5ab9838421f7b048e0eef7d0af1559ba8c87ac108c0a0fed7c2223ae2eca98557c400ca53966f59de2
data/CHANGELOG.markdown CHANGED
@@ -1,5 +1,9 @@
1
- 3.2.12 (Current release)
2
- ========================
1
+ 3.2.12.20130305 (Current release)
2
+ =================================
3
+ * Fix #9 - a bug that was causing all strings to pluralize and singularize in Turkish.
4
+
5
+ 3.2.12
6
+ ======
3
7
  * Support for Turkish (thanks to [Ferhat Elmas](https://github.com/ferhatelmas))
4
8
 
5
9
  3.2.9.20121206
@@ -2,7 +2,7 @@ module Inflections
2
2
  MAJOR = 3
3
3
  MINOR = 2
4
4
  PATCH = 12
5
- PRE = nil
5
+ PRE = 20130305
6
6
 
7
7
  VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.'
8
8
  end
data/lib/inflections.rb CHANGED
@@ -1,8 +1 @@
1
1
  require 'inflections/railtie' if defined?(Rails)
2
-
3
- require 'inflections/en'
4
- require 'inflections/en-GB'
5
- require 'inflections/es'
6
- require 'inflections/kk'
7
- require 'inflections/nb'
8
- require 'inflections/tr'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inflections
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.12
4
+ version: 3.2.12.20130305
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Celis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-02-27 00:00:00.000000000 Z
11
+ date: 2013-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake