cwninja-make-gem-now 0.4 → 0.4.1

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 (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/make_gem_now.rb +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require 'date'
7
7
 
8
8
  spec = Gem::Specification.new do |s|
9
9
  s.name = %q{make-gem-now}
10
- s.version = "0.4"
10
+ s.version = "0.4.1"
11
11
  s.summary = %q{A tool to build all gems in a given dir, and index them appropriately.}
12
12
  s.description = %q{A tool to build all gems in a given dir, and index them appropriately.}
13
13
 
data/lib/make_gem_now.rb CHANGED
@@ -27,7 +27,7 @@ module MakeGemNow
27
27
  require 'git'
28
28
  g = Git.open(path, :log => Logger.new(STDOUT))
29
29
  g.fetch
30
- g.reset "--hard", "origin/master"
30
+ g.reset "origin/master", :hard => true
31
31
  end
32
32
  end
33
33
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cwninja-make-gem-now
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.4"
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Lea
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-07 00:00:00 -07:00
12
+ date: 2009-04-08 00:00:00 -07:00
13
13
  default_executable: make-gem-now
14
14
  dependencies: []
15
15