morph 0.2.1 → 0.2.2
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/CHANGELOG +2 -0
- data/lib/morph.rb +1 -1
- data/morph.gemspec +5 -5
- metadata +4 -4
data/CHANGELOG
CHANGED
data/lib/morph.rb
CHANGED
data/morph.gemspec
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
|
-
# Gem::Specification for Morph-0.2.
|
|
2
|
+
# Gem::Specification for Morph-0.2.2
|
|
3
3
|
# Originally generated by Echoe
|
|
4
4
|
|
|
5
5
|
--- !ruby/object:Gem::Specification
|
|
6
6
|
name: morph
|
|
7
7
|
version: !ruby/object:Gem::Version
|
|
8
|
-
version: 0.2.
|
|
8
|
+
version: 0.2.2
|
|
9
9
|
platform: ruby
|
|
10
10
|
authors:
|
|
11
11
|
- Rob McKinnon
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
|
|
15
|
-
date: 2008-08
|
|
15
|
+
date: 2008-10-08 00:00:00 +01:00
|
|
16
16
|
default_executable:
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
@@ -70,14 +70,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
70
70
|
version:
|
|
71
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
|
-
- - "
|
|
73
|
+
- - ">="
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
75
|
version: "1.2"
|
|
76
76
|
version:
|
|
77
77
|
requirements: []
|
|
78
78
|
|
|
79
79
|
rubyforge_project: morph
|
|
80
|
-
rubygems_version: 1.
|
|
80
|
+
rubygems_version: 1.3.0
|
|
81
81
|
specification_version: 2
|
|
82
82
|
summary: Morph allows you to emerge class definitions via calling assignment methods; mix with Hpricot for screen scrapping fun.
|
|
83
83
|
test_files: []
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: morph
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob McKinnon
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-08
|
|
12
|
+
date: 2008-10-08 00:00:00 +01:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -67,14 +67,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
67
67
|
version:
|
|
68
68
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
requirements:
|
|
70
|
-
- - "
|
|
70
|
+
- - ">="
|
|
71
71
|
- !ruby/object:Gem::Version
|
|
72
72
|
version: "1.2"
|
|
73
73
|
version:
|
|
74
74
|
requirements: []
|
|
75
75
|
|
|
76
76
|
rubyforge_project: morph
|
|
77
|
-
rubygems_version: 1.
|
|
77
|
+
rubygems_version: 1.3.0
|
|
78
78
|
signing_key:
|
|
79
79
|
specification_version: 2
|
|
80
80
|
summary: Morph allows you to emerge class definitions via calling assignment methods; mix with Hpricot for screen scrapping fun.
|