inline_forms 1.0.6 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/lib/inline_forms.rb CHANGED
@@ -1,4 +1,4 @@
1
- puts "loading inline_forms...#{InlineForms.VERSION}"
1
+ #puts "loading inline_forms...#{VERSION}"
2
2
 
3
3
  module InlineForms
4
4
 
@@ -1,3 +1,3 @@
1
1
  module InlineForms
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.8"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 6
10
- version: 1.0.6
9
+ - 8
10
+ version: 1.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ace Suares