inline_forms 1.6.19 → 1.6.20

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.
data/bin/inline_forms CHANGED
@@ -122,6 +122,7 @@ module InlineForms
122
122
  gem 'rails'
123
123
  gem 'rake'
124
124
  gem 'jquery-rails'
125
+ gem 'jquery-ui-rails'
125
126
  gem 'capistrano'
126
127
  gem 'will_paginate', :git => 'git://github.com/acesuares/will_paginate.git'
127
128
  gem 'tabs_on_rails', :git => 'git://github.com/acesuares/tabs_on_rails.git', :branch => 'update_remote'
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "1.6.19"
3
+ VERSION = "1.6.20"
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.19
5
+ version: 1.6.20
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-05 00:00:00 Z
13
+ date: 2013-07-06 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rvm