repofetch 0.5.1 → 0.5.2

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: 5bfe2278b9a089681497c499e15573b0ccc6ad56aec6562a520f3a1e004bd8a2
4
- data.tar.gz: abcf48633cf56efb233e9a9543a8b0e1a647b9c8209f9cd332b75fc13745972d
3
+ metadata.gz: c3aa2f5af5b1ecf4bee7de5b68c3dd28b0fb22f8d38b0f45b7d1efaa3d0836e0
4
+ data.tar.gz: a399b44bd5781a21961d0a0b2e585eb59295c936770068b8b3d3e1bb3705d6f5
5
5
  SHA512:
6
- metadata.gz: 2f9827c43998f71189b3e80a7e824a12b79ec941e83a756631aac8eafe51791674cb354452efc5265a022202c7d6134d34523bfb589d8236bf67fb0262949066
7
- data.tar.gz: 70faf36fa9c88ab85ea7a0ae31b2b68f6b85159d02a48f0bad2e1a3d4b8bfa2071cefe449c64531b631b97b083229837068173b6af10f3db0a1a7ab799fb3718
6
+ metadata.gz: af92ff3bc77e859581b7100f0ea4fe6ecdfa78ae56616f357cf9a519eae5f2770bdc883833fbad5a655cbf5d16b1605b8f4b219cecd23fe9012631791049a988
7
+ data.tar.gz: d336b0ace082947104f328f132bbac64c90d447c8e98c28280bb1d659c1cc931e2aed6df10d5888ba3ff668f953efe9864947d9d0054766c3d606e64f45c2cb0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- repofetch (0.5.1)
4
+ repofetch (0.5.2)
5
5
  actionview (~> 7.0, >= 7.0.4)
6
6
  dotenv (~> 2.8)
7
7
  faraday-retry (~> 2.0)
data/RELEASE_NOTES CHANGED
@@ -1,6 +1,5 @@
1
1
  Next
2
2
 
3
- ## Added
3
+ ## Fixed
4
4
 
5
- - `-v`/`--version` to print the version from the CLI
6
- - `Repofetch::VERSION` to get the version as a library
5
+ - Placement of `-v, --version` help in the help message
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.2
data/lib/repofetch/cli.rb CHANGED
@@ -39,8 +39,8 @@ class Repofetch
39
39
 
40
40
  add_repository_options(opts)
41
41
  add_plugin_options(opts)
42
- add_options_notes(opts)
43
42
  add_version_option(opts)
43
+ add_options_notes(opts)
44
44
  end
45
45
  end
46
46
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repofetch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spenser Black