rasti-form 1.1.0 → 1.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d70488681e6a487f474d2988f6e2344795bcca7d
4
- data.tar.gz: 79334807aac54d47c80092be57ee122fc828321b
3
+ metadata.gz: a47fae2c272d4c2dae64cea207f396aeb10da765
4
+ data.tar.gz: 6cac32f2aa2372c28647139a5a638fef09b0e975
5
5
  SHA512:
6
- metadata.gz: 5f393c30ca974a0204f6fbe3c86e92fb7df865171fbd5969fba5d3783b45214de20bbd714ff57e99750a0de484546fe748d313a80b45679ca3061c321db8e44b
7
- data.tar.gz: 417a854f878b0ec9007b36529f93358f406019e41143a104bdf804a60528d3a9b05bf38c4ac2824341fbb44a0c025c1f00bbf7ced06790b7bf6d77e0b443a9e1
6
+ metadata.gz: 285896f0bcdc9003ea5d11215d1a944a589ef5985228fb8e4910ba4056354cc7c366743ea55ae579010f7eda90909e8c2ba8c592d512a46f63f116e28ef3a7e7
7
+ data.tar.gz: 8ea5c1447fe95a4a2e5c1650f6c19df68a5abc09e4b9694d63f80dab141b48f1be0c82c7bfa0d5d40c7cab999289230995d373973bacd72c4049ee193d32fcb4
data/.travis.yml CHANGED
@@ -7,6 +7,7 @@ rvm:
7
7
  - 2.2
8
8
  - 2.3.0
9
9
  - 2.4.0
10
+ - 2.5.0
10
11
  - jruby-1.7.25
11
12
  - jruby-9.1.7.0
12
13
  - ruby-head
data/lib/rasti/form.rb CHANGED
@@ -116,7 +116,7 @@ module Rasti
116
116
  end
117
117
 
118
118
  def assigned_attribute_names
119
- @assigned_attribute_names ||= self.class.attribute_names & instance_variables.map { |v| v.to_s[1..-1].to_sym }
119
+ self.class.attribute_names & instance_variables.map { |v| v.to_s[1..-1].to_sym }
120
120
  end
121
121
 
122
122
  def serialize(value)
@@ -1,5 +1,5 @@
1
1
  module Rasti
2
2
  class Form
3
- VERSION = '1.1.0'
3
+ VERSION = '1.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rasti-form
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Naiman