jquery-screenfull-rails 0.0.5 → 0.0.6

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: 8a42fd3827b2c407e9b1101b43521297e3947c95
4
- data.tar.gz: 0600ec055ba7ee4d28db9e8ba6012ba459f0347b
3
+ metadata.gz: 5e2e58f105b41857031ee5e7a589992809c5cfb5
4
+ data.tar.gz: 01d6d41e8289d6ce5221c7d22aaaff2b987510b1
5
5
  SHA512:
6
- metadata.gz: 3651c26735467b008aef3bb23e323fa622339f1dbf9a45ff81e73f489adee847af135a6dbd176a7d80db4668557a0cfdeb0032ba08c9c6ca6a94ca9e61ea6821
7
- data.tar.gz: 816b4cfe089ca36c9512c8d92325f9a207bcc3edb67ee9b7f11c52aed92c6f33d69075c10c2877ae92d2a213c723cff86d89b9679d4ceb1e4f001d26354091ff
6
+ metadata.gz: 01e867a760af27163bc36217b69e8568c33ccd2b1cfe071542cf6f90a1f81625d07b144099549ffda718096d4dc7b8903a799f076cf8044e93755a95e8924607
7
+ data.tar.gz: 3f4ada368f63ecdc055e2b91b8f5da269b225d3fac272aabe727861ca0b387cb83a9f802124a59fe3708cd44e938d7091327421a9a1cc60d9a93b8bd74829022
data/Gemfile.lock CHANGED
@@ -1,22 +1,22 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jquery-screenfull-rails (0.0.5)
4
+ jquery-screenfull-rails (0.0.6)
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.6)
11
+ actionview (= 4.1.6)
12
+ activesupport (= 4.1.6)
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.6)
16
+ activesupport (= 4.1.6)
17
17
  builder (~> 3.1)
18
18
  erubis (~> 2.7.0)
19
- activesupport (4.1.4)
19
+ activesupport (4.1.6)
20
20
  i18n (~> 0.6, >= 0.6.9)
21
21
  json (~> 1.7, >= 1.7.7)
22
22
  minitest (~> 5.1)
@@ -26,19 +26,19 @@ 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.1)
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.6)
34
+ actionpack (= 4.1.6)
35
+ activesupport (= 4.1.6)
36
36
  rake (>= 0.8.7)
37
37
  thor (>= 0.18.1, < 2.0)
38
38
  rake (10.3.2)
39
39
  thor (0.19.1)
40
40
  thread_safe (0.3.4)
41
- tzinfo (1.2.1)
41
+ tzinfo (1.2.2)
42
42
  thread_safe (~> 0.1)
43
43
 
44
44
  PLATFORMS
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Screenfull
3
3
  module Rails
4
- VERSION = '0.0.5'.freeze
4
+ VERSION = '0.0.6'.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.5
4
+ version: 0.0.6
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-03 00:00:00.000000000 Z
11
+ date: 2014-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  version: '0'
63
63
  requirements: []
64
64
  rubyforge_project:
65
- rubygems_version: 2.2.2
65
+ rubygems_version: 2.4.1
66
66
  signing_key:
67
67
  specification_version: 4
68
68
  summary: A jquery wrapper around the screenfull.js library