Sha256: 1720285a7f3d5c88730937fa27edf51e522c3807ae70d685162fb77dc0eccc6d
Contents?: true
Size: 794 Bytes
Versions: 3
Compression:
Stored size: 794 Bytes
Contents
require File.expand_path("../lib/take2/version", __FILE__) Gem::Specification.new do |s| s.name = "take2" s.version = Take2::VERSION s.platform = Gem::Platform::RUBY s.licenses = ['MIT'] s.authors = ["Anton Magids"] s.email = ["evnomadx@gmail.com"] s.homepage = "https://github.com/restaurant-cheetah/take2" s.summary = "Provides Take2 for your APIs calls" s.description = "Easily define Take2 / retry behavior for API wrappers, service objects or a single method." s.post_install_message = "Getting Take2 is dead easy!" all_files = `git ls-files`.split("\n") test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.files = all_files - test_files s.test_files = test_files s.require_paths = ['lib'] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
take2-0.0.2 | take2.gemspec |
take2-0.0.1 | take2.gemspec |
take2-0.0.0 | take2.gemspec |