public
Rubygem
Description: a humane, eval-safe templating system using Hpricot
Clone URL: git://github.com/mattly/hpreserve.git
Search Repo:
Click here to lend your support to: hpreserve and make a donation at www.pledgie.com !
more gemspec monkeying
mattly (author)
Sun Jul 06 15:50:15 -0700 2008
commit  f194ffee3bd5f25d643a0cc2e6ffc68d7321da04
tree    96c09b86fe37a893231a3af51c857b34fce4ce97
parent  e063a7c72621134368e2a11652c654e4c9588550
...
24
25
26
27
28
29
30
...
24
25
26
 
27
28
29
0
@@ -24,7 +24,6 @@ spec = Gem::Specification.new do |s|
0
  
0
   # Dependencies
0
   s.add_dependency "hpricot", [">= 0.6.0"]
0
- s.add_dependency "rspec"
0
   
0
   # Requirements
0
   s.required_ruby_version = ">= 1.8.6"
...
2
3
4
 
5
6
7
...
19
20
21
22
23
24
25
26
27
28
29
30
31
...
2
3
4
5
6
7
8
...
20
21
22
 
23
24
 
25
26
27
 
28
29
0
@@ -2,6 +2,7 @@ Gem::Specification.new do |s|
0
   s.name = %q{hpreserve}
0
   s.version = "0.2.1"
0
 
0
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["Matthew Lyon"]
0
   s.date = %q{2008-07-06}
0
   s.description = %q{A humane, eval-safe HTML templating system expressed in HTML.}
0
@@ -19,13 +20,10 @@ Gem::Specification.new do |s|
0
 
0
     if current_version >= 3 then
0
       s.add_runtime_dependency(%q<hpricot>, [">= 0.6.0"])
0
- s.add_runtime_dependency(%q<rspec>, [">= 0"])
0
     else
0
       s.add_dependency(%q<hpricot>, [">= 0.6.0"])
0
- s.add_dependency(%q<rspec>, [">= 0"])
0
     end
0
   else
0
     s.add_dependency(%q<hpricot>, [">= 0.6.0"])
0
- s.add_dependency(%q<rspec>, [">= 0"])
0
   end
0
 end

Comments

    No one has commented yet.