enumerated_field 0.3.8 → 1.0
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.
- data/README.md +2 -0
- data/enumerated_field.gemspec +1 -1
- data/lib/enumerated_field/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[](http://travis-ci.org/tstmedia/enumerated_field "Travis-CI EnumeratedField")
|
|
2
|
+
|
|
1
3
|
EnumeratedField is a library that provides some nice methods when a
|
|
2
4
|
string column is used like an enumeration, meaning there is a list of
|
|
3
5
|
allowable values for the string column. Typically you want the display
|
data/enumerated_field.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
|
14
14
|
s.platform = Gem::Platform::RUBY
|
|
15
15
|
s.authors = AUTHORS.keys
|
|
16
16
|
s.email = AUTHORS.values
|
|
17
|
-
s.homepage = "https://github.com/
|
|
17
|
+
s.homepage = "https://github.com/sportngin/enumerated_field"
|
|
18
18
|
s.summary = %q{EnumeratedField is a library that provides some nice methods when a string column is used like an enumeration.}
|
|
19
19
|
s.description = %q{EnumeratedField is a library that provides some nice methods when a string column is used like an enumeration, meaning there is a list of allowable values for the string column.}
|
|
20
20
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: enumerated_field
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0
|
|
4
|
+
version: '1.0'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date:
|
|
14
|
+
date: 2013-03-19 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: activemodel
|
|
@@ -180,7 +180,7 @@ files:
|
|
|
180
180
|
- test/enumerated_field_test.rb
|
|
181
181
|
- test/fixtures/apples.yml
|
|
182
182
|
- test/test_helper.rb
|
|
183
|
-
homepage: https://github.com/
|
|
183
|
+
homepage: https://github.com/sportngin/enumerated_field
|
|
184
184
|
licenses: []
|
|
185
185
|
post_install_message:
|
|
186
186
|
rdoc_options: []
|