# WARNING : RAKE AUTO-GENERATED FILE. DO NOT MANUALLY EDIT! # RUN : 'rake gem:update_gemspec' Gem::Specification.new do |s| s.activated = false s.authors = ["Holger Joest"] s.bindir = "bin" s.description = "This is a client library to access the IPFS from Ruby" s.email = "holger@joest.org" s.extra_rdoc_files = ["LICENSE", "README.md"] s.files = ["LICENSE", "README.md", "Rakefile", "examples/basic.rb", "examples/data/hello.txt", "examples/upload.rb", "ipfs-api.gemspec", "lib/ipfs-api.rb", "lib/ipfs-api/connection.rb", "lib/ipfs-api/io.rb", "lib/ipfs-api/upload.rb", "lib/ipfs-api/version.rb", "test/common.rb", "test/samples.rb", "test/test_cmd_add.rb", "test/test_cmd_cat.rb", "test/test_cmd_get.rb", "test/test_cmd_id.rb", "test/test_cmd_ls.rb", "test/test_cmd_name.rb", "test/test_io.rb", "test/test_upload.rb"] s.full_name = "ipfs-api-0.1.0" s.has_rdoc = true s.homepage = "http://ruby-ipfs-api.github.io" s.licenses = ["MIT"] s.name = "ipfs-api" s.platform = "ruby" s.rdoc_options = ["--title", "Interplanetary File System for Ruby", "--quiet", "--main", "lib/ipfs-api.rb"] s.require_paths = ["lib"] s.required_ruby_version = ">= 1.9.3" s.required_rubygems_version = ">= 0" s.rubyforge_project = "ipfs-api" s.rubygems_version = "2.4.8" s.specification_version = 4 s.summary = "Interplanetary File System for Ruby" s.version = "0.1.0" end