sbtpretty 0.2.2 → 0.2.3
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 +4 -4
- data/bin/sbtpretty +5 -3
- data/lib/sbtpretty/version.rb +1 -1
- data/lib/sbtpretty.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 786a2a4efe694e3f46d15f198823b21d99035449
|
4
|
+
data.tar.gz: 4873ef2c4913072528c1918b4ef1acfdafaf5724
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2af927317cf4324719735f5144cb2746e11e2507b28f9980005dc54dcc3f2446029941a4851f2b43597dcf17df96f29e7f0f104d110cc1776a600989bae7b102
|
7
|
+
data.tar.gz: 9cad3666e33d53d5d491c57bb58cdb5f4ec86dbe8e61e995e3b41a21322ea3f8a897ab72ef3958701f7867157409ecf056e4eeaa169ded3ad36708a2c591701b
|
data/bin/sbtpretty
CHANGED
@@ -10,6 +10,8 @@ end
|
|
10
10
|
|
11
11
|
#http://robdodson.me/how-to-write-a-command-line-ruby-gem/
|
12
12
|
#https://blog.faodailtechnology.com/step-by-step-guide-to-publish-your-first-ruby-gem-bae3291aeab4
|
13
|
-
|
14
|
-
#
|
15
|
-
#
|
13
|
+
# update version.rb with a new number like 0.2.2
|
14
|
+
# run this command:
|
15
|
+
# gem build sbtpretty
|
16
|
+
# then replace the 0.2.2 with the version you changed and run the command
|
17
|
+
# gem push sbtpretty-0.2.2.gem
|
data/lib/sbtpretty/version.rb
CHANGED
data/lib/sbtpretty.rb
CHANGED