soup 0.2.0 → 0.2.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.
- data/Manifest +1 -0
- data/lib/soup.rb +1 -1
- data/lib/soup/empty_class.rb +6 -0
- data/soup.gemspec +3 -3
- metadata +2 -1
data/Manifest
CHANGED
data/lib/soup.rb
CHANGED
data/soup.gemspec
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
|
2
|
-
# Gem::Specification for Soup-0.2.
|
2
|
+
# Gem::Specification for Soup-0.2.1
|
3
3
|
# Originally generated by Echoe
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = %q{soup}
|
7
|
-
s.version = "0.2.
|
7
|
+
s.version = "0.2.1"
|
8
8
|
s.date = %q{2008-04-17}
|
9
9
|
s.summary = %q{Soup is a bit of everything, summoned from nothing. Soup is like an imaginary friend - comforting,}
|
10
10
|
s.email = ["james@lazyatom.com"]
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
13
13
|
s.description = %q{Soup is a bit of everything, summoned from nothing. Soup is like an imaginary friend - comforting,}
|
14
14
|
s.has_rdoc = true
|
15
15
|
s.authors = ["James Adam"]
|
16
|
-
s.files = ["lib/soup/snip.rb", "lib/soup/tuples/active_record_tuple.rb", "lib/soup/tuples/data_mapper_tuple.rb", "lib/soup/tuples/sequel_tuple.rb", "lib/soup.rb", "Manifest", "README", "spec/snip_spec.rb", "spec/soup_spec.rb", "spec/spec_helper.rb", "spec/spec_runner.rb", "soup.gemspec"]
|
16
|
+
s.files = ["lib/soup/empty_class.rb", "lib/soup/snip.rb", "lib/soup/tuples/active_record_tuple.rb", "lib/soup/tuples/data_mapper_tuple.rb", "lib/soup/tuples/sequel_tuple.rb", "lib/soup.rb", "Manifest", "README", "spec/snip_spec.rb", "spec/soup_spec.rb", "spec/spec_helper.rb", "spec/spec_runner.rb", "soup.gemspec"]
|
17
17
|
s.add_dependency(%q<activerecord>, [">= 2.0.2"])
|
18
18
|
end
|
19
19
|
|
metadata
CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: soup
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.2.
|
6
|
+
version: 0.2.1
|
7
7
|
date: 2008-04-17 00:00:00 +01:00
|
8
8
|
summary: Soup is a bit of everything, summoned from nothing. Soup is like an imaginary friend - comforting,
|
9
9
|
require_paths:
|
@@ -30,6 +30,7 @@ post_install_message:
|
|
30
30
|
authors:
|
31
31
|
- James Adam
|
32
32
|
files:
|
33
|
+
- lib/soup/empty_class.rb
|
33
34
|
- lib/soup/snip.rb
|
34
35
|
- lib/soup/tuples/active_record_tuple.rb
|
35
36
|
- lib/soup/tuples/data_mapper_tuple.rb
|