Sha256: 5afef9b5ea398b3898c8e4164c82c3c7ddc0d1c7ab92ce3b8104e8b3cd80c9cd
Contents?: true
Size: 791 Bytes
Versions: 4
Compression:
Stored size: 791 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require 'fastly/gem_version' Gem::Specification.new do |s| s.name = "fastly" s.version = Fastly::VERSION s.authors = ["Fastly Inc"] s.email = ["support@fastly.com"] s.homepage = "http://github.com/fastly/fastly-ruby" s.summary = %q{Client library for the Fastly acceleration system} s.description = %q{Client library for the Fastly acceleration system} s.license = 'MIT' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- test/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_dependency 'curb', '>=0.7.15' s.add_dependency 'curb-fu', '>=0.6.1' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fastly-1.1.4 | fastly.gemspec |
fastly-1.1.3 | fastly.gemspec |
fastly-1.1.2 | fastly.gemspec |
fastly-1.1.1 | fastly.gemspec |