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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 21082bf6072b6a3048f4ea0ef918fc701916b10b6df591502d7c9644a9747875
4
- data.tar.gz: b5c67abae5d0acf2c46e3abcb4f5b83280cf7881a360ef96fb612ddda51af069
3
+ metadata.gz: 85bdd892fcd8a4b28a2113f361683e864c2efe1b21c7b5463b291e562ce829d3
4
+ data.tar.gz: e93ead3bb892200da95cfe2701e3a312ea5b5b323dd438a626755c62b73e3688
5
5
  SHA512:
6
- metadata.gz: 8ac3c185b04463f2aa2dd7fd93db5ffca73f45a1471eb929ad6a7a0cdb275ff0313570150324f2a24f2e317d49c158ecf88bd8a441295671bd3ba5f0d035ac22
7
- data.tar.gz: 45626f3783d0d68a3534fb090174e2371cbddc0b010db8409aaad559030e2dc3bd0f6e9995fda33acd0db653c0d2274d5d6dc6fe75fa6b5236beeb593de1a3d8
6
+ metadata.gz: c01bc6021e3c1667b0605d5cacbed63b82f25bb59ec0c4718c65a65812c24a3745b7eaa18dd9f329bdfdf9d798057e397e1e05af25438314b54f45d01d329e93
7
+ data.tar.gz: 13b59e2061623413fde2c1669333a01efd48c5418dee03eda19bf87a2890dd5a8261564226e86ef4577e2564ce71d12b06dd588e96634c5a33e5ec5ec77055da
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- action_push (0.1.3)
4
+ action_push (0.1.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/Makefile CHANGED
@@ -9,4 +9,4 @@ dockerize:
9
9
  docker-compose up ${ARGS}
10
10
 
11
11
  release:
12
- bin/release.sh
12
+ bin/release
@@ -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 includes built-in support for the GORUSH gateway
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'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActionPush
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.4'
5
5
  end
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.3
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 includes built-in support for the
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: []