jquery-animate-enhanced-rails 1.11.1 → 1.11.2

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: 5a91e6303edf0e43ef61c9a031e08205c5959c23
4
- data.tar.gz: e1d3efb59013deef5d220d09e6267026ae75f949
3
+ metadata.gz: 945c9faefa9090bc1f3cff8b9e34dde4ade4a4b2
4
+ data.tar.gz: 6ee4816f41e6e20b240e2a979a6d7c5cff28d089
5
5
  SHA512:
6
- metadata.gz: b61d7656d6e7f6ce8bc5d4888ad94ba3abb970ced3fb9d0b25bb1ae53eadfa4631976d2d9edd9ec6e600762a121c9a678e965ad0076bd09b7a15235801905813
7
- data.tar.gz: 2d2c4a59589051f2ab739c352d0c92283e14ab1440fea39fec32019222e702c2fed2010f4729d3f273b49b7a162d8a341f7eff109d803165b7dc3088517d8ff0
6
+ metadata.gz: 4fce0c6e8ce5a7c38e3bea620a63470d99ebe8d9fec6045a1539ed6af2ee3f0a71ece51fb0592af89dfb3c3ae4c4444d816374bc670433f35c745036928ff8c2
7
+ data.tar.gz: 15a880c90685385ae38baf6a0301abfc71d51098fde31cee1210ce3e5e157521f50a5adde2fec16979606989ef3b12fe5d155e6398b1408b23a68f80e192b691
data/.gitignore CHANGED
@@ -1 +1,3 @@
1
+ Gemfile.lock
1
2
  pkg
3
+ tmp
@@ -2,7 +2,7 @@ module Jquery
2
2
  module Animate
3
3
  module Enhanced
4
4
  module Rails
5
- VERSION = '1.11.1'.freeze
5
+ VERSION = '1.11.2'.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.1
4
+ version: 1.11.2
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-11-17 00:00:00.000000000 Z
11
+ date: 2014-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -35,7 +35,6 @@ extra_rdoc_files: []
35
35
  files:
36
36
  - ".gitignore"
37
37
  - Gemfile
38
- - Gemfile.lock
39
38
  - LICENSE
40
39
  - README.md
41
40
  - Rakefile
@@ -1,48 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- jquery-animate-enhanced-rails (1.11.1)
5
- railties (>= 3.1.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionpack (4.1.8)
11
- actionview (= 4.1.8)
12
- activesupport (= 4.1.8)
13
- rack (~> 1.5.2)
14
- rack-test (~> 0.6.2)
15
- actionview (4.1.8)
16
- activesupport (= 4.1.8)
17
- builder (~> 3.1)
18
- erubis (~> 2.7.0)
19
- activesupport (4.1.8)
20
- i18n (~> 0.6, >= 0.6.9)
21
- json (~> 1.7, >= 1.7.7)
22
- minitest (~> 5.1)
23
- thread_safe (~> 0.1)
24
- tzinfo (~> 1.1)
25
- builder (3.2.2)
26
- erubis (2.7.0)
27
- i18n (0.6.11)
28
- json (1.8.1)
29
- minitest (5.4.3)
30
- rack (1.5.2)
31
- rack-test (0.6.2)
32
- rack (>= 1.0)
33
- railties (4.1.8)
34
- actionpack (= 4.1.8)
35
- activesupport (= 4.1.8)
36
- rake (>= 0.8.7)
37
- thor (>= 0.18.1, < 2.0)
38
- rake (10.3.2)
39
- thor (0.19.1)
40
- thread_safe (0.3.4)
41
- tzinfo (1.2.2)
42
- thread_safe (~> 0.1)
43
-
44
- PLATFORMS
45
- ruby
46
-
47
- DEPENDENCIES
48
- jquery-animate-enhanced-rails!