Sha256: c61c92805007a0a0273da994bac92e97deb15a9bf7e6eb2bc409a440bfa83be7

Contents?: true

Size: 783 Bytes

Versions: 7

Compression:

Stored size: 783 Bytes

Contents

$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__)) + '/lib/'
require 'miasma-aws/version'
Gem::Specification.new do |s|
  s.name = 'miasma-aws'
  s.version = MiasmaAws::VERSION.version
  s.summary = 'Smoggy AWS API'
  s.author = 'Chris Roberts'
  s.email = 'code@chrisroberts.org'
  s.homepage = 'https://github.com/miasma-rb/miasma-aws'
  s.description = 'Smoggy AWS API'
  s.license = 'Apache 2.0'
  s.require_path = 'lib'
  s.add_development_dependency 'miasma', '>= 0.2.29'
  s.add_development_dependency 'pry'
  s.add_development_dependency 'minitest'
  s.add_development_dependency 'vcr'
  s.add_development_dependency 'webmock'
  s.add_development_dependency 'psych', '>= 2.0.8'
  s.files = Dir['lib/**/*'] + %w(miasma-aws.gemspec README.md CHANGELOG.md LICENSE)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
miasma-aws-0.1.36 miasma-aws.gemspec
miasma-aws-0.1.34 miasma-aws.gemspec
miasma-aws-0.1.32 miasma-aws.gemspec
miasma-aws-0.1.30 miasma-aws.gemspec
miasma-aws-0.1.28 miasma-aws.gemspec
miasma-aws-0.1.26 miasma-aws.gemspec
miasma-aws-0.1.24 miasma-aws.gemspec