action_push 0.1.0 → 0.1.1

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: ff1cc117f681c6bda61285aa5107cf481178e282a8e0feed7fa38b43a75ec3ab
4
- data.tar.gz: dc6057e306c7dbcf688aade09d3e23cc60da3b06d4ed6be3c2493c2ef8a480d1
3
+ metadata.gz: b31b9ecad88a349f333d59b9a8ce4c8c17ee5e84a2cfca38cafb4db87057e151
4
+ data.tar.gz: 892994f8d74f499d14ebdc51300c17c1ab0036c172527370e89c2138dafc4ced
5
5
  SHA512:
6
- metadata.gz: 948ab35dfc5cc18ed73281b071f4b3ca1d96f57be63e839f5554156e2ffbd4e5981c5ba17f0bba69efa8e53f552cac83e3b5b8a1d7cc17f72fd1257ba6679862
7
- data.tar.gz: 7771253022b54cb8bb21c76a7d651fef27fed3bc7ec12536871a1f88074ecfa605dce9fde1071e68c6b06b36edc2150687efd9e0280d2b4f4b66b0cc55ecb4b6
6
+ metadata.gz: 239211cc4c0b079bd7ebda4ce2f4b337ed96456bb5057a3b2d36e913649a8cf8834320a0e0c499943d05923cf8386785049a02ec401efc878934b37e645821a2
7
+ data.tar.gz: 925eb4527da4c222f7e483fc182816632846fc6bb1e017c9d113115021bcdde4ec259d15813438111f783893230dff3ba9bfbb0c38d5c56ae6817c7341e96a59
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- action_push (0.1.0)
4
+ action_push (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/action_push.gemspec CHANGED
@@ -10,8 +10,11 @@ Gem::Specification.new do |spec|
10
10
  spec.authors = ['Aliaksandr Shylau']
11
11
  spec.email = %w[alex.shilov.by@gmail.com]
12
12
 
13
- spec.summary = 'ActionPush is a lightweight tool which allows you to organize Push notifications the same way Action Mailer does'
14
- spec.description = 'It includes includes built-in support for the GORUSH gateway'
13
+ spec.summary = 'Organize Push notifications'
14
+ spec.description = <<~TXT
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
17
+ TXT
15
18
  spec.homepage = 'https://github.com/shlima/action_push'
16
19
  spec.license = 'MIT'
17
20
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActionPush
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aliaksandr Shylau
@@ -122,7 +122,9 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description: It includes includes built-in support for the GORUSH gateway
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
128
  email:
127
129
  - alex.shilov.by@gmail.com
128
130
  executables: []
@@ -185,6 +187,5 @@ requirements: []
185
187
  rubygems_version: 3.0.6
186
188
  signing_key:
187
189
  specification_version: 4
188
- summary: ActionPush is a lightweight tool which allows you to organize Push notifications
189
- the same way Action Mailer does
190
+ summary: Organize Push notifications
190
191
  test_files: []