File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{pismo}
8
- s . version = "0.5 .0"
8
+ s . version = "0.6 .0"
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Peter Cooper" ]
@@ -59,7 +59,7 @@ Gem::Specification.new do |s|
59
59
s . homepage = %q{http://github.com/peterc/pismo}
60
60
s . rdoc_options = [ "--charset=UTF-8" ]
61
61
s . require_paths = [ "lib" ]
62
- s . rubygems_version = %q{1.3.5 }
62
+ s . rubygems_version = %q{1.3.7 }
63
63
s . summary = %q{Extracts or retrieves content-related metadata from HTML pages}
64
64
s . test_files = [
65
65
"test/helper.rb" ,
@@ -71,7 +71,7 @@ Gem::Specification.new do |s|
71
71
current_version = Gem ::Specification ::CURRENT_SPECIFICATION_VERSION
72
72
s . specification_version = 3
73
73
74
- if Gem ::Version . new ( Gem ::RubyGemsVersion ) >= Gem ::Version . new ( '1.2.0' ) then
74
+ if Gem ::Version . new ( Gem ::VERSION ) >= Gem ::Version . new ( '1.2.0' ) then
75
75
s . add_development_dependency ( %q<shoulda> , [ ">= 0" ] )
76
76
s . add_development_dependency ( %q<awesome_print> , [ ">= 0" ] )
77
77
s . add_runtime_dependency ( %q<jeweler> , [ ">= 0" ] )
You can’t perform that action at this time.
0 commit comments