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.
Files changed (4) hide show
  1. data/CHANGELOG +2 -0
  2. data/lib/morph.rb +1 -1
  3. data/morph.gemspec +5 -5
  4. metadata +4 -4
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.2.2. changed rubygem requirement to be >= 1.2 instead of = 1.2
2
+
1
3
  v0.2.1. better accomodation of unicode method names
2
4
 
3
5
  v0.2.0. added script_generate method; fixed bug occurring when two morph classes exist
data/lib/morph.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Morph
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
 
4
4
  def self.included(base)
5
5
  base.extend ClassMethods
data/morph.gemspec CHANGED
@@ -1,18 +1,18 @@
1
1
 
2
- # Gem::Specification for Morph-0.2.1
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.1
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-05 00:00:00 +01:00
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.2.0
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.1
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-05 00:00:00 +01:00
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.2.0
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.