ruby-push-notifications 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/lib/ruby-push-notifications/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7b8ecbc7d2752899f6c7081d0c849fd7dd9cc7f
|
4
|
+
data.tar.gz: 97f72204c96b4a227e129d66db78e1150f4feaa8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69c53b62f014059b8ca6ab9e516b2aa7551120ad503359bacda5b317923ca1b770e5c393358f573149a805d0cd78e9023f582629fd05328e99a46477c487c6e6
|
7
|
+
data.tar.gz: 18c6182eda7142c486e0cbca88e5e04193bfb9282631c2e2a4ffa9fb9a8575b2e0754875f9ef100f23accf0f7788c04a1db5d93468741570e49bedcbe00e0fd9
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ruby-push-notifications (0.
|
4
|
+
ruby-push-notifications (0.2.2)
|
5
5
|
builder (~> 3.2)
|
6
6
|
|
7
7
|
GEM
|
@@ -25,16 +25,16 @@ GEM
|
|
25
25
|
activesupport (>= 3.0.0)
|
26
26
|
i18n (0.7.0)
|
27
27
|
json (1.8.2)
|
28
|
-
minitest (5.
|
28
|
+
minitest (5.6.0)
|
29
29
|
multi_json (1.11.0)
|
30
30
|
rake (10.4.2)
|
31
31
|
rspec (3.2.0)
|
32
32
|
rspec-core (~> 3.2.0)
|
33
33
|
rspec-expectations (~> 3.2.0)
|
34
34
|
rspec-mocks (~> 3.2.0)
|
35
|
-
rspec-core (3.2.
|
35
|
+
rspec-core (3.2.3)
|
36
36
|
rspec-support (~> 3.2.0)
|
37
|
-
rspec-expectations (3.2.
|
37
|
+
rspec-expectations (3.2.1)
|
38
38
|
diff-lcs (>= 1.2.0, < 2.0)
|
39
39
|
rspec-support (~> 3.2.0)
|
40
40
|
rspec-mocks (3.2.1)
|