bumpversion 0.5.0 → 0.5.1

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
- SHA1:
3
- metadata.gz: 6a474ecb623c32953955e82e550defd2a14b9516
4
- data.tar.gz: c07a7af0c0a0ad7ccec664cb9c7c90b39c87deed
2
+ SHA256:
3
+ metadata.gz: f48a04e762e6c240e369f8cc2ef1ef38b3af2de51c38b2236bb4f597ad89190d
4
+ data.tar.gz: e970dbd13e9a36c2de0f1d09592c01e7d85a6e1ac44372fef051ebc32d39f9a9
5
5
  SHA512:
6
- metadata.gz: e6f24ed84f572379b01731938a9cae98b62cad3a0a803a8c23fe1acc9424955928529d92ad006aa4c1218c232f6d3d440435d0764c3fc3765e6f38de609d188b
7
- data.tar.gz: a88d2db13f2f95be1846ff740f30f796cf1e486b3e74b8603fa87bf89c7b076a51184d2c44833092b5ae6ef5c617c3574c326d4b3b7f57866ceabb8b061774c2
6
+ metadata.gz: f46caac75c9c897d29f6e4adee53f3616e23c0e72b891039b8b26e9d35da3fbd82e96169f47eb4f48bae7c8c0a15f6205a5a8a406e2c6925e6ae3c1e6948cb24
7
+ data.tar.gz: 287c0d7407cbeaaa3c7d824c34a115d30e6c72f286e6dcd1bb70bf30cf12e6dba5430889e620213f4bca857d6ac86d48e2e4ab64b73963a03dfd4623c28bbd54
data/README.md CHANGED
@@ -6,6 +6,10 @@ Simple command to Bump version your project in shell.
6
6
  - Git operations like commit, tag and push
7
7
  - Customizables Hooks
8
8
 
9
+ # Screencast
10
+
11
+ [![asciicast](https://asciinema.org/a/c1o6gpp63xggu3w49n3xzte65.png)](https://asciinema.org/a/c1o6gpp63xggu3w49n3xzte65)
12
+
9
13
  # Code Status
10
14
 
11
15
  Service | Status
@@ -12,6 +12,7 @@ module Bumpversion
12
12
  class Bumpversion
13
13
  def initialize(arguments = nil)
14
14
  PrettyOutput.start("Bump your project ... ☺ ")
15
+ @options = {}
15
16
 
16
17
  PrettyOutput.begin("Parsing Options Start")
17
18
  parser = Parser.new @options, arguments
@@ -1,3 +1,3 @@
1
1
  module Bumpversion
2
- VERSION = '0.5.0'.freeze
2
+ VERSION = '0.5.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bumpversion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dlani Mendes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-18 00:00:00.000000000 Z
11
+ date: 2018-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trollop
@@ -174,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
174
  version: '0'
175
175
  requirements: []
176
176
  rubyforge_project:
177
- rubygems_version: 2.6.4
177
+ rubygems_version: 2.7.3
178
178
  signing_key:
179
179
  specification_version: 4
180
180
  summary: Auto Bump Version to any project