apipie-bindings 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b7cceeb94a9ea707ddb916c5695c3f920ba2fc8
4
- data.tar.gz: 3320e451131f8f09bd92e095a07da657f7d7d2dd
3
+ metadata.gz: 9e97dd17fff7daa31bb6b9c3d9c0ce896a8b6a98
4
+ data.tar.gz: ebb7ed8491df770582786a1d86102088dc7dee5f
5
5
  SHA512:
6
- metadata.gz: 0f17f1047441f6d13815c2990b0ff1344e5a0b55631b50b5bf2148399c3e01ee8790a7e7fc905e011a7d3267a4a1127b1fb1bd0155a531a61eaf0f619cb8d1d1
7
- data.tar.gz: 38eb79b2eb4b50cdf5e12d7ed6ea22c259ff74591f13a704b2c01e35df09118aa958f045022ba09778771b7bdf687a10204ef372c0af954d7162d5e0c6f7c82f
6
+ metadata.gz: be9739179d7a3c68a2fa8f666d5565cb0f154c5996315f24b43a93d2b131ff2ef08b9b5ee3ec9490ba9122d3421d3df8c6b9c2dee2762497ad4471571e7fdd4c
7
+ data.tar.gz: 4992332d1c150706ccb2757d9bdb32549b96a153706dd58c64d4c15ea1f1a2a4a7719abb86ca6c0b646cdc1d0ce65417102dee79cda19131bf057215be70a533
@@ -126,11 +126,12 @@ module ApipieBindings
126
126
  inflect.singular(/([^aeiouy])ies$/i, '\1y')
127
127
 
128
128
  inflect.irregular('child', 'children')
129
+ inflect.irregular('man', 'men')
130
+ inflect.irregular('medium', 'media')
131
+ inflect.irregular('move', 'moves')
129
132
  inflect.irregular('person', 'people')
130
133
  inflect.irregular('self', 'selves')
131
- inflect.irregular('man', 'men')
132
134
  inflect.irregular('sex', 'sexes')
133
- inflect.irregular('move', 'moves')
134
135
 
135
136
  inflect.uncountable(%w(equipment information money species series fish sheep police))
136
137
  end
@@ -1,5 +1,5 @@
1
1
  module ApipieBindings
2
2
  def self.version
3
- @version ||= Gem::Version.new '0.0.3'
3
+ @version ||= Gem::Version.new '0.0.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apipie-bindings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Bačovský