brew_lib 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/lib/brew_lib/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24fe33a27cf094fc5bf68e5467537e0d1325ff5a841594b0cf060b9758754ba0
|
4
|
+
data.tar.gz: 4d5af37eb6f420cd2022d95820f2fcc27a87ef9e727ec3c62be8e613b84ed706
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f09157ec2501945e71e66888f21c6763fedd92cf0bd5edbdd697536061d50884e5c81538910245170ef79b7d97633a2d1e1a0bb05c1b4cffe3ac3fbaaa5faf2a
|
7
|
+
data.tar.gz: c5954292c5a6ba7270f2bc21a03305241327795fdd503d518c3b32b2788efea57abe6cb121f328d1744672aa5221c0c8604c1ea0436ed13cd5e9f7cd603def7c
|
data/Rakefile
CHANGED
@@ -17,7 +17,7 @@ def version
|
|
17
17
|
`git describe --tags --abbrev=0`.chomp
|
18
18
|
end
|
19
19
|
|
20
|
-
desc "Create a new release and
|
20
|
+
desc "Create a new release, push and system install [patch|minor|major], default is patch"
|
21
21
|
task bump: [:test] do |_, args|
|
22
22
|
part = args.to_a.fetch(0, "patch")
|
23
23
|
sh "{ git add -A && git commit --quiet -m 'bump #{part}' >/dev/null &&
|
data/lib/brew_lib/version.rb
CHANGED