git-branch-delete-orphans 0.1.1 → 0.1.2

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.
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## Version 0.1.2
4
+
5
+ * Support new version of Rainbow. PR [#9][] by [@pvdb][]
6
+
3
7
  ## Version 0.1.1
4
8
 
5
9
  * Don't generate superfluous output. PR [#8][] by [@pvdb][]
@@ -37,6 +41,8 @@
37
41
  [#4]: https://github.com/pcreux/git/issues/4
38
42
  [#5]: https://github.com/pcreux/git/issues/5
39
43
  [#7]: https://github.com/pcreux/git/issues/7
44
+ [#8]: https://github.com/pcreux/git/issues/8
45
+ [#9]: https://github.com/pcreux/git/issues/9
40
46
  [@pcreux]: https://github.com/pcreux
41
47
  [@pvdb]: https://github.com/pvdb
42
48
  [@waynemoore]: https://github.com/waynemoore
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require 'rubygems'
4
- require 'rainbow'
4
+ require 'rainbow/ext/string'
5
5
 
6
6
  ['TERM', 'INT'].each do |signal|
7
7
  Signal.trap(signal) do
@@ -2,7 +2,7 @@ module Git
2
2
  module Branch
3
3
  module Delete
4
4
  module Orphans
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-branch-delete-orphans
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-23 00:00:00.000000000 Z
12
+ date: 2014-02-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
16
- requirement: &70225943659600 !ruby/object:Gem::Requirement
16
+ requirement: &70128191359660 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70225943659600
24
+ version_requirements: *70128191359660
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rainbow
27
- requirement: &70225943674240 !ruby/object:Gem::Requirement
27
+ requirement: &70128191372580 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70225943674240
35
+ version_requirements: *70128191372580
36
36
  description: ! '`git branch-delete-orphans` lists orphan tracking branches and prompts
37
37
  you to delete or keep them.'
38
38
  email:
@@ -65,7 +65,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
65
65
  version: '0'
66
66
  segments:
67
67
  - 0
68
- hash: -1296555995339146358
68
+ hash: 3453013202777743545
69
69
  required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  none: false
71
71
  requirements:
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  version: '0'
75
75
  segments:
76
76
  - 0
77
- hash: -1296555995339146358
77
+ hash: 3453013202777743545
78
78
  requirements: []
79
79
  rubyforge_project:
80
80
  rubygems_version: 1.8.11