jquery-screenfull-rails 0.0.6 → 0.0.7

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: 5e2e58f105b41857031ee5e7a589992809c5cfb5
4
- data.tar.gz: 01d6d41e8289d6ce5221c7d22aaaff2b987510b1
3
+ metadata.gz: f8d2f0397a5a30303340bde9920b1b4338a5e665
4
+ data.tar.gz: 15382f79fa5e4efe431acc6aa65b2654144f1bf1
5
5
  SHA512:
6
- metadata.gz: 01e867a760af27163bc36217b69e8568c33ccd2b1cfe071542cf6f90a1f81625d07b144099549ffda718096d4dc7b8903a799f076cf8044e93755a95e8924607
7
- data.tar.gz: 3f4ada368f63ecdc055e2b91b8f5da269b225d3fac272aabe727861ca0b387cb83a9f802124a59fe3708cd44e938d7091327421a9a1cc60d9a93b8bd74829022
6
+ metadata.gz: d451c02e6b34ca50ed8710387c8d21552151757d243a3db7e39cbe18494abd0c1f99a93e3298920ff9639cf51f62d4a23b922048853b5c21f0d83d1585a5b886
7
+ data.tar.gz: 3b986efe12e322e86bafcf41ab5224c7a4841866e160fde1dc155c7f4868df0df0f7767cc22170d9e933bede171e8d4f7a736c27c0c71b92eeb7034c39693323
data/Gemfile.lock CHANGED
@@ -1,22 +1,22 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jquery-screenfull-rails (0.0.6)
4
+ jquery-screenfull-rails (0.0.7)
5
5
  railties (>= 3.1.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionpack (4.1.6)
11
- actionview (= 4.1.6)
12
- activesupport (= 4.1.6)
10
+ actionpack (4.1.7)
11
+ actionview (= 4.1.7)
12
+ activesupport (= 4.1.7)
13
13
  rack (~> 1.5.2)
14
14
  rack-test (~> 0.6.2)
15
- actionview (4.1.6)
16
- activesupport (= 4.1.6)
15
+ actionview (4.1.7)
16
+ activesupport (= 4.1.7)
17
17
  builder (~> 3.1)
18
18
  erubis (~> 2.7.0)
19
- activesupport (4.1.6)
19
+ activesupport (4.1.7)
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.1)
29
+ minitest (5.4.2)
30
30
  rack (1.5.2)
31
31
  rack-test (0.6.2)
32
32
  rack (>= 1.0)
33
- railties (4.1.6)
34
- actionpack (= 4.1.6)
35
- activesupport (= 4.1.6)
33
+ railties (4.1.7)
34
+ actionpack (= 4.1.7)
35
+ activesupport (= 4.1.7)
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.6'.freeze
4
+ VERSION = '0.0.7'.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.6
4
+ version: 0.0.7
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-09-15 00:00:00.000000000 Z
11
+ date: 2014-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties