bumper_pusher 0.1.1 → 0.1.2

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: d5a03338bd04427e1d6808132eec3f7e91ac1b5d
4
- data.tar.gz: a5b9f8c0588f5668709f553e0a8091d216422a77
3
+ metadata.gz: 1dc19e51d8748e1603926fe55f2548242cc0bbf6
4
+ data.tar.gz: a046581659d88a5e35fa71e3b7527480ebf38855
5
5
  SHA512:
6
- metadata.gz: d35be1b0835e975e2c32d8b20f45c179c9428377890be31ca0a3ba8dc4b7b22c226c809283b7513fd13825536ddcff333d0ce8482b48f9330b0f902f3c1458af
7
- data.tar.gz: 8a057e4585e3647a5eb76a24bc86b8a8a6648ae3a4a76fa57518acf3d5bde2265751178af8f66f89123801cffdfb49ff42e98770aaf4c32fe46bd6414ea137bd
6
+ metadata.gz: 78e797d896aef52c5641c2f038829147acda01c69dfcdc8b4ae596f26988e4ec96d961d2e85b8e000ed84cbd10758ad2d94fe48729f2286244c33db0cd06907d
7
+ data.tar.gz: ec48f9986ba0c1cc4a38a47cfe2d3092a5aeb6acc484babfd8c1c32b632d44ada9162132cc0ad4a4a844e680c010db419bc0e98d99a0f91356335323f2ebf5bc
data/CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
1
+ # Changelog
2
+
3
+ ## [0.1.1] (https://github.com/skywinder/bumper_pusher/tree/0.1.1)
4
+ #### 18/11/14
5
+ ## [0.1.0] (https://github.com/skywinder/bumper_pusher/tree/0.1.0)
6
+ #### 18/11/14
7
+ ## [0.0.2] (https://github.com/skywinder/bumper_pusher/tree/0.0.2)
8
+ #### 14/11/14
9
+
10
+
11
+ \* *This changelog was generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
@@ -238,7 +238,7 @@ module BumperPusher
238
238
  end
239
239
 
240
240
 
241
- if @options[:changelog]
241
+ if @options[:changelog] && !@options[:beta]
242
242
  if `which github_changelog_generator`.empty?
243
243
  puts 'Cancelled bumping: no github_changelog_generator gem found'
244
244
  else
@@ -246,7 +246,6 @@ module BumperPusher
246
246
  execute_line_if_not_dry_run("git commit CHANGELOG.md -m \"Update changelog for version #{bumped_version}\"")
247
247
  execute_line_if_not_dry_run('git push')
248
248
  end
249
-
250
249
  end
251
250
 
252
251
  end
@@ -1,3 +1,3 @@
1
1
  module BumperPusher
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Petr Korolev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-18 00:00:00.000000000 Z
11
+ date: 2014-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -61,6 +61,7 @@ extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
63
  - ".gitignore"
64
+ - CHANGELOG.md
64
65
  - Gemfile
65
66
  - LICENSE.txt
66
67
  - README.md