eye-of-newt 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/eye_of_newt/units.rb +2 -0
- data/lib/eye_of_newt/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8b28ecd5868d647182a882a3cc4ff299817b6a7
|
4
|
+
data.tar.gz: 4ee358102155dcbae2458702c1dbb54913493cc5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: deeed5b9599d024ceb868069d7291f352abc3466ffc5f62074ca2b2fa59294123bcb8c166b61a79ca3eabacaf128f2a962a2a0c0e61017544b5ec8254f29a008
|
7
|
+
data.tar.gz: c37a1c45e3eb6cb1ef30ef431e1f77ee2f9b52365709de835c31dda0515a6dded4ce6a24a83a609a1bf6c70957d4b07c8edd282891b000b7dd9f07fa27a4086f
|
data/lib/eye_of_newt/units.rb
CHANGED
@@ -98,6 +98,7 @@ module EyeOfNewt
|
|
98
98
|
add_unit "cans", "can"
|
99
99
|
add_unit "packages", "package"
|
100
100
|
add_unit "containers", "container"
|
101
|
+
add_unit "sticks", "stick"
|
101
102
|
|
102
103
|
add_unit_modifier "big"
|
103
104
|
add_unit_modifier "large"
|
@@ -105,6 +106,7 @@ module EyeOfNewt
|
|
105
106
|
add_unit_modifier "small"
|
106
107
|
add_unit_modifier "heaping"
|
107
108
|
add_unit_modifier "level"
|
109
|
+
add_unit_modifier "scant"
|
108
110
|
|
109
111
|
# unquantified units
|
110
112
|
add_unit "to taste", unquantified: true
|
data/lib/eye_of_newt/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eye-of-newt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter McCracken
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08
|
11
|
+
date: 2017-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|