the-bump-cli 1.0.1 → 1.0.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
  SHA256:
3
- metadata.gz: 3e76eb62482732e7e62d3985b2db59574104a3c7f8473b6069c5c170722f72fc
4
- data.tar.gz: 82e022e52230116d9d38e9c1d567e6d24ebfd86e184bc1786c4118f7dee2f66d
3
+ metadata.gz: f0227c91669d172a3e6b4cab2a1d29df0a753f889c828e4fd643e706cf4c651f
4
+ data.tar.gz: 43551d8d7f24cb8cbe5e031a24bbdcfd7641c2e2328f0cf329f3c3085845d467
5
5
  SHA512:
6
- metadata.gz: 32e57d707a0036132bca39ad5830b0f3369622f1ebd0da1eda284d71c2ffd99ca41b19423a0fc856d3ddb2fe995d6083fe235f4ef503960d727ca8942776f002
7
- data.tar.gz: 9813a67f5487bc147875c70e18dd1c06443b18858e068b2ae3e26c898e12b026b089c69270f2f8f7fc3764cff78cd4a25fd8da0ee97ef6c609131a0bd9891c71
6
+ metadata.gz: 48df6b7615248f34e1849e5de5013bbc0443817a506b5c25ae3f9bf8f6533875468cb041dd418f7fbba1e905623a0c23fd53aaba84cad9ab3841c8d70796e2fc
7
+ data.tar.gz: 48026e376ea5384e6f3a65101cb9420f5385ad9a6bf6c5743969bbd8a46b78b3479ff74aab743a6e56c6a0dbaf8049e844c4badd338ae6eaa732ae126e6dd62f
data/bin/the-bump-cli ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require_relative "../lib/the-bump-cli"
4
+
5
+ Cli.new.call
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the-bump-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'Chris Dalla Santa'"
@@ -84,16 +84,16 @@ description:
84
84
  email:
85
85
  - "'chris.dallasanta@gmail.com'"
86
86
  executables:
87
- - bump-cli
87
+ - the-bump-cli
88
88
  extensions: []
89
89
  extra_rdoc_files: []
90
90
  files:
91
- - bin/bump-cli
91
+ - bin/the-bump-cli
92
92
  - config/environment.rb
93
93
  - lib/article.rb
94
- - lib/bump-cli.rb
95
94
  - lib/cli.rb
96
95
  - lib/scraper.rb
96
+ - lib/the-bump-cli.rb
97
97
  homepage: https://github.com/cdallasanta/bump-cli
98
98
  licenses:
99
99
  - MIT
data/bin/bump-cli DELETED
@@ -1,5 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require_relative "../lib/bump-cli"
4
-
5
- Cli.new.call