|
| 1 | +# Generated by jeweler |
| 2 | +# DO NOT EDIT THIS FILE DIRECTLY |
| 3 | +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command |
| 4 | +# -*- encoding: utf-8 -*- |
| 5 | + |
| 6 | +Gem::Specification.new do |s| |
| 7 | + s.name = %q{simplegeo} |
| 8 | + s.version = "0.0.0" |
| 9 | + |
| 10 | + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= |
| 11 | + s.authors = ["Scott Windsor"] |
| 12 | + s.date = %q{2010-03-05} |
| 13 | + s.description = %q{a simplegeo client written in ruby} |
| 14 | + |
| 15 | + s.extra_rdoc_files = [ |
| 16 | + "LICENSE", |
| 17 | + "README.rdoc" |
| 18 | + ] |
| 19 | + s.files = [ |
| 20 | + ".gitignore", |
| 21 | + "VERSION" |
| 22 | + ] |
| 23 | + s.homepage = %q{http://github.com/sentientmonkey/simplegeo-ruby} |
| 24 | + s.rdoc_options = ["--charset=UTF-8"] |
| 25 | + s.require_paths = ["lib"] |
| 26 | + s.rubygems_version = %q{1.3.5} |
| 27 | + s.summary = %q{a simplegeo client written in ruby} |
| 28 | + s.test_files = [ |
| 29 | + "spec/simplegeo_spec.rb", |
| 30 | + "spec/spec_helper.rb" |
| 31 | + ] |
| 32 | + |
| 33 | + if s.respond_to? :specification_version then |
| 34 | + current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION |
| 35 | + s.specification_version = 3 |
| 36 | + |
| 37 | + if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then |
| 38 | + s.add_development_dependency(%q<rspec>, [">= 1.2.9"]) |
| 39 | + s.add_runtime_dependency(%q<httparty>, [">= 0.5.2"]) |
| 40 | + s.add_runtime_dependency(%q<oauth>, [">= 0.3.6"]) |
| 41 | + else |
| 42 | + s.add_dependency(%q<rspec>, [">= 1.2.9"]) |
| 43 | + s.add_dependency(%q<httparty>, [">= 0.5.2"]) |
| 44 | + s.add_dependency(%q<oauth>, [">= 0.3.6"]) |
| 45 | + end |
| 46 | + else |
| 47 | + s.add_dependency(%q<rspec>, [">= 1.2.9"]) |
| 48 | + s.add_dependency(%q<httparty>, [">= 0.5.2"]) |
| 49 | + s.add_dependency(%q<oauth>, [">= 0.3.6"]) |
| 50 | + end |
| 51 | +end |
| 52 | + |
0 commit comments