# 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{dbox} s.version = "0.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = [%q{Ken Pratt}] s.date = %q{2011-09-19} s.description = %q{An easy-to-use Dropbox client with fine-grained control over syncs.} s.email = %q{ken@kenpratt.net} s.executables = [%q{dbox}] s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ ".document", "LICENSE.txt", "README.md", "Rakefile", "TODO.txt", "VERSION", "bin/dbox", "dbox.gemspec", "lib/dbox.rb", "lib/dbox/api.rb", "lib/dbox/database.rb", "lib/dbox/db.rb", "lib/dbox/loggable.rb", "lib/dbox/parallel_tasks.rb", "lib/dbox/syncer.rb", "sample_polling_script.rb", "spec/dbox_spec.rb", "spec/spec_helper.rb", "vendor/dropbox-client-ruby/LICENSE", "vendor/dropbox-client-ruby/README", "vendor/dropbox-client-ruby/Rakefile", "vendor/dropbox-client-ruby/config/testing.json.example", "vendor/dropbox-client-ruby/lib/dropbox.rb", "vendor/dropbox-client-ruby/manifest", "vendor/dropbox-client-ruby/test/authenticator_test.rb", "vendor/dropbox-client-ruby/test/client_test.rb", "vendor/dropbox-client-ruby/test/util.rb" ] s.homepage = %q{http://github.com/kenpratt/dbox} s.licenses = [%q{MIT}] s.require_paths = [%q{lib}] s.rubygems_version = %q{1.8.5} s.summary = %q{Dropbox made easy.} if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 1.1.2"]) s.add_runtime_dependency(%q, [">= 0.4.5"]) s.add_runtime_dependency(%q, [">= 1.5.3"]) s.add_runtime_dependency(%q, [">= 1.3.3"]) s.add_runtime_dependency(%q, [">= 3.0.1"]) else s.add_dependency(%q, [">= 1.1.2"]) s.add_dependency(%q, [">= 0.4.5"]) s.add_dependency(%q, [">= 1.5.3"]) s.add_dependency(%q, [">= 1.3.3"]) s.add_dependency(%q, [">= 3.0.1"]) end else s.add_dependency(%q, [">= 1.1.2"]) s.add_dependency(%q, [">= 0.4.5"]) s.add_dependency(%q, [">= 1.5.3"]) s.add_dependency(%q, [">= 1.3.3"]) s.add_dependency(%q, [">= 3.0.1"]) end end