Sha256: 68c6a6184a7b23424d2dc2bb74b8c4ddc9704a2ceb4a7fb05b9955071fd454f5
Contents?: true
Size: 815 Bytes
Versions: 1
Compression:
Stored size: 815 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "instascraper/version" Gem::Specification.new do |s| s.name = "instascraper" s.version = Instascraper::VERSION s.authors = ["Andrew Nesbitt"] s.email = ["andrewnez@gmail.com"] s.homepage = "http://github.com/andrew/instascraper" s.summary = "Basic, free bookmarks api for instapaper" s.description = "A scraper for instapaper to provide a basic api without hacing to pay per month" s.rubyforge_project = "instascraper" 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 'mechanize' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
instascraper-0.0.1 | instascraper.gemspec |