bundler 0.9.20 → 0.9.21

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,3 +1,9 @@
1
+ ## 0.9.21 (April 16, 2010)
2
+
3
+ Bugfixes:
4
+
5
+ - don't raise 'omg wtf' when lockfile is outdated
6
+
1
7
  ## 0.9.20 (April 15, 2010)
2
8
 
3
9
  Features:
@@ -47,8 +47,7 @@ module Bundler
47
47
  gem_print = Digest::SHA1.hexdigest(File.read(File.expand_path('../../Gemfile', __FILE__)))
48
48
 
49
49
  unless gem_print == lock_print
50
- raise "omg wtf"
51
- abort 'Gemfile changed since you last locked. Please `bundle lock` to relock.'
50
+ abort 'Gemfile changed since you last locked. Please run `bundle lock` to relock.'
52
51
  end
53
52
 
54
53
  unless gem_print == FINGERPRINT
@@ -1,3 +1,3 @@
1
1
  module Bundler
2
- VERSION = "0.9.20"
2
+ VERSION = "0.9.21"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 20
9
- version: 0.9.20
8
+ - 21
9
+ version: 0.9.21
10
10
  platform: ruby
11
11
  authors:
12
12
  - Carl Lerche
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-04-15 00:00:00 -07:00
19
+ date: 2010-04-16 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency