gitcycle 0.2.26 → 0.2.27

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.
Files changed (4) hide show
  1. data/README.md +6 -9
  2. data/gitcycle.gemspec +1 -1
  3. data/lib/gitcycle.rb +1 -1
  4. metadata +2 -2
data/README.md CHANGED
@@ -35,11 +35,6 @@ Type `gitc branch` + your ticket URL to create a new branch:
35
35
 
36
36
  gitc branch https://xxx.lighthouseapp.com/projects/0000/tickets/0000-my-ticket
37
37
 
38
- To collaborate with another user, use a full path when prompted:
39
-
40
- Q: What branch would you like to eventually merge into?
41
- A: user/branch
42
-
43
38
  Pull
44
39
  ----
45
40
 
@@ -137,17 +132,19 @@ See who is QA'ing what:
137
132
  Checkout
138
133
  --------
139
134
 
135
+ Check out an upstream or local branch:
136
+
137
+ gitc checkout [BRANCH]
138
+
140
139
  ### From Ticket
141
140
 
142
141
  Checkout a branch from a ticket URL:
143
142
 
144
143
  gitc checkout [TICKET URL]
145
144
 
146
- ### Upstream Branch
147
-
148
- Gitcycle automatically knows if you are checking out an upstream branch:
145
+ ### From User's Fork
149
146
 
150
- gitc checkout [BRANCH]
147
+ gitc checkout user/branch
151
148
 
152
149
  Todo
153
150
  ----
data/gitcycle.gemspec CHANGED
@@ -6,7 +6,7 @@ $:.unshift lib unless $:.include?(lib)
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "gitcycle"
9
- s.version = '0.2.26'
9
+ s.version = '0.2.27'
10
10
  s.platform = Gem::Platform::RUBY
11
11
  s.authors = [ 'Winton Welsh' ]
12
12
  s.email = [ 'mail@wintoni.us' ]
data/lib/gitcycle.rb CHANGED
@@ -45,7 +45,7 @@ class Gitcycle
45
45
 
46
46
  exec_git(:branch, args) unless url || title
47
47
 
48
- require_git && require_configs
48
+ require_git && require_config
49
49
 
50
50
  params = {
51
51
  'branch[source]' => branches(:current => true)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitcycle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.26
4
+ version: 0.2.27
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-14 00:00:00.000000000 Z
12
+ date: 2012-10-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cucumber