yinum 2.0.1 → 2.0.2
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -2
- data/lib/enum/helpers/enum_column.rb +1 -1
- data/lib/enum/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df8ede855dacae3d39136e39fb7e2655a9250581
|
|
4
|
+
data.tar.gz: 5a6df32c4d26a9be9b395adc52455fc348b19208
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 671e06737cdb207fd2fb6216a00a2cf0472d3b81e56fe86e79ce4a8c76182fbd852463e0e57599d4c1e40e9bf8ddad0f206bef89369a4d11f1f1ddeef16f2914
|
|
7
|
+
data.tar.gz: f73919ef6fc65ba2839288a2990da531845cdf564f98d619b091d03fa526f5493aada44eeb881ad3d1e1f450e8eff44702661348d4c5220854303fca7ec11b4b
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -233,8 +233,7 @@ FRUITES.apple.value
|
|
|
233
233
|
=> "apple"
|
|
234
234
|
```
|
|
235
235
|
|
|
236
|
-
This will give you
|
|
237
|
-
to keep track of an incremental value for the keys.
|
|
236
|
+
This will give you all the enum features (validations, translations, etc), without forcing you to keep track of an incremental value for the keys.
|
|
238
237
|
|
|
239
238
|
Keep in mind that with columns it means that you'll need a string column type
|
|
240
239
|
instead of an integer.
|
data/lib/enum/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yinum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oded Niv
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-10-
|
|
11
|
+
date: 2014-10-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
89
89
|
version: '0'
|
|
90
90
|
requirements: []
|
|
91
91
|
rubyforge_project: yinum
|
|
92
|
-
rubygems_version: 2.
|
|
92
|
+
rubygems_version: 2.2.0
|
|
93
93
|
signing_key:
|
|
94
94
|
specification_version: 4
|
|
95
95
|
summary: Enum implementation
|