Sha256: f5a8b3cb6cbb9293960198121ed35ebda4dc33a5b66d572a5f904fb15251faa6
Contents?: true
Size: 832 Bytes
Versions: 1
Compression:
Stored size: 832 Bytes
Contents
# -*- encoding: utf-8 -*- $LOAD_PATH.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'] s.email = ['simon@fastly.com', 'zeke@templ.in', 'tyler@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.8.6' s.add_dependency 'curb-fu', '~> 0.6.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fastly-1.1.5 | fastly.gemspec |