Sha256: d2e3d013a7ff08c25a2a9e4da8eb76e3203afdf1ee60d65de4cc98378efbdba0
Contents?: true
Size: 681 Bytes
Versions: 8
Compression:
Stored size: 681 Bytes
Contents
# Build with: gem build gemspec.rb Gem::Specification.new do |s| s.name = "dropbox-sdk" s.version = "1.2" s.license = 'MIT' s.authors = ["Dropbox, Inc."] s.email = ["support-api@dropbox.com"] s.add_dependency "json" s.homepage = "http://www.dropbox.com/developers/" s.summary = "Dropbox REST API Client." s.description = <<-EOF A library that provides a plain function-call interface to the Dropbox API web endpoints. EOF s.files = [ "CHANGELOG", "LICENSE", "README", "cli_example.rb", "dropbox_controller.rb", "web_file_browser.rb", "lib/dropbox_sdk.rb", "data/trusted-certs.crt", ] end
Version data entries
8 entries across 8 versions & 1 rubygems