-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,109 +1,29 @@ | ||
# Generated by jeweler | ||
# DO NOT EDIT THIS FILE DIRECTLY | ||
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command | ||
# -*- encoding: utf-8 -*- | ||
Gem::Specification.new do |gem| | ||
gem.authors = [ "Ryan Heimbuch" ] | ||
gem.email = [ "[email protected]" ] | ||
gem.description = "Restful interface to yogo data components" | ||
gem.summary = "Restful interface to yogo data components" | ||
gem.homepage = "http://yogo.msu.montana.edu" | ||
gem.date = "2011-12-20" | ||
|
||
Gem::Specification.new do |s| | ||
s.name = %q{yogo-db} | ||
s.version = "0.5.0" | ||
gem.files = `git ls-files`.split("\n") | ||
gem.test_files = `git ls-files -- {spec}/*`.split("\n") | ||
gem.extra_rdoc_files = %w[LICENSE README.txt] | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Ryan Heimbuch"] | ||
s.date = %q{2010-10-19} | ||
s.description = %q{Restful interface to yogo data components} | ||
s.email = %q{[email protected]} | ||
s.extra_rdoc_files = [ | ||
"LICENSE", | ||
"README.rdoc" | ||
] | ||
s.files = [ | ||
".document", | ||
".gitignore", | ||
".rspec", | ||
"Gemfile", | ||
"Gemfile.lock", | ||
"LICENSE", | ||
"README.rdoc", | ||
"Rakefile", | ||
"VERSION", | ||
"config.ru", | ||
"config/database.yml", | ||
"config/datamapper.rb", | ||
"features/step_definitions/yogo-db_steps.rb", | ||
"features/support/env.rb", | ||
"features/yogo-db.feature", | ||
"lib/yogo-db.rb", | ||
"lib/yogo/data/default_methods.rb", | ||
"lib/yogo/data_app.rb", | ||
"lib/yogo/db/.gitdir", | ||
"lib/yogo/model/schema.rb", | ||
"lib/yogo/operations.rb", | ||
"lib/yogo/operations/basic.rb", | ||
"lib/yogo/operations/file.rb", | ||
"lib/yogo/rack/model_lookup.rb", | ||
"lib/yogo/schema_app.rb", | ||
"spec/factories/schema.rb", | ||
"spec/helpers/request_helper.rb", | ||
"spec/model/schema_spec.rb", | ||
"spec/spec_helper.rb", | ||
"spec/yogo/data_app_spec.rb", | ||
"spec/yogo/model_lookup_spec.rb", | ||
"spec/yogo/schema_app_spec.rb", | ||
"yogo-db.gemspec" | ||
] | ||
s.homepage = %q{http://github.com/yogo/yogo-db} | ||
s.rdoc_options = ["--charset=UTF-8"] | ||
s.require_paths = ["lib"] | ||
s.rubygems_version = %q{1.3.7} | ||
s.summary = %q{Yogo DB Rest components} | ||
s.test_files = [ | ||
"spec/factories/schema.rb", | ||
"spec/helpers/request_helper.rb", | ||
"spec/model/schema_spec.rb", | ||
"spec/spec_helper.rb", | ||
"spec/yogo/data_app_spec.rb", | ||
"spec/yogo/model_lookup_spec.rb", | ||
"spec/yogo/schema_app_spec.rb" | ||
] | ||
gem.name = "yogo-db" | ||
gem.require_paths = [ "lib" ] | ||
|
||
gem.version = "0.5.0" | ||
|
||
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<sinatra>, [">= 0"]) | ||
s.add_runtime_dependency(%q<rack>, [">= 0"]) | ||
s.add_runtime_dependency(%q<activesupport>, [">= 0"]) | ||
s.add_runtime_dependency(%q<data_mapper>, ["~> 1.0.2"]) | ||
s.add_runtime_dependency(%q<dm-sqlite-adapter>, [">= 0"]) | ||
s.add_runtime_dependency(%q<dm-postgres-adapter>, [">= 0"]) | ||
s.add_runtime_dependency(%q<yogo-operation>, [">= 0"]) | ||
s.add_runtime_dependency(%q<yogo-datamapper>, [">= 0"]) | ||
s.add_runtime_dependency(%q<json>, [">= 0"]) | ||
s.add_runtime_dependency(%q<carrierwave>, [">= 0"]) | ||
else | ||
s.add_dependency(%q<sinatra>, [">= 0"]) | ||
s.add_dependency(%q<rack>, [">= 0"]) | ||
s.add_dependency(%q<activesupport>, [">= 0"]) | ||
s.add_dependency(%q<data_mapper>, ["~> 1.0.2"]) | ||
s.add_dependency(%q<dm-sqlite-adapter>, [">= 0"]) | ||
s.add_dependency(%q<dm-postgres-adapter>, [">= 0"]) | ||
s.add_dependency(%q<yogo-operation>, [">= 0"]) | ||
s.add_dependency(%q<yogo-datamapper>, [">= 0"]) | ||
s.add_dependency(%q<json>, [">= 0"]) | ||
s.add_dependency(%q<carrierwave>, [">= 0"]) | ||
end | ||
else | ||
s.add_dependency(%q<sinatra>, [">= 0"]) | ||
s.add_dependency(%q<rack>, [">= 0"]) | ||
s.add_dependency(%q<activesupport>, [">= 0"]) | ||
s.add_dependency(%q<data_mapper>, ["~> 1.0.2"]) | ||
s.add_dependency(%q<dm-sqlite-adapter>, [">= 0"]) | ||
s.add_dependency(%q<dm-postgres-adapter>, [">= 0"]) | ||
s.add_dependency(%q<yogo-operation>, [">= 0"]) | ||
s.add_dependency(%q<yogo-datamapper>, [">= 0"]) | ||
s.add_dependency(%q<json>, [">= 0"]) | ||
s.add_dependency(%q<carrierwave>, [">= 0"]) | ||
end | ||
gem.add_runtime_dependency("sinatra") | ||
gem.add_runtime_dependency("rack") | ||
gem.add_runtime_dependency("activesupport") | ||
gem.add_runtime_dependency("data_mapper", "~> 1.0.2") | ||
gem.add_runtime_dependency("dm-sqlite-adapter") | ||
gem.add_runtime_dependency("dm-postgres-adapter") | ||
gem.add_runtime_dependency("yogo-operation") | ||
gem.add_runtime_dependency("yogo-datamapper") | ||
gem.add_runtime_dependency("json") | ||
gem.add_runtime_dependency("carrierwave") | ||
end | ||
|