bumper_pusher 0.1.1 → 0.1.2
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/CHANGELOG.md +11 -0
- data/lib/bumper_pusher/bumper.rb +1 -2
- data/lib/bumper_pusher/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1dc19e51d8748e1603926fe55f2548242cc0bbf6
|
4
|
+
data.tar.gz: a046581659d88a5e35fa71e3b7527480ebf38855
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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)*
|
data/lib/bumper_pusher/bumper.rb
CHANGED
@@ -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
|
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.
|
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-
|
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
|