patchy 1.0.0b1 → 1.0.0b2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +3 -2
  2. data/bin/patchy +1 -0
  3. data/lib/patchy/version.rb +1 -1
  4. metadata +3 -6
data/README.md CHANGED
@@ -21,7 +21,8 @@ specify it as the second argument:
21
21
  patchy 1234 2-3-stable
22
22
 
23
23
  What this will do is to to check out the base branch (`master` or what you
24
- specify) and then create a `1234` branch in this case.
24
+ specify), do a `git pull` to make sure it's up to date, and then create a
25
+ `1234` branch in this case.
25
26
 
26
27
  ### Finishing
27
28
 
@@ -44,7 +45,7 @@ commit message. Patchy shows you which commands it runs and asks you to approve
44
45
  the output of certain critical commands before moving on.
45
46
 
46
47
  I encourage you to take a look at the source code (in `bin/patchy`). It's only
47
- 54 lines "long" and helps you understand what exactly Patchy does for you.
48
+ 55 lines "long" and helps you understand what exactly Patchy does for you.
48
49
 
49
50
  ## Copyright
50
51
 
data/bin/patchy CHANGED
@@ -32,6 +32,7 @@ if ARGV[0] =~ /^\d+$/
32
32
  unless base_branch == current_branch
33
33
  run("git checkout #{base_branch}")
34
34
  end
35
+ run("git pull")
35
36
  run("git checkout -b #{ticket}")
36
37
  else
37
38
  message = ARGV[0]
@@ -1,3 +1,3 @@
1
1
  module Patchy
2
- VERSION = '1.0.0b1'
2
+ VERSION = '1.0.0b2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: patchy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 415574164
5
4
  prerelease: true
6
5
  segments:
7
6
  - 1
8
7
  - 0
9
- - 0b1
10
- version: 1.0.0b1
8
+ - 0b2
9
+ version: 1.0.0b2
11
10
  platform: ruby
12
11
  authors:
13
12
  - David Trasbo
@@ -15,7 +14,7 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2010-06-28 00:00:00 +02:00
17
+ date: 2010-06-29 00:00:00 +02:00
19
18
  default_executable:
20
19
  dependencies: []
21
20
 
@@ -46,7 +45,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
45
  requirements:
47
46
  - - ">="
48
47
  - !ruby/object:Gem::Version
49
- hash: 3
50
48
  segments:
51
49
  - 0
52
50
  version: "0"
@@ -55,7 +53,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
53
  requirements:
56
54
  - - ">"
57
55
  - !ruby/object:Gem::Version
58
- hash: 25
59
56
  segments:
60
57
  - 1
61
58
  - 3