gibbler 0.8.7 → 0.8.9
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/CHANGES.txt +8 -0
- data/VERSION.yml +1 -1
- data/gibbler.gemspec +3 -4
- data/lib/gibbler.rb +2 -1
- metadata +4 -20
data/CHANGES.txt
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
GIBBLER, CHANGES
|
|
2
2
|
|
|
3
|
+
#### 0.8.9 (2011-02-11) ###############################
|
|
4
|
+
|
|
5
|
+
* FIXED: Remove debug output.
|
|
6
|
+
|
|
7
|
+
#### 0.8.9 (2011-02-11) ###############################
|
|
8
|
+
|
|
9
|
+
* FIXED: Bundler calls freeze on an instance of Gem::Platform
|
|
10
|
+
|
|
3
11
|
#### 0.8.7 (2011-02-07) ###############################
|
|
4
12
|
|
|
5
13
|
* CHANGE: Only call gibbler_debug when in debug mode
|
data/VERSION.yml
CHANGED
data/gibbler.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{gibbler}
|
|
8
|
-
s.version = "0.8.
|
|
8
|
+
s.version = "0.8.9"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Delano Mandelbaum"]
|
|
12
|
-
s.date = %q{2011-02-
|
|
12
|
+
s.date = %q{2011-02-11}
|
|
13
13
|
s.description = %q{Gibbler: Git-like hashes for Ruby objects}
|
|
14
14
|
s.email = %q{delano@solutious.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -52,11 +52,10 @@ Gem::Specification.new do |s|
|
|
|
52
52
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
53
53
|
s.require_paths = ["lib"]
|
|
54
54
|
s.rubyforge_project = %q{gibbler}
|
|
55
|
-
s.rubygems_version = %q{1.
|
|
55
|
+
s.rubygems_version = %q{1.5.2}
|
|
56
56
|
s.summary = %q{Gibbler: Git-like hashes for Ruby objects}
|
|
57
57
|
|
|
58
58
|
if s.respond_to? :specification_version then
|
|
59
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
60
59
|
s.specification_version = 3
|
|
61
60
|
|
|
62
61
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
data/lib/gibbler.rb
CHANGED
|
@@ -670,7 +670,8 @@ class TempFile; include Gibbler::File; end
|
|
|
670
670
|
# end b/c it runs Object#freeze statically.
|
|
671
671
|
module URI; class Generic; include Gibbler::String; end; end
|
|
672
672
|
|
|
673
|
-
|
|
673
|
+
# Bundler calls freeze on an instance of Gem::Platform
|
|
674
|
+
module Gem; class Platform; include Gibbler::Complex; end; end
|
|
674
675
|
|
|
675
676
|
|
|
676
677
|
|
metadata
CHANGED
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gibbler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 8
|
|
9
|
-
- 7
|
|
10
|
-
version: 0.8.7
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 0.8.9
|
|
11
6
|
platform: ruby
|
|
12
7
|
authors:
|
|
13
8
|
- Delano Mandelbaum
|
|
@@ -15,7 +10,7 @@ autorequire:
|
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
12
|
|
|
18
|
-
date: 2011-02-
|
|
13
|
+
date: 2011-02-11 00:00:00 -05:00
|
|
19
14
|
default_executable:
|
|
20
15
|
dependencies:
|
|
21
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -26,11 +21,6 @@ dependencies:
|
|
|
26
21
|
requirements:
|
|
27
22
|
- - ">="
|
|
28
23
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash: 15
|
|
30
|
-
segments:
|
|
31
|
-
- 0
|
|
32
|
-
- 4
|
|
33
|
-
- 0
|
|
34
24
|
version: 0.4.0
|
|
35
25
|
type: :runtime
|
|
36
26
|
version_requirements: *id001
|
|
@@ -88,23 +78,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
88
78
|
requirements:
|
|
89
79
|
- - ">="
|
|
90
80
|
- !ruby/object:Gem::Version
|
|
91
|
-
hash: 3
|
|
92
|
-
segments:
|
|
93
|
-
- 0
|
|
94
81
|
version: "0"
|
|
95
82
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
83
|
none: false
|
|
97
84
|
requirements:
|
|
98
85
|
- - ">="
|
|
99
86
|
- !ruby/object:Gem::Version
|
|
100
|
-
hash: 3
|
|
101
|
-
segments:
|
|
102
|
-
- 0
|
|
103
87
|
version: "0"
|
|
104
88
|
requirements: []
|
|
105
89
|
|
|
106
90
|
rubyforge_project: gibbler
|
|
107
|
-
rubygems_version: 1.
|
|
91
|
+
rubygems_version: 1.5.2
|
|
108
92
|
signing_key:
|
|
109
93
|
specification_version: 3
|
|
110
94
|
summary: "Gibbler: Git-like hashes for Ruby objects"
|