bumper_pusher 0.2.3 → 0.2.4

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
  SHA1:
3
- metadata.gz: 4121ccf8c70e0585a591a9f007585c7ed2d01cbe
4
- data.tar.gz: 069bb36432acf671da9cce23294e6cc40d0c2b52
3
+ metadata.gz: 787a7924fd59ae7425ba689205ea5e958464aae8
4
+ data.tar.gz: c8bc5195d3b34bbf22aa6dc575152bdb09de5a69
5
5
  SHA512:
6
- metadata.gz: 18a87fdf14c6ac922e564a988e694263d685442134f82c2488b047a01bfed46dbbd577b893e8a898fd6b3c00f190e391628b849976ab491fe95eb1d182238c25
7
- data.tar.gz: 1ccfc31686fafa4bf6b5a82020492cab4bbd8458f0f047aa7666cc8d8b315977049d660e67091fe0d2c3f64d484b64b25176732f6dd092ce924fa9f43f860662
6
+ metadata.gz: b1c033c49a06db779fb258145a3e2554620cd7643497ed1e49785783bdfc724105109299fd98fb224523054a769d99f745b9020212140136bc6d82fe58506c7a
7
+ data.tar.gz: 4e4328cc3550d1fd101962bc1c68abd94de98ab182d3f905270c08bcfa044013a2e0da353b2a7fdb8e43a4f6cefabeb70a118b0cdda6703a4d26b40b3461778d
data/.travis.yml CHANGED
@@ -3,8 +3,9 @@ language: ruby
3
3
  before_install:
4
4
  - gem update --system
5
5
  - gem --version
6
+ - gem install bundler
6
7
  rvm:
7
- - 2.1.0
8
+ - 2.3.1
8
9
 
9
10
  notifications:
10
11
  email:
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.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
- addressable (2.3.8)
12
- colorize (0.7.7)
13
- descendants_tracker (0.0.4)
14
- thread_safe (~> 0.3, >= 0.3.1)
15
- faraday (0.9.1)
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
- github_api (0.12.4)
18
- addressable (~> 2.3)
19
- descendants_tracker (~> 0.0.4)
20
- faraday (~> 0.8, < 0.10)
21
- hashie (>= 3.4)
22
- multi_json (>= 1.7.5, < 2.0)
23
- nokogiri (~> 1.6.6)
24
- oauth2
25
- github_changelog_generator (1.9.0)
26
- colorize (~> 0.7)
27
- github_api (~> 0.12)
28
- hashie (3.4.2)
29
- jwt (1.5.1)
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
- nokogiri (1.6.6.2)
35
- mini_portile (~> 0.6.0)
36
- oauth2 (1.0.0)
37
- faraday (>= 0.8, < 0.10)
38
- jwt (~> 1.0)
39
- multi_json (~> 1.3)
40
- multi_xml (~> 0.5)
41
- rack (~> 1.2)
42
- rack (1.6.4)
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.10.6
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 print: `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`
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
- - `-r` for bump release (`1.2.3` -> `2.0.0`)
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 print `bumper_pusher` in your repo folder.
48
- - Support version storage directly in `gemspec` file and in `version.rb`
49
- - Check that you're bumping from `master`. (otherwise print warning with confirmation)
50
- - Check that your `git status` is clean
51
- - Ability to build test gem easily `bumper_pusher -b`
52
- - Ability to generate changelog for new version by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)
53
- - Support both `gemspec` and `podspec` files
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
 
@@ -1,3 +1,3 @@
1
1
  module BumperPusher
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  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.3
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: 2015-10-08 00:00:00.000000000 Z
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.4.8
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: