committer-tools 0.1.4 → 0.1.5

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: 8b286ee5c5cd76c799824efcd9572409d0ff2469
4
- data.tar.gz: a535dd5f5c529bfecb356b5ae7cb291b51372a4c
3
+ metadata.gz: ae8097151d49f0231ea34f3f321f9e03139f0e6e
4
+ data.tar.gz: a7132daa0752051a7e2b0d2df650de31cc10f3a8
5
5
  SHA512:
6
- metadata.gz: f0a2708b43a85a7fea21416f315a2bb4ca37a620f0b83cdc31ef81880d99fca98d5095f1c7d7238973a26965e824fea509ab4468132a8f803e4cce27c7980eb6
7
- data.tar.gz: 39e4c9464b32a39731bfb6556a48d3297bc90a0f1fd7053aafeeaa47cd99a063217475bbaf0afca816b86c38b06aa30d79f44cbec359d8568656dc8018226304
6
+ metadata.gz: 6b2c81bdf9461d094cb56d825e0d0c994805663cea5d4c268141767ec61733dbbd20ef500f90886e7a6544d33ebf29e63500adc8e43182119a54ab9d418a9191
7
+ data.tar.gz: f82036de789d520914257ce35207c42e7d063ec241e4ab4cc994c688b3440631dc34d9f07f26859578f25f140bde4fcf37b03c9bc9e515e542ba2526d0d8fb84
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'committer-tools'
5
- spec.version = '0.1.4'
5
+ spec.version = '0.1.5'
6
6
  spec.authors = 'Jon Moss'
7
7
  spec.email = 'me@jonathanmoss.me'
8
8
 
@@ -22,14 +22,14 @@ class Lander
22
22
  check_to_land(github_pr, metadata)
23
23
  introduce_commit(github_pr, metadata)
24
24
 
25
- puts "[\u{2714}] Commit(s) applied locally. Please update to your liking, and then type 'continue'."
26
- continue = gets.strip!
25
+ puts "[\u{2714}] Commit(s) applied locally. Please update to your liking, and then type 'lgtm'."
26
+ lgtm = gets.strip!
27
27
 
28
- while !continue do
28
+ while !lgtm do
29
29
  sleep
30
30
  end
31
31
 
32
- if continue && continue == 'continue'
32
+ if lgtm && lgtm == 'lgtm'
33
33
  add_metadata_to_commit(metadata)
34
34
  validate_commit
35
35
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: committer-tools
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
  - Jon Moss
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-28 00:00:00.000000000 Z
11
+ date: 2017-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client