inline_forms 1.6.30 → 1.6.31

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: 20b507a0ea5c4aad546131a51187c2610e3d0723
4
- data.tar.gz: c4b8efd7f82464646df8f2fc3c31c1079c0182e5
3
+ metadata.gz: a0387ec446fdb88021392ca4d8aa6262cb06136d
4
+ data.tar.gz: 9fa00ba0173e8ad25ca5114155d8e6e37f6e0fd7
5
5
  SHA512:
6
- metadata.gz: c38cdb9d812b1c234e9ba82291626a0b7076b251c2c4efd78d6a6d94dd6ac7d01a4df25feccc2a78be4f2e7887402882a424a8848caecf26742a7de76af332c6
7
- data.tar.gz: b043a19aea272042392b2883ac39242e9848f9ea1e6698ee92f839ff32196e4c72b63c67540ecd48f41aaae07245d9306a4d9eafd925801a132ed31abfad086a
6
+ metadata.gz: 726ec69c8ec98b30f94275033f7609c45548890ffdd88729f012f1583b6382b75135abbdf5210d81f1fdb9a06997467455a711cdadafaa6793198b1417a3c799
7
+ data.tar.gz: 7807700e0bfd7dfba57d11b5c0a918d6415ff13b8a99ed9981722317f7870ccd24713214857b65131a5a5db12159bfd982a0ecbfd46137f1f89ba6e32fc9b4d8
data/bin/inline_forms CHANGED
@@ -111,7 +111,7 @@ module InlineForms
111
111
  source 'http://rubygems.org'
112
112
 
113
113
  gem 'test-unit'
114
- gem 'rails', '~> 3.2.12'
114
+ gem 'rails', '3.2.12'
115
115
  gem 'rake', '10.0.4'
116
116
  gem 'jquery-rails', '~> 2.3.0'
117
117
  gem 'jquery-ui-rails'
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "1.6.30"
3
+ VERSION = "1.6.31"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.30
4
+ version: 1.6.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares