inline_forms 3.2.7 → 3.2.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MjY5NGJmZTdlYWRlMzc0MmU3YWNiN2Y4ZDYwYzU4YjE1ZDgwYjViZQ==
4
+ NmU4Yzc2YTIxNjZmNTM0NzYxYjBhMGEwZDYyM2UyMzAzY2UzYTJlNw==
5
5
  data.tar.gz: !binary |-
6
- YjQ5Y2FiNmIxZThkNzNjNzc4NDYzYjllNjU4OWM0NDVkNTFmNWU5Nw==
6
+ NTA4MGM0NjZhNjczZGE5NDhiNmVhOTAxZjI1YmMwYjExMzJjYmQ3OA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YmNkZjIzYmU1N2NiODkyZmQ0YTY3YWNiNjA5YzMwODJjMzdkMGRlNjA3NDFi
10
- MjdmNWUxMzU3YWYxNTI4ZDA4NTY5ZDYyNzc3MTRiZWY2YjkxYjYyNjE2Nzgw
11
- ZmExZDc3YWJjODc3YTMyMDUxZWJmMWFjNTE5MGFhZjNjNGIzN2Y=
9
+ YzkzMWU1ZmFiMTc4ZTUxMDkyOGY2NWE5OWRlYmE3MTc0YTYxN2M5YTdjNzc5
10
+ NDc0ZWY3YmExMGM5MDI2M2FmYzJiMzIwYmEyNzRjOWU2YTRlZDJlZDAwZTYw
11
+ MzU5NmRkZjNkYjdmMzZjYjU1YTBmZDc1YjhmNzc5ZjFjYmYyOTI=
12
12
  data.tar.gz: !binary |-
13
- Y2I2ZGJlYTI4MjU3ZjViZTAwZTBmNmUxZTQxOWU0OTNiOTVmMzZjMTgzZmIx
14
- NGE0OGUxNjI5MGRhZTdlYTlhMTc5YmVmZjUxZGNkNWE1MWFjMDY3Zjg0MDk2
15
- NWFjNjNhZmI0OWJkNDViNDk2ODgzYTA0Nzg2ZDVjZTI3OTQ5ZGI=
13
+ ODdhNTI4MDFiMmEwZWQ1OWY4OGUzNTdmMzRiZWFlMzFlODFkNTQzMDMzZjA5
14
+ MGVjMDFmZjhiYzY2MGZkOWY3OWI0MjgyNzQ5NWU0MjU1ZWQ3YmVjNWUzNTQy
15
+ YTEyMGJiNGQyOTQxZjYzOGYxOTJlNjNhMWU1ZTJjMzdkYzA2MzU=
@@ -4,15 +4,15 @@ create_file 'Gemfile', "# created by inline_forms #{ENV['inline_forms_version']}
4
4
 
5
5
  add_source 'https://rubygems.org'
6
6
 
7
- gem 'rails', '~> 3.2.22'
7
+ gem 'rails', '~> 3.2.22.5'
8
8
  gem 'rake'
9
9
  gem 'jquery-rails'
10
10
  gem 'jquery-ui-sass-rails'
11
11
  gem 'capistrano'
12
- gem 'will_paginate', :git => 'git://github.com/acesuares/will_paginate.git'
13
- gem 'tabs_on_rails', :git => 'git://github.com/acesuares/tabs_on_rails.git', :branch => 'update_remote'
12
+ gem 'will_paginate', git: 'https://github.com/acesuares/will_paginate.git'
13
+ gem 'tabs_on_rails', git: 'https://github.com/acesuares/tabs_on_rails.git', :branch => 'update_remote'
14
14
  gem 'ckeditor'
15
- gem 'cancan', :git => 'git://github.com/acesuares/cancan.git', :branch => '2.0'
15
+ gem 'cancan', git: 'https://github.com/acesuares/cancan.git', :branch => '2.0'
16
16
  gem 'carrierwave'
17
17
  gem 'remotipart', '~> 1.0'
18
18
  gem 'paper_trail'
@@ -21,7 +21,7 @@ gem 'inline_forms'
21
21
  gem 'validation_hints'
22
22
  gem 'mini_magick'
23
23
  gem 'rails-i18n'
24
- gem 'i18n-active_record', :git => 'git://github.com/acesuares/i18n-active_record.git'
24
+ gem 'i18n-active_record', git: 'https://github.com/acesuares/i18n-active_record.git'
25
25
  gem 'unicorn'
26
26
  gem 'rvm'
27
27
  gem 'rvm-capistrano', require: false
@@ -31,14 +31,14 @@ gem 'mysql2', '~> 0.3.19'
31
31
 
32
32
  gem_group :development do
33
33
  gem 'yaml_db'
34
- gem 'seed_dump', git: 'git://github.com/acesuares/seed_dump.git'
34
+ gem 'seed_dump', git: 'https://github.com/acesuares/seed_dump.git'
35
35
  gem 'switch_user'
36
36
  gem 'sqlite3'
37
37
  gem 'rspec-rails'
38
38
  gem 'test-unit', '~> 3.0'
39
39
  gem 'shoulda'
40
40
  gem 'bundler'
41
- gem 'jeweler'
41
+ gem 'jeweler', '~> 2.2.1'
42
42
  gem 'capybara'
43
43
  gem 'factory_girl'
44
44
  gem 'factory_girl_rails'
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "3.2.7"
3
+ VERSION = "3.2.8"
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: 3.2.7
4
+ version: 3.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares