winton-externals 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/externals.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'externals'
3
- s.version = '0.1.3'
3
+ s.version = '0.1.4'
4
4
  s.date = '2008-03-11'
5
5
 
6
6
  s.summary = "Work on git externals without affecting others"
@@ -50,6 +50,9 @@ module Externals
50
50
  FileUtils.mv(".git", repo_path)
51
51
  FileUtils.rm("#{@name}.git.tgz")
52
52
  end
53
+ Dir.chdir(repo_path) do
54
+ `git reset --hard`
55
+ end
53
56
  puts "#{@name} unfrozen"
54
57
  else
55
58
  install
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: winton-externals
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Winton Welsh