notification-pusher 1.0.0.beta7 → 1.0.0.beta8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/{notification_pusher.rb → notification-pusher.rb} +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9ff67c2e1435a9b631aab3aec4ccdf4f940ce0a2d351a8336f161122d5b43dd
|
4
|
+
data.tar.gz: 8f4b3f51430152f3c1aff871abe8a716be6dbb9c6277cece73f8622ca4bc596a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dab9452ca10ad43a2b7b79f803718c4b239389e44c2b608e35f3f18a6c03ceeab222b4ad4099f0b4a23f3aac0a5cb10a585f73e2b4a0a6fbc18fb7576ed57e66
|
7
|
+
data.tar.gz: 8c388e9c1b8a79e42f4d115dc8f16de6932504afbf6d5bf9c20c53c1a87f292851c0ac57b4eddb49ce57dbadbcc93c291703c238236e0186555f3da1da1061ec
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: notification-pusher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.beta8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonas Hübotter
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.0.0.
|
19
|
+
version: 1.0.0.beta8
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.0.0.
|
26
|
+
version: 1.0.0.beta8
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rspec
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -64,7 +64,7 @@ files:
|
|
64
64
|
- README.md
|
65
65
|
- lib/generators/notification_pusher/install_generator.rb
|
66
66
|
- lib/generators/templates/install/initializer.rb
|
67
|
-
- lib/
|
67
|
+
- lib/notification-pusher.rb
|
68
68
|
- lib/notification_pusher/configuration.rb
|
69
69
|
- lib/notification_pusher/notification_library.rb
|
70
70
|
- lib/notification_pusher/pusher.rb
|