salute 0.1.0 → 0.1.1

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: d95ff21ff4145447157b5c205ff501828851627f
4
- data.tar.gz: 6b4718688809cdd23539b154d07b5fa7c47b2295
3
+ metadata.gz: fd280b0ac1447eda3a6a6e665089fe5568d705a1
4
+ data.tar.gz: afa277bdf9f535b14ca70da3e63540ffb4126ef3
5
5
  SHA512:
6
- metadata.gz: 90363d265dbf520f1966ab880ee5bdec9357895237d6dd8fe6bab314a769768ab9a310d536b08326901a0244f2a4dee780f4d565af8b0bd1833dfed8966d8404
7
- data.tar.gz: cc8745eec68f1a94031f5f756ba85c8c152194644e7597135e9ca49a7cc67132b9b1ff68326db2dd4c25f8d11406e5bfee53617766f80cde40ebe3be80e1a1f3
6
+ metadata.gz: aea983c0aaabd8d05cb6359cf5b1d25bfca8d19ab002b531312c892a2e8427e4f8c659e3339c83dd7e99c96f28a7dcb20e1c3b3c771fef20646bc30038b1ccea
7
+ data.tar.gz: d04038d7822af8e2c7f367204ba2722a8331220c597397a9a8883919ce89804a387673c3cb1354272a874350cfc25131adbd7cf60f0c0f0648619a7c06331b8c
@@ -1,3 +1,3 @@
1
1
  module Salute
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["noah.simpson@shopify.com"]
11
11
 
12
12
  spec.summary = "A gem that uses cli-kit for custom user greetings."
13
- spec.homepage = "https://github.com/DevDegree/more-ruby-lukas-noah-1/tree/master"
13
+ spec.description = 'To use the welcomer, simply add Salute.do "<name of application>" to your program.'
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noah Simpson
@@ -52,7 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '5.0'
55
- description:
55
+ description: To use the welcomer, simply add Salute.do "<name of application>" to
56
+ your program.
56
57
  email:
57
58
  - noah.simpson@shopify.com
58
59
  executables: []
@@ -70,7 +71,7 @@ files:
70
71
  - lib/salute.rb
71
72
  - lib/salute/version.rb
72
73
  - salute.gemspec
73
- homepage: https://github.com/DevDegree/more-ruby-lukas-noah-1/tree/master
74
+ homepage:
74
75
  licenses:
75
76
  - MIT
76
77
  metadata: