tvd-gollum 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -0,0 +1,7 @@
1
+ def dev(nm_gem, workarea="git")
2
+ gem nm_gem, (
3
+ File.exists?(File.expand_path("../#{workarea}/#{nm_gem}", __FILE__)) ?
4
+ (ENV["EDIT_#{nm_gem.gsub(/[-]/, "_")}"] = "true"; { :path => "#{workarea}/#{nm_gem}" }) :
5
+ Dir["vendor/cache/#{nm_gem}-*.gem"].collect {|x| [x.gsub(/\d+/) {|num| sprintf("%011d", num) }, x] }.sort[0][1].split(/-/)[-1].gsub(/\.gem$/,"")
6
+ )
7
+ end
@@ -1,5 +1,5 @@
1
1
  module TVDinner
2
2
  module Gollum
3
- VERSION = File.read(File.dirname(__FILE__) + '/../../VERSION')
3
+ VERSION = File.read(File.dirname(__FILE__) + '/../../VERSION').strip
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tvd-gollum
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-03-04 00:00:00 -08:00
18
+ date: 2013-03-07 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -60,6 +60,7 @@ files:
60
60
  - cookbooks/gollum/metadata.rb
61
61
  - cookbooks/gollum/recipes/default.rb
62
62
  - cookbooks/gollum/templates/default/config.ru.erb
63
+ - lib/development.rb
63
64
  - lib/tvd-gollum.rb
64
65
  - lib/tvd-gollum/version.rb
65
66
  - spec/.gitignore