action_push 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/Makefile +1 -1
- data/action_push.gemspec +1 -1
- data/lib/action_push/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85bdd892fcd8a4b28a2113f361683e864c2efe1b21c7b5463b291e562ce829d3
|
4
|
+
data.tar.gz: e93ead3bb892200da95cfe2701e3a312ea5b5b323dd438a626755c62b73e3688
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c01bc6021e3c1667b0605d5cacbed63b82f25bb59ec0c4718c65a65812c24a3745b7eaa18dd9f329bdfdf9d798057e397e1e05af25438314b54f45d01d329e93
|
7
|
+
data.tar.gz: 13b59e2061623413fde2c1669333a01efd48c5418dee03eda19bf87a2890dd5a8261564226e86ef4577e2564ce71d12b06dd588e96634c5a33e5ec5ec77055da
|
data/Gemfile.lock
CHANGED
data/Makefile
CHANGED
data/action_push.gemspec
CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
13
13
|
spec.summary = 'Organize Push notifications'
|
14
14
|
spec.description = <<~TXT
|
15
15
|
ActionPush is a lightweight tool which allows you to organize Push notifications the same way Action Mailer does.
|
16
|
-
It includes
|
16
|
+
It includes built-in support for the GORUSH gateway
|
17
17
|
TXT
|
18
18
|
spec.homepage = 'https://github.com/shlima/action_push'
|
19
19
|
spec.license = 'MIT'
|
data/lib/action_push/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: action_push
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aliaksandr Shylau
|
@@ -123,8 +123,7 @@ dependencies:
|
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
125
|
description: "ActionPush is a lightweight tool which allows you to organize Push notifications
|
126
|
-
the same way Action Mailer does. \nIt includes
|
127
|
-
GORUSH gateway\n"
|
126
|
+
the same way Action Mailer does. \nIt includes built-in support for the GORUSH gateway\n"
|
128
127
|
email:
|
129
128
|
- alex.shilov.by@gmail.com
|
130
129
|
executables: []
|