allegro_release 0.1.4 → 0.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40ea51786863d4b9a438cf8bf7f2da6cc8fd0a60
4
- data.tar.gz: 2317298343076849b36ac2ffeaf21e12cdd5ec13
3
+ metadata.gz: 46db88aa057e9f57a49449d05d2b62fca123f5b1
4
+ data.tar.gz: 6807e8cdec58babbd6d4a79933b3f02e4da9de49
5
5
  SHA512:
6
- metadata.gz: 34e57ebe343c33666341579c919d5aafa35441543453a791f28b5e160e7c130e22bdf5ffec5f93122e2176992f6fe6b5ca9b8842cde739c679ddb1ab075b80e4
7
- data.tar.gz: d8253944fb77e46eab17b50202be13999a41fd806759576f76ffe8a6736734ba83597b57a240127c9fe23ac6f5e73281e248ebdc3d480ccf78388c41aa0eaa74
6
+ metadata.gz: 4bd37a4783fe439c8cf6807b21780d02604350b98f44931a31af3141d2525db0bdbe519799ceb126e11826f336d6c7ca59405a1a4d2a14022ba1b22345d7d257
7
+ data.tar.gz: 3b33250f736cb388eabde4b11b6044acd8b5da34dd3e1b9fb4663085bbbfaaa761e6c8f13a06872986a80c6bc2ead5cecdee15953fcdebb18eef0f820941942b
@@ -1,3 +1,3 @@
1
1
  module AllegroRelease
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -61,7 +61,7 @@ module AllegroRelease
61
61
  def self.to_master
62
62
  checkout_develop
63
63
  create_pull_request_to_master
64
- puts "Second step is done! Now head to HipChat and paste the content of clipboard that contains link to pull request. After manual merge perform `release finish`.".colorize(:green)
64
+ puts "Second step is done! Now head to HipChat and paste the content of clipboard that contains link to pull request. After manual merge perform `allegro_release finish`.".colorize(:green)
65
65
  end
66
66
 
67
67
  def self.create_pull_request_to_master
@@ -79,7 +79,7 @@ module AllegroRelease
79
79
  commit_release(next_version)
80
80
  push_changes_to_remote_branch(next_version)
81
81
  create_pull_request_to_develop(next_version)
82
- puts "First step is done! Now head to HipChat and paste the content of clipboard that contains link to pull request. After manual merge perform `release to_master`.".colorize(:green)
82
+ puts "First step is done! Now head to HipChat and paste the content of clipboard that contains link to pull request. After manual merge perform `allegro_release to_master`.".colorize(:green)
83
83
  end
84
84
 
85
85
  def self.create_pull_request_to_develop(version)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: allegro_release
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksander Grzyb
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-22 00:00:00.000000000 Z
11
+ date: 2016-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler