selections 0.1.5 → 0.1.6

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/CHANGELOG.md CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  * Fixing issue with dependencies on Rubygems
16
16
 
17
- ## 0.1.5
17
+ ## 0.1.6
18
18
 
19
19
  * Fixed issue with options and html_options order
20
20
 
@@ -59,7 +59,7 @@ module Selections
59
59
  options[:selected] = selected_item
60
60
  form.select field_id, items.map { |item| [item.name, item.id] }, options, html_options
61
61
  else
62
- "Could not find system_code of '#{system_code_name}' or '#{form.object_name}_#{system_code_name}' - #{options}"
62
+ "Could not find system_code of '#{system_code_name}' or '#{form.object_name}_#{system_code_name}'"
63
63
  end
64
64
  end
65
65
 
@@ -1,3 +1,3 @@
1
1
  module Selections
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selections
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: