Sha256: 33f60ceed94af094f91d726bcc166b04298ad95e41dff2473b6225c4863c192d
Contents?: true
Size: 811 Bytes
Versions: 2
Compression:
Stored size: 811 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 = "Retry API calls, methods or blocks of code. Define take2 retry behavior or use defaults and you good to go." 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
take2-0.0.4 | take2.gemspec |
take2-0.0.3 | take2.gemspec |