dev_flow 0.1.3 → 0.1.4

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.
data/bin/dw CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  # vim: syn=ruby
3
3
 
4
- $: << 'lib'
4
+ # $: << 'lib' # debug only
5
5
 
6
6
  require "optparse"
7
7
  require "term/ansicolor"
@@ -14,6 +14,9 @@ module DevFlow
14
14
  end
15
15
  end
16
16
  end
17
+
18
+ info "prune git remote (delete zoombie remote refs)"
19
+ `git remote prune #{@config["git_remote"]}`
17
20
  end
18
21
 
19
22
  end # class
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module DevFlow
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
data/tags CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev_flow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  requirements: []
108
108
  rubyforge_project:
109
- rubygems_version: 1.8.25
109
+ rubygems_version: 1.8.24
110
110
  signing_key:
111
111
  specification_version: 3
112
112
  summary: a bundle of tools for ROADMAP/git based development flow control.