git-whistles 0.7.5 → 0.7.6

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 0b4e076a3cf287472a11a971037a53049d2d9f64
4
+ data.tar.gz: 47bfaa86a587bcdd5cc5a07241840d0ac7ea35b0
5
+ SHA512:
6
+ metadata.gz: 8857a5d4191cedee9c52b2b056038b2b4b5adb502c40715c1f66844055462c410bd087db4de028fb206d7aa2b7a53e813785a30f31fc507560151cf88f29c148
7
+ data.tar.gz: a6daa7939b36008d2ff0ba8218a289bf96217c6b4b8f66be3634fcf8a0e4fc4d1ccea1949c05a6dfa03b0fe30369c8b125e4b7ad987c861b6dd7f80df4981c9b
data/Gemfile.lock CHANGED
@@ -1,23 +1,26 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git-whistles (0.7.5)
4
+ git-whistles (0.7.6)
5
5
  pivotal-tracker (~> 0.5.6)
6
6
  term-ansicolor
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- builder (3.2.0)
12
- coderay (1.0.7)
13
- crack (0.3.2)
11
+ builder (3.2.2)
12
+ coderay (1.0.9)
13
+ crack (0.4.1)
14
+ safe_yaml (~> 0.9.0)
14
15
  happymapper (0.4.0)
15
16
  libxml-ruby (~> 2.0)
16
- libxml-ruby (2.6.0)
17
- method_source (0.8)
18
- mime-types (1.21)
19
- nokogiri (1.5.6)
20
- nokogiri-happymapper (0.5.6)
17
+ libxml-ruby (2.7.0)
18
+ method_source (0.8.2)
19
+ mime-types (1.24)
20
+ mini_portile (0.5.1)
21
+ nokogiri (1.6.0)
22
+ mini_portile (~> 0.5.0)
23
+ nokogiri-happymapper (0.5.7)
21
24
  nokogiri (~> 1.5)
22
25
  pivotal-tracker (0.5.10)
23
26
  builder
@@ -29,17 +32,20 @@ GEM
29
32
  nokogiri-happymapper (>= 0.5.4)
30
33
  rest-client (~> 1.6.0)
31
34
  rest-client (~> 1.6.0)
32
- pry (0.9.10)
35
+ pry (0.9.12.2)
33
36
  coderay (~> 1.0.5)
34
37
  method_source (~> 0.8)
35
- slop (~> 3.3.1)
36
- pry-nav (0.2.2)
38
+ slop (~> 3.4)
39
+ pry-nav (0.2.3)
37
40
  pry (~> 0.9.10)
38
- rake (0.9.2.2)
41
+ rake (10.1.0)
39
42
  rest-client (1.6.7)
40
43
  mime-types (>= 1.16)
41
- slop (3.3.2)
42
- term-ansicolor (1.1.1)
44
+ safe_yaml (0.9.5)
45
+ slop (3.4.6)
46
+ term-ansicolor (1.2.2)
47
+ tins (~> 0.8)
48
+ tins (0.9.0)
43
49
 
44
50
  PLATFORMS
45
51
  ruby
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012 Julien Letessier
1
+ Copyright (c) 2012-2013 HouseTrip Ltd
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -19,7 +19,7 @@ Use it with:
19
19
  - `git merge-po <ancestor> <left> <right>` Merge engine for GetText PO files.
20
20
  - `git select <story-id>` Checkout a local branch with the matching number. If not found, lists remote branches
