reform 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76401e86f77b8b06874c24e8257dc97e5d0e66c0
4
- data.tar.gz: 37e55343b9fc0d9b7d7764c4988f01f22db0d4fc
3
+ metadata.gz: e0358800d71c3327b87d9d9659d789f67bd2195d
4
+ data.tar.gz: bd6cba76f1f1b7a03b7a7d59599e7342b5bb9641
5
5
  SHA512:
6
- metadata.gz: 9b7b1d9f9ed49bff28ac3bd83802b8d73d20005bd9126a1d25b6a342e031a0e44a5ed675686242468c29c2ac7bf7c5b71bb7bf40c53ec5811d26ba601c02ca97
7
- data.tar.gz: 557e270fa0dfbaad214790f3aaa0bf579d90feeb4b70a5193fcd2bb526b4ada902d3308081ae67b0a6fdcd13b2048afd389b9625cf7c9a8819668a3c1f247095
6
+ metadata.gz: 0df0530d354cca49618404e00466349af4c91b80021e7af1d69d2fb6302fd49a31727a4264d6628c3cb5c1f22b9f4c43a43e6da42ac1f2f8633659b14ff414c8
7
+ data.tar.gz: 19c46cbabfbf81c5936417e209fdc4528f56a6847d9a541d542ca1fa00f7f0a5064653347dd759d6ffaab3a696d8037e40a007bdec332d97134f22339784f1d1
data/CHANGES.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.2.6
2
+
3
+ * Maintenance release cause I'm stupid.
4
+
1
5
  ## 0.2.5
2
6
 
3
7
  * Allow proper form inheritance. When having `HitForm < SongForm < Reform::Form` the `HitForm` class will contain `SongForm`'s properties in addition to its own fields.
Binary file
@@ -60,7 +60,7 @@ module Reform::Form::ActiveModel
60
60
  # this module is only meant to extend (not include). # DISCUSS: is this a sustainable concept?
61
61
  def self.extended(base)
62
62
  base.class_eval do
63
- extend Hooks::InheritableAttribute
63
+ extend Uber::InheritableAttribute
64
64
  inheritable_attr :model_options
65
65
  end
66
66
  end
@@ -1,3 +1,3 @@
1
1
  module Reform
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Sutterer