bumper_pusher 0.2.4 → 0.2.5
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 +5 -5
- data/CHANGELOG.md +7 -0
- data/Gemfile +18 -0
- data/Gemfile.lock +34 -27
- data/README.md +9 -0
- data/lib/bumper_pusher/parser.rb +3 -0
- data/lib/bumper_pusher/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 89f2dd45b1559766564fbc41c6a779e044f0be4d0499eabe4c5884178487945a
|
|
4
|
+
data.tar.gz: a000eb02fd0bf20510eb177e82182c2c0f0d133bc61436f78aea346e6399a62e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08e49bf13c1d521a9de94450dce49cb41b1604fcc704084feda4bd35575f3c06e14fd6fc0f7527beb5bdb7e820aafb157123ab858ea47708fba038b7b5195902'
|
|
7
|
+
data.tar.gz: 3223779b597f5c51192fbeca98e318a476c4ffb9ae9453cc458988e034592138b8a51e2799b704c5e52bbfa7cce262f603e79c44baafbcfdc9fb81840931519e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [0.2.4](https://github.com/skywinder/bumper_pusher/tree/0.2.4) (2016-11-11)
|
|
4
|
+
[Full Changelog](https://github.com/skywinder/bumper_pusher/compare/0.2.3...0.2.4)
|
|
5
|
+
|
|
6
|
+
**Merged pull requests:**
|
|
7
|
+
|
|
8
|
+
- README: Nitpick wording \[ci skip\] [\#14](https://github.com/skywinder/bumper_pusher/pull/14) ([olleolleolle](https://github.com/olleolleolle))
|
|
9
|
+
|
|
3
10
|
## [0.2.3](https://github.com/skywinder/bumper_pusher/tree/0.2.3) (2015-10-08)
|
|
4
11
|
[Full Changelog](https://github.com/skywinder/bumper_pusher/compare/0.2.2...0.2.3)
|
|
5
12
|
|
data/Gemfile
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
1
|
source "https://rubygems.org"
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
def mries(*versions)
|
|
5
|
+
versions.map do |v|
|
|
6
|
+
%w(ruby mingw x64_mingw).map do |platform|
|
|
7
|
+
"#{platform}_#{v}".to_sym unless platform == "x64_mingw" && v < "2.0"
|
|
8
|
+
end.delete_if &:nil?
|
|
9
|
+
end.flatten
|
|
10
|
+
end
|
|
2
11
|
# Specify your gem's dependencies in bumper_pusher.gemspec
|
|
12
|
+
|
|
13
|
+
if RUBY_VERSION && RUBY_VERSION >= "2.0"
|
|
14
|
+
gem "debase", "~> 0.2", ">= 0.2.2", :platforms => mries('20', '21', '22', '23', '24', '25')
|
|
15
|
+
end
|
|
16
|
+
|
|
3
17
|
gemspec
|
|
18
|
+
|
|
19
|
+
group :development do
|
|
20
|
+
gem "bundler"
|
|
21
|
+
end
|
data/Gemfile.lock
CHANGED
|
@@ -1,58 +1,65 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bumper_pusher (0.2.
|
|
4
|
+
bumper_pusher (0.2.4)
|
|
5
5
|
colorize (~> 0.7)
|
|
6
6
|
github_changelog_generator (>= 1.2, < 5.0)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
activesupport (
|
|
11
|
+
activesupport (6.0.2.1)
|
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
13
|
-
i18n (
|
|
13
|
+
i18n (>= 0.7, < 2)
|
|
14
14
|
minitest (~> 5.1)
|
|
15
15
|
tzinfo (~> 1.1)
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
zeitwerk (~> 2.2)
|
|
17
|
+
addressable (2.7.0)
|
|
18
|
+
public_suffix (>= 2.0.2, < 5.0)
|
|
18
19
|
colorize (0.8.1)
|
|
19
|
-
concurrent-ruby (1.
|
|
20
|
-
|
|
20
|
+
concurrent-ruby (1.1.5)
|
|
21
|
+
debase (0.2.4.1)
|
|
22
|
+
debase-ruby_core_source (>= 0.10.2)
|
|
23
|
+
debase-ruby_core_source (0.10.8)
|
|
24
|
+
faraday (0.17.1)
|
|
21
25
|
multipart-post (>= 1.2, < 3)
|
|
22
|
-
faraday-http-cache (
|
|
26
|
+
faraday-http-cache (2.0.0)
|
|
23
27
|
faraday (~> 0.8)
|
|
24
|
-
github_changelog_generator (1.
|
|
28
|
+
github_changelog_generator (1.15.0)
|
|
25
29
|
activesupport
|
|
26
30
|
faraday-http-cache
|
|
27
31
|
multi_json
|
|
28
|
-
octokit (~> 4.
|
|
29
|
-
rainbow (>= 2.1)
|
|
32
|
+
octokit (~> 4.6)
|
|
33
|
+
rainbow (>= 2.2.1)
|
|
30
34
|
rake (>= 10.0)
|
|
31
|
-
retriable (~>
|
|
32
|
-
i18n (
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
retriable (~> 3.0)
|
|
36
|
+
i18n (1.7.0)
|
|
37
|
+
concurrent-ruby (~> 1.0)
|
|
38
|
+
minitest (5.13.0)
|
|
39
|
+
multi_json (1.14.1)
|
|
40
|
+
multipart-post (2.1.1)
|
|
41
|
+
octokit (4.14.0)
|
|
37
42
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
38
|
-
public_suffix (
|
|
39
|
-
rainbow (
|
|
43
|
+
public_suffix (4.0.1)
|
|
44
|
+
rainbow (3.0.0)
|
|
40
45
|
rake (10.5.0)
|
|
41
|
-
retriable (
|
|
42
|
-
sawyer (0.8.
|
|
43
|
-
addressable (>= 2.3.5
|
|
44
|
-
faraday (
|
|
45
|
-
thread_safe (0.3.
|
|
46
|
-
tzinfo (1.2.
|
|
46
|
+
retriable (3.1.2)
|
|
47
|
+
sawyer (0.8.2)
|
|
48
|
+
addressable (>= 2.3.5)
|
|
49
|
+
faraday (> 0.8, < 2.0)
|
|
50
|
+
thread_safe (0.3.6)
|
|
51
|
+
tzinfo (1.2.6)
|
|
47
52
|
thread_safe (~> 0.1)
|
|
53
|
+
zeitwerk (2.2.2)
|
|
48
54
|
|
|
49
55
|
PLATFORMS
|
|
50
56
|
ruby
|
|
51
57
|
|
|
52
58
|
DEPENDENCIES
|
|
53
59
|
bumper_pusher!
|
|
54
|
-
bundler
|
|
60
|
+
bundler
|
|
61
|
+
debase (~> 0.2, >= 0.2.2)
|
|
55
62
|
rake (~> 10.0)
|
|
56
63
|
|
|
57
64
|
BUNDLED WITH
|
|
58
|
-
1.
|
|
65
|
+
1.17.3
|
data/README.md
CHANGED
|
@@ -52,6 +52,15 @@ This gem make bumping and pushing your ruby gems easy and fast!
|
|
|
52
52
|
- Ability to generate changelog for the new version using [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)
|
|
53
53
|
- Supports both `gemspec` and `podspec` files
|
|
54
54
|
|
|
55
|
+
## Debug
|
|
56
|
+
|
|
57
|
+
### For Ruby v2.x
|
|
58
|
+
Follow by [this instructions](https://dev.to/dnamsons/ruby-debugging-in-vscode-3bkj)
|
|
59
|
+
```
|
|
60
|
+
gem install ruby-debug-ide
|
|
61
|
+
gem install debase
|
|
62
|
+
```
|
|
63
|
+
|
|
55
64
|
## Contributing
|
|
56
65
|
|
|
57
66
|
1. Fork it ( https://github.com/skywinder/bumper_pusher/fork )
|
data/lib/bumper_pusher/parser.rb
CHANGED
|
@@ -44,6 +44,9 @@ module BumperPusher
|
|
|
44
44
|
opts.on("-c", "--[no]-changelog", "Auto generation of changelog and pushing it origin. Default is true") do |v|
|
|
45
45
|
options[:changelog] = v
|
|
46
46
|
end
|
|
47
|
+
opts.on("-nc", "--no-changelog", "Auto generation of changelog and pushing it origin. Default is true") do |v|
|
|
48
|
+
options[:changelog] = !v
|
|
49
|
+
end
|
|
47
50
|
end.parse!
|
|
48
51
|
options
|
|
49
52
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bumper_pusher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Petr Korolev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-12-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -115,8 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
116
|
version: '0'
|
|
117
117
|
requirements: []
|
|
118
|
-
|
|
119
|
-
rubygems_version: 2.5.1
|
|
118
|
+
rubygems_version: 3.0.6
|
|
120
119
|
signing_key:
|
|
121
120
|
specification_version: 4
|
|
122
121
|
summary: Easiest way to bump your specs
|