jquery-animate-enhanced-rails 1.11.0 → 1.11.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d96befb4347ea67588d1ecae244023fec5af451
4
- data.tar.gz: 83db1ab79f49c75bdf175496fed97cdb115d574c
3
+ metadata.gz: 5a91e6303edf0e43ef61c9a031e08205c5959c23
4
+ data.tar.gz: e1d3efb59013deef5d220d09e6267026ae75f949
5
5
  SHA512:
6
- metadata.gz: a01d8f473c4266aaa94d930dfeda3c514d06d1f83abfc8c125cce67d58c7aecd2afe023cdd46c9882309c980b8b49e2c7eaa8d2b85387498b2eaae6d2f3e41b0
7
- data.tar.gz: 5930669657d7d719e0eee177f073f739f9b4de4efd0a7794a1be5014865b44a189a79d031c0a0b5a3c341d8f3d08299a6219c2bb813874bd42f73691ad1b2639
6
+ metadata.gz: b61d7656d6e7f6ce8bc5d4888ad94ba3abb970ced3fb9d0b25bb1ae53eadfa4631976d2d9edd9ec6e600762a121c9a678e965ad0076bd09b7a15235801905813
7
+ data.tar.gz: 2d2c4a59589051f2ab739c352d0c92283e14ab1440fea39fec32019222e702c2fed2010f4729d3f273b49b7a162d8a341f7eff109d803165b7dc3088517d8ff0
@@ -1,22 +1,22 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jquery-animate-enhanced-rails (1.11.0)
4
+ jquery-animate-enhanced-rails (1.11.1)
5
5
  railties (>= 3.1.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionpack (4.1.4)
11
- actionview (= 4.1.4)
12
- activesupport (= 4.1.4)
10
+ actionpack (4.1.8)
11
+ actionview (= 4.1.8)
12
+ activesupport (= 4.1.8)
13
13
  rack (~> 1.5.2)
14
14
  rack-test (~> 0.6.2)
15
- actionview (4.1.4)
16
- activesupport (= 4.1.4)
15
+ actionview (4.1.8)
16
+ activesupport (= 4.1.8)
17
17
  builder (~> 3.1)
18
18
  erubis (~> 2.7.0)
19
- activesupport (4.1.4)
19
+ activesupport (4.1.8)
20
20
  i18n (~> 0.6, >= 0.6.9)
21
21
  json (~> 1.7, >= 1.7.7)
22
22
  minitest (~> 5.1)
@@ -26,13 +26,13 @@ GEM
26
26
  erubis (2.7.0)
27
27
  i18n (0.6.11)
28
28
  json (1.8.1)
29
- minitest (5.4.0)
29
+ minitest (5.4.3)
30
30
  rack (1.5.2)
31
31
  rack-test (0.6.2)
32
32
  rack (>= 1.0)
33
- railties (4.1.4)
34
- actionpack (= 4.1.4)
35
- activesupport (= 4.1.4)
33
+ railties (4.1.8)
34
+ actionpack (= 4.1.8)
35
+ activesupport (= 4.1.8)
36
36
  rake (>= 0.8.7)
37
37
  thor (>= 0.18.1, < 2.0)
38
38
  rake (10.3.2)
@@ -2,7 +2,7 @@ module Jquery
2
2
  module Animate
3
3
  module Enhanced
4
4
  module Rails
5
- VERSION = '1.11.0'.freeze
5
+ VERSION = '1.11.1'.freeze
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-animate-enhanced-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonid Beder
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-10 00:00:00.000000000 Z
11
+ date: 2014-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties