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
@@ -1,3 +1,5 @@
1
+ ## v0.0.9
2
+ Recommend that you move to https://rubygems.org/gems/state_objects
1
3
  ## v0.0.8
2
4
  ## v0.0.7
3
5
  * updated the tests
@@ -1,3 +1,3 @@
1
1
  module SelectionOptionsFor
2
- VERSION = "0.0.8" unless defined? SelectionOptionsFor::VERSION
2
+ VERSION = "0.0.9" unless defined? SelectionOptionsFor::VERSION
3
3
  end
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
- element 0 of the array passed in is always the logical symbol
14
- If a 2-element Array is passed in, [key, label] and the first letter of label is the DB value
15
- If a 3-element Array is passed in, [key, DB value, label]
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.8
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 element 0 of the array passed
49
- in is always the logical symbol\n If a 2-element Array is passed in, [key, label]
50
- and the first letter of label is the DB value\n If a 3-element Array is passed
51
- in, [key, DB value, label] \n Any other type passed in throws an error\n \n
52
- \ Limitations: Don't use this if you will run reports directly against the DB \n
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