Sha256: 36ed02c116f3cdb04663055400aa99adb50c9fa12dd3923bc6e681a863bfd984
Contents?: true
Size: 898 Bytes
Versions: 2
Compression:
Stored size: 898 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "scraperwiki-api/version" Gem::Specification.new do |s| s.name = "scraperwiki-api" s.version = ScraperWiki::API::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Open North"] s.email = ["info@opennorth.ca"] s.homepage = "http://github.com/opennorth/scraperwiki-api-ruby" s.summary = %q{The ScraperWiki API Ruby Gem} s.description = %q{A Ruby wrapper for the ScraperWiki API} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_runtime_dependency('yajl-ruby', '~> 1.0') s.add_runtime_dependency('httparty', '~> 0.8.0') s.add_development_dependency('rspec', '~> 2.10') end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
scraperwiki-api-0.0.5 | scraperwiki-api.gemspec |
scraperwiki-api-0.0.4 | scraperwiki-api.gemspec |