bumper_pusher 0.2.3 → 0.2.4
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/.travis.yml +2 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +36 -33
- data/README.md +10 -10
- data/lib/bumper_pusher/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 787a7924fd59ae7425ba689205ea5e958464aae8
|
|
4
|
+
data.tar.gz: c8bc5195d3b34bbf22aa6dc575152bdb09de5a69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1c033c49a06db779fb258145a3e2554620cd7643497ed1e49785783bdfc724105109299fd98fb224523054a769d99f745b9020212140136bc6d82fe58506c7a
|
|
7
|
+
data.tar.gz: 4e4328cc3550d1fd101962bc1c68abd94de98ab182d3f905270c08bcfa044013a2e0da353b2a7fdb8e43a4f6cefabeb70a118b0cdda6703a4d26b40b3461778d
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [0.2.3](https://github.com/skywinder/bumper_pusher/tree/0.2.3) (2015-10-08)
|
|
4
|
+
[Full Changelog](https://github.com/skywinder/bumper_pusher/compare/0.2.2...0.2.3)
|
|
5
|
+
|
|
3
6
|
## [0.2.2](https://github.com/skywinder/bumper_pusher/tree/0.2.2) (2015-09-29)
|
|
4
7
|
[Full Changelog](https://github.com/skywinder/bumper_pusher/compare/0.2.0...0.2.2)
|
|
5
8
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,47 +1,50 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bumper_pusher (0.2.
|
|
4
|
+
bumper_pusher (0.2.3)
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
activesupport (5.0.0.1)
|
|
12
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
13
|
+
i18n (~> 0.7)
|
|
14
|
+
minitest (~> 5.1)
|
|
15
|
+
tzinfo (~> 1.1)
|
|
16
|
+
addressable (2.5.0)
|
|
17
|
+
public_suffix (~> 2.0, >= 2.0.2)
|
|
18
|
+
colorize (0.8.1)
|
|
19
|
+
concurrent-ruby (1.0.2)
|
|
20
|
+
faraday (0.9.2)
|
|
16
21
|
multipart-post (>= 1.2, < 3)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
multi_json
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
mini_portile (0.6.2)
|
|
31
|
-
multi_json (1.11.2)
|
|
32
|
-
multi_xml (0.5.5)
|
|
22
|
+
faraday-http-cache (1.3.1)
|
|
23
|
+
faraday (~> 0.8)
|
|
24
|
+
github_changelog_generator (1.14.1)
|
|
25
|
+
activesupport
|
|
26
|
+
faraday-http-cache
|
|
27
|
+
multi_json
|
|
28
|
+
octokit (~> 4.0)
|
|
29
|
+
rainbow (>= 2.1)
|
|
30
|
+
rake (>= 10.0)
|
|
31
|
+
retriable (~> 2.1)
|
|
32
|
+
i18n (0.7.0)
|
|
33
|
+
minitest (5.9.1)
|
|
34
|
+
multi_json (1.12.1)
|
|
33
35
|
multipart-post (2.0.0)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
rake (10.4.2)
|
|
36
|
+
octokit (4.6.0)
|
|
37
|
+
sawyer (~> 0.8.0, >= 0.5.3)
|
|
38
|
+
public_suffix (2.0.4)
|
|
39
|
+
rainbow (2.1.0)
|
|
40
|
+
rake (10.5.0)
|
|
41
|
+
retriable (2.1.0)
|
|
42
|
+
sawyer (0.8.0)
|
|
43
|
+
addressable (>= 2.3.5, < 2.6)
|
|
44
|
+
faraday (~> 0.8, < 0.10)
|
|
44
45
|
thread_safe (0.3.5)
|
|
46
|
+
tzinfo (1.2.2)
|
|
47
|
+
thread_safe (~> 0.1)
|
|
45
48
|
|
|
46
49
|
PLATFORMS
|
|
47
50
|
ruby
|
|
@@ -52,4 +55,4 @@ DEPENDENCIES
|
|
|
52
55
|
rake (~> 10.0)
|
|
53
56
|
|
|
54
57
|
BUNDLED WITH
|
|
55
|
-
1.
|
|
58
|
+
1.13.1
|
data/README.md
CHANGED
|
@@ -15,10 +15,10 @@ This gem make bumping and pushing your ruby gems easy and fast!
|
|
|
15
15
|
[sudo] gem install bumper_pusher
|
|
16
16
|
|
|
17
17
|
## Usage
|
|
18
|
-
- Just
|
|
19
|
-
- If you want to test
|
|
18
|
+
- Just type: `bumper_pusher` and that's it!
|
|
19
|
+
- If you want to test that all works as expected: try **dry_run** mode: `bumper_pusher --dry-run`
|
|
20
20
|
- To bump version print: `bumper_pusher [option]`
|
|
21
|
-
-
|
|
21
|
+
- `-r` for bump release (`1.2.3` -> `2.0.0`)
|
|
22
22
|
- `-m` for bump minor (`1.2.3` -> `1.3.0`)
|
|
23
23
|
- `-p` for bump patch (`1.2.3` -> `1.2.4`) **default option**
|
|
24
24
|
|
|
@@ -44,13 +44,13 @@ This gem make bumping and pushing your ruby gems easy and fast!
|
|
|
44
44
|
|
|
45
45
|
## Features & Benefits of this project
|
|
46
46
|
|
|
47
|
-
- **Very easy to use**: just
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
- Ability to
|
|
52
|
-
- Ability to generate changelog for new version
|
|
53
|
-
-
|
|
47
|
+
- **Very easy to use**: just type `bumper_pusher` in your repo folder
|
|
48
|
+
- Supports version storage directly in `gemspec` file and in `version.rb`
|
|
49
|
+
- Checks that you're bumping from the `master` branch (otherwise prints a warning with confirmation)
|
|
50
|
+
- Checks that your `git status` is clean
|
|
51
|
+
- Ability to easily test build your gem `bumper_pusher -b`
|
|
52
|
+
- Ability to generate changelog for the new version using [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)
|
|
53
|
+
- Supports both `gemspec` and `podspec` files
|
|
54
54
|
|
|
55
55
|
## Contributing
|
|
56
56
|
|
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.4
|
|
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: 2016-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -116,9 +116,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
116
|
version: '0'
|
|
117
117
|
requirements: []
|
|
118
118
|
rubyforge_project:
|
|
119
|
-
rubygems_version: 2.
|
|
119
|
+
rubygems_version: 2.5.1
|
|
120
120
|
signing_key:
|
|
121
121
|
specification_version: 4
|
|
122
122
|
summary: Easiest way to bump your specs
|
|
123
123
|
test_files: []
|
|
124
|
-
has_rdoc:
|