adacosta-labilerecord 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +3 -1
  2. data/lib/labilerecord.rb +1 -1
  3. metadata +1 -1
data/History.txt CHANGED
@@ -9,4 +9,6 @@
9
9
  * 4 :
10
10
  * Access Model[x] instea of Model.rows[x]
11
11
  * 5 :
12
- * Fixed bug introduced in 0.0.4 always referencing row[0]
12
+ * Fixed bug introduced in 0.0.4 always referencing row[0]
13
+ * 6 :
14
+ * Fix incorrect field.type_id
data/lib/labilerecord.rb CHANGED
@@ -71,7 +71,7 @@ module LabileRecord
71
71
  def initialize(name, type, type_id)
72
72
  @name = name
73
73
  @type = type
74
- @type_id = type
74
+ @type_id = type_id
75
75
  end
76
76
  end
77
77
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adacosta-labilerecord
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alan Da Costa