inline_forms 1.6.20 → 1.6.21

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.
@@ -119,7 +119,7 @@ module InlineForms
119
119
  source 'http://rubygems.org'
120
120
 
121
121
  gem 'test-unit'
122
- gem 'rails'
122
+ gem 'rails', '~> 3.2.12'
123
123
  gem 'rake'
124
124
  gem 'jquery-rails'
125
125
  gem 'jquery-ui-rails'
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "1.6.20"
3
+ VERSION = "1.6.21"
4
4
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.6.20
5
+ version: 1.6.21
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ace Suares
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2013-07-06 00:00:00 Z
13
+ date: 2013-07-07 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rvm