21
21
  - `git latest-pushes [-n NR_RESULTS] [-p PATTERN]` Show latest pushed branches to origin. Defaults to 20 results. Pattern is appended to refs/remotes/origin/ so include the team or project name to filter results. [[PedroCunha](https://github.com/PedroCunha)]
22
- - `git pivotal-branch <story-id>` Creates a branch name suggestion from the specified Pivotal Tracker story ID. [[dncrht](https://github.com/dncrht)]
22
+ - `git pivotal-branch <story-id>` Creates a branch name suggestion from the specified Pivotal Tracker story ID. It also comments on the story the branch name created and starts the story [[dncrht](https://github.com/dncrht)]
23
23
 
24
24
  ### More details on some of the commands
25
25
 
@@ -58,3 +58,7 @@ This lets you keep work in progress on multiple branches without committing it.
58
58
 
59
59
  I tend to alias this to `git co`.
60
60
 
61
+
62
+ ### License
63
+
64
+ Released on the MIT license terms.
data/git-whistles.gemspec CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  slightly simpler.
12
12
  }
13
13
  gem.homepage = "http://github.com/mezis/git-whistles"
14
+ gem.license = 'MIT'
14
15
 
15
16
  gem.required_rubygems_version = ">= 1.3.6"
16
17
 
@@ -4,7 +4,7 @@ require 'pathname'
4
4
 
5
5
  module Git
6
6
  module Whistles
7
- VERSION = "0.7.5"
7
+ VERSION = "0.7.6"
8
8
  GEMDIR = Pathname.new(__FILE__).parent.parent.parent
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-whistles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5
5
- prerelease:
4
+ version: 0.7.6
6
5
  platform: ruby
7
6
  authors:
8
7
  - Julien Letessier
@@ -10,76 +9,67 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2013-07-18 00:00:00.000000000 Z
12
+ date: 2013-08-21 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: bundler
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
- - - ! '>='
18
+ - - '>='
21
19
  - !ruby/object:Gem::Version
22
20
  version: 1.0.0
23
21
  type: :development
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
- - - ! '>='
25
+ - - '>='
29
26
  - !ruby/object:Gem::Version
30
27
  version: 1.0.0
31
28
  - !ruby/object:Gem::Dependency
32
29
  name: rake
33
30
  requirement: !ruby/object:Gem::Requirement
34
- none: false
35
31
  requirements:
36
- - - ! '>='
32
+ - - '>='
37
33
  - !ruby/object:Gem::Version
38
34
  version: '0'
39
35
  type: :development
40
36
  prerelease: false
41
37
  version_requirements: !ruby/object:Gem::Requirement
42
- none: false
43
38
  requirements:
44
- - - ! '>='
39
+ - - '>='
45
40
  - !ruby/object:Gem::Version
46
41
  version: '0'
47
42
  - !ruby/object:Gem::Dependency
48
43
  name: pry
49
44
  requirement: !ruby/object:Gem::Requirement
50
- none: false
51
45
  requirements:
52
- - - ! '>='
46
+ - - '>='
53
47
  - !ruby/object:Gem::Version
54
48
  version: '0'
55
49
  type: :development
56
50
  prerelease: false
57
51
  version_requirements: !ruby/object:Gem::Requirement
58
- none: false
59
52
  requirements:
60
- - - ! '>='
53
+ - - '>='
61
54
  - !ruby/object:Gem::Version
62
55
  version: '0'
63
56
  - !ruby/object:Gem::Dependency
64
57
  name: pry-nav
65
58
  requirement: !ruby/object:Gem::Requirement
66
- none: false
67
59
  requirements:
68
- - - ! '>='
60
+ - - '>='
69
61
  - !ruby/object:Gem::Version
70
62
  version: '0'
71
63
  type: :development
72
64
  prerelease: false
73
65
  version_requirements: !ruby/object:Gem::Requirement
74
- none: false
75
66
  requirements:
76
- - - ! '>='
67
+ - - '>='
77
68
  - !ruby/object:Gem::Version
78
69
  version: '0'
79
70
  - !ruby/object:Gem::Dependency
80
71
  name: pivotal-tracker
81
72
  requirement: !ruby/object:Gem::Requirement
82
- none: false
83
73
  requirements:
84
74
  - - ~>
85
75
  - !ruby/object:Gem::Version
@@ -87,7 +77,6 @@ dependencies:
87
77
  type: :runtime
88
78
  prerelease: false
89
79
  version_requirements: !ruby/object:Gem::Requirement
90
- none: false
91
80
  requirements:
92
81
  - - ~>
93
82
  - !ruby/object:Gem::Version
@@ -95,17 +84,15 @@ dependencies:
95
84
  - !ruby/object:Gem::Dependency
96
85
  name: term-ansicolor
97
86
  requirement: !ruby/object:Gem::Requirement
98
- none: false
99
87
  requirements:
100
- - - ! '>='
88
+ - - '>='
101
89
  - !ruby/object:Gem::Version
102
90
  version: '0'
103
91
  type: :runtime
104
92
  prerelease: false
105
93
  version_requirements: !ruby/object:Gem::Requirement
106
- none: false
107
94
  requirements:
108
- - - ! '>='
95
+ - - '>='
109
96
  - !ruby/object:Gem::Version
110
97
  version: '0'
111
98
  description: A few helpers for classic Git workflows
@@ -154,31 +141,28 @@ files:
154
141
  - libexec/git-stash-and-checkout.sh
155
142
  - libexec/runner.rb
156
143
  homepage: http://github.com/mezis/git-whistles
157
- licenses: []
144
+ licenses:
145
+ - MIT
146
+ metadata: {}
158
147
  post_install_message:
159
148
  rdoc_options: []
160
149
  require_paths:
161
150
  - lib
162
151
  required_ruby_version: !ruby/object:Gem::Requirement
163
- none: false
164
152
  requirements:
165
- - - ! '>='
153
+ - - '>='
166
154
  - !ruby/object:Gem::Version
167
155
  version: '0'
168
- segments:
169
- - 0
170
- hash: 1077237623234121323
171
156
  required_rubygems_version: !ruby/object:Gem::Requirement
172
- none: false
173
157
  requirements:
174
- - - ! '>='
158
+ - - '>='
175
159
  - !ruby/object:Gem::Version
176
160
  version: 1.3.6
177
161
  requirements: []
178
162
  rubyforge_project:
179
- rubygems_version: 1.8.23
163
+ rubygems_version: 2.0.3
180
164
  signing_key:
181
- specification_version: 3
182
- summary: ! 'A few helpers for classic Git workflows: makes branching and merging,
183
- PO file handling, issuing pull requests slightly simpler.'
165
+ specification_version: 4
166
+ summary: 'A few helpers for classic Git workflows: makes branching and merging, PO
167
+ file handling, issuing pull requests slightly simpler.'
184
168
  test_files: []