salute 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd280b0ac1447eda3a6a6e665089fe5568d705a1
4
- data.tar.gz: afa277bdf9f535b14ca70da3e63540ffb4126ef3
3
+ metadata.gz: bc5b5f3e72b0b633fc0d36f40d1525d6071b76d1
4
+ data.tar.gz: 48fb9f6711092fa79d72faf487fb85ffa407f7dc
5
5
  SHA512:
6
- metadata.gz: aea983c0aaabd8d05cb6359cf5b1d25bfca8d19ab002b531312c892a2e8427e4f8c659e3339c83dd7e99c96f28a7dcb20e1c3b3c771fef20646bc30038b1ccea
7
- data.tar.gz: d04038d7822af8e2c7f367204ba2722a8331220c597397a9a8883919ce89804a387673c3cb1354272a874350cfc25131adbd7cf60f0c0f0648619a7c06331b8c
6
+ metadata.gz: e74e81df7e0bb16ad4e321fb040a7e09bba5ee74e0a2534303e0a55c7f238c332a491c3008e8aa006aa2608368b8e4bed23fe99cb5f60b108f63865ebe9acd2b
7
+ data.tar.gz: 5dc1de7a58adda9ca38996480060632b903c8e1304cff5ba6cbd51e4a7b6c87cb394fc86546a6f3ac4ad10908e92bd9617a4ff79314952e85c9fd672cedd67fd
@@ -1,3 +1,3 @@
1
1
  module Salute
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Noah Simpson"]
10
10
  spec.email = ["noah.simpson@shopify.com"]
11
11
 
12
- spec.summary = "A gem that uses cli-kit for custom user greetings."
13
- spec.description = 'To use the welcomer, simply add Salute.do "<name of application>" to your program.'
12
+ spec.summary = 'To use the welcomer, simply add Salute.do "<name of application>" to your program.'
13
+ spec.description = "A gem that uses cli-kit for custom user greetings."
14
14
  spec.license = "MIT"
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salute
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noah Simpson
@@ -52,8 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '5.0'
55
- description: To use the welcomer, simply add Salute.do "<name of application>" to
56
- your program.
55
+ description: A gem that uses cli-kit for custom user greetings.
57
56
  email:
58
57
  - noah.simpson@shopify.com
59
58
  executables: []
@@ -95,5 +94,6 @@ rubyforge_project:
95
94
  rubygems_version: 2.6.14
96
95
  signing_key:
97
96
  specification_version: 4
98
- summary: A gem that uses cli-kit for custom user greetings.
97
+ summary: To use the welcomer, simply add Salute.do "<name of application>" to your
98
+ program.
99
99
  test_files: []