selection_options_for 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md
CHANGED
Binary file
|
Binary file
|
@@ -10,11 +10,9 @@ Gem::Specification.new do |gem|
|
|
10
10
|
when the DB holds only a 1 character flag.
|
11
11
|
and when the code requires symbolic references to the value to use in algorithms
|
12
12
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
Any other type passed in throws an error
|
17
|
-
|
13
|
+
This gem is superceded by the gem state_objects
|
14
|
+
Please migrate to: https://rubygems.org/gems/state_objects
|
15
|
+
|
18
16
|
Limitations: Don't use this if you will run reports directly against the DB
|
19
17
|
In that case, the reports will not have access to the display labels
|
20
18
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: selection_options_for
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -45,12 +45,11 @@ dependencies:
|
|
45
45
|
version: '0'
|
46
46
|
description: ! "\n This code allows you to keep the display labels in the model
|
47
47
|
\n when the DB holds only a 1 character flag.\n and when the code requires symbolic
|
48
|
-
references to the value to use in algorithms\n \n
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
\
|
53
|
-
\ In that case, the reports will not have access to the display labels \n "
|
48
|
+
references to the value to use in algorithms\n \n This gem is superceded by
|
49
|
+
the gem state_objects\n Please migrate to: https://rubygems.org/gems/state_objects\n
|
50
|
+
\ \n Limitations: Don't use this if you will run reports directly against
|
51
|
+
the DB \n In that case, the reports will not have access to the display labels
|
52
|
+
\ \n "
|
54
53
|
email:
|
55
54
|
- mark@agiledna.com
|
56
55
|
executables: []
|
@@ -71,6 +70,7 @@ files:
|
|
71
70
|
- pkg/selection_options_for-0.0.6.gem
|
72
71
|
- pkg/selection_options_for-0.0.7.gem
|
73
72
|
- pkg/selection_options_for-0.0.8.gem
|
73
|
+
- pkg/selection_options_for-0.0.9.gem
|
74
74
|
- selection_options_for.gemspec
|
75
75
|
- test/selection_options_for_ex_test.rb
|
76
76
|
- test/selection_options_for_test.rb
|