Sha256: 7fe40106c1ad3482333fcf6ec6985570c26ac179c3cb1801f0ece38cd72d3a2c

Contents?: true

Size: 752 Bytes

Versions: 36

Compression:

Stored size: 752 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']
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
fastly-1.10.0 fastly.gemspec
fastly-1.9.0 fastly.gemspec
fastly-1.8.0 fastly.gemspec
fastly-1.7.0 fastly.gemspec
fastly-1.6.1 fastly.gemspec
fastly-1.6.0 fastly.gemspec
fastly-1.5.0 fastly.gemspec
fastly-1.4.3 fastly.gemspec
fastly-1.4.2 fastly.gemspec
fastly-1.4.1 fastly.gemspec
fastly-1.4.0 fastly.gemspec
fastly-1.3.0 fastly.gemspec
fastly-1.2.3 fastly.gemspec
fastly-1.2.2 fastly.gemspec
fastly-1.2.1 fastly.gemspec
fastly-1.2.0 fastly.gemspec