jquery-screenfull-rails 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8d2f0397a5a30303340bde9920b1b4338a5e665
4
- data.tar.gz: 15382f79fa5e4efe431acc6aa65b2654144f1bf1
3
+ metadata.gz: 0b1ebbe06544d2310c564e251937882841a0e028
4
+ data.tar.gz: 09005fbebc8f46e62dba0f7c463865d31fd76ccd
5
5
  SHA512:
6
- metadata.gz: d451c02e6b34ca50ed8710387c8d21552151757d243a3db7e39cbe18494abd0c1f99a93e3298920ff9639cf51f62d4a23b922048853b5c21f0d83d1585a5b886
7
- data.tar.gz: 3b986efe12e322e86bafcf41ab5224c7a4841866e160fde1dc155c7f4868df0df0f7767cc22170d9e933bede171e8d4f7a736c27c0c71b92eeb7034c39693323
6
+ metadata.gz: c6fc263e1940bef3f4f427cb8d3809b95d7d0e0df6c86c5f6c05a104115a0ccc33bec749492873f918143b9a272230106556551e529d9254af16a299a11acd91
7
+ data.tar.gz: 351aa85ef16ab866274ea79aa368323a328190020e9be678f1dced1693a5978636a5ebdc0bdb9b5bad67c9e69da48ff748592a3ea71a253996e7cad2aaf8b1a0
@@ -1,22 +1,22 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jquery-screenfull-rails (0.0.7)
4
+ jquery-screenfull-rails (0.0.8)
5
5
  railties (>= 3.1.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionpack (4.1.7)
11
- actionview (= 4.1.7)
12
- activesupport (= 4.1.7)
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.7)
16
- activesupport (= 4.1.7)
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.7)
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.2)
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.7)
34
- actionpack (= 4.1.7)
35
- activesupport (= 4.1.7)
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)
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Screenfull
3
3
  module Rails
4
- VERSION = '0.0.7'.freeze
4
+ VERSION = '0.0.8'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-screenfull-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
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-10-31 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