Sha256: 7a88225449f78ece6f56e26ec0fdb1433304eed4cacc235fd1a868ff1c31b08d

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "instapaper_full/version"

Gem::Specification.new do |s|
  s.name        = "instapaper_full"
  s.version     = InstapaperFull::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Matt Biddulph", "Tom Taylor"]
  s.email       = ["mb@hackdiary.com", "tom@tomtaylor.co.uk"]
  s.homepage    = "https://github.com/mattb/instapaper_full"
  s.summary     = %q{Wrapper for the Instapaper Full Developer API}
  s.description = %q{See http://www.instapaper.com/api/full}

  s.rubyforge_project = "instapaper_full"

  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_dependency("faraday", "~> 0.7.5")
  s.add_dependency("faraday_middleware", "~> 0.7.0")
  s.add_dependency("simple_oauth", "~> 0.1")
  s.add_dependency("multi_json", "~> 1.0.4")
  s.add_dependency("yajl-ruby", "~> 1.1.0")

  s.add_development_dependency("rake")
  s.add_development_dependency("test-unit", "~> 2.4.2")
  s.add_development_dependency("webmock", "~> 1.7.8")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
instapaper_full-0.2.0 instapaper_full.gemspec