active_finite 0.3.1 → 0.3.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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/active_finite.rb +1 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
data/lib/active_finite.rb CHANGED
@@ -82,6 +82,6 @@ def modify_finite args
82
82
  end
83
83
 
84
84
  def default_column_name table_name
85
- (table_name.to_s.singularize + '_value').to_sym
85
+ (table_name.to_s.singularize.downcase + '_value').to_sym
86
86
  end
87
87
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: active_finite
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.1
5
+ version: 0.3.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - me
@@ -128,7 +128,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - ">="
130
130
  - !ruby/object:Gem::Version
131
- hash: -550395119
131
+ hash: -833118801
132
132
  segments:
133
133
  - 0
134
134
  version: "0"