Sha256: 5137ccf40095cc304dd2c54082f923c7d9e7b8b4c82a9a3d41c8387c56bb070c
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "stratify-instapaper/version" Gem::Specification.new do |s| s.name = "stratify-instapaper" s.version = Stratify::Instapaper::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Jason Rudolph"] s.email = ["jason@jasonrudolph.com"] s.homepage = "http://github.com/jasonrudolph/stratify/" s.summary = "Instapaper plugin for Stratify" s.description = s.summary s.rubyforge_project = "stratify-instapaper" 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 "railties", "~> 3.2.0" s.add_runtime_dependency "stratify-base", "~> 0.1.4" s.add_runtime_dependency "thoughtafter-simple-rss", "~> 1.2.3" s.add_development_dependency "database_cleaner", "~> 0.7.2" s.add_development_dependency "fakeweb", "~> 1.3.0" s.add_development_dependency "rake", "~> 0.9.2" s.add_development_dependency "rspec", "~> 2.9.0" s.add_development_dependency "vcr", "~> 1.10.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stratify-instapaper-0.1.4.1 | stratify-instapaper.gemspec |
stratify-instapaper-0.1.4 | stratify-instapaper.gemspec |