Skip to content

Commit

Permalink
Regenerate gemspec for version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Jan 15, 2011
1 parent 3f8f6c1 commit cbf1937
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions culturegrid.gemspec
@@ -0,0 +1,80 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{culturegrid}
s.version = "0.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["steflewandowski"]
s.date = %q{2011-01-15}
s.description = %q{Simple access to the CultureGrid API}
s.email = %q{stef@stef.io}
s.extra_rdoc_files = [
"LICENSE.txt"
]
s.files = [
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"Rakefile",
"VERSION",
"lib/culturegrid.rb",
"readme.md",
"spec/culturegrid_spec.rb",
"spec/example_response.xml",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/stefl/culturegrid}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Simple access to the CultureGrid API}
s.test_files = [
"spec/culturegrid_spec.rb",
"spec/spec_helper.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<hashie>, [">= 0"])
s.add_runtime_dependency(%q<weary>, [">= 0"])
s.add_runtime_dependency(%q<nokogiri>, [">= 0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_development_dependency(%q<rcov>, [">= 0"])
s.add_runtime_dependency(%q<nokogiri>, [">= 0"])
s.add_runtime_dependency(%q<hashie>, [">= 0"])
s.add_runtime_dependency(%q<weary>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 0"])
else
s.add_dependency(%q<hashie>, [">= 0"])
s.add_dependency(%q<weary>, [">= 0"])
s.add_dependency(%q<nokogiri>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<nokogiri>, [">= 0"])
s.add_dependency(%q<hashie>, [">= 0"])
s.add_dependency(%q<weary>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
end
else
s.add_dependency(%q<hashie>, [">= 0"])
s.add_dependency(%q<weary>, [">= 0"])
s.add_dependency(%q<nokogiri>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<nokogiri>, [">= 0"])
s.add_dependency(%q<hashie>, [">= 0"])
s.add_dependency(%q<weary>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
end
end

0 comments on commit cbf1937

Please sign in to comment.