Sha256: d7b4217890018b635b5e4ddb9fd59d4e834b48cb4d4b6156bcda3414e422ff3b

Contents?: true

Size: 783 Bytes

Versions: 9

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.18'
  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

9 entries across 9 versions & 1 rubygems

Version Path
miasma-aws-0.1.22 miasma-aws.gemspec
miasma-aws-0.1.20 miasma-aws.gemspec
miasma-aws-0.1.18 miasma-aws.gemspec
miasma-aws-0.1.16 miasma-aws.gemspec
miasma-aws-0.1.14 miasma-aws.gemspec
miasma-aws-0.1.12 miasma-aws.gemspec
miasma-aws-0.1.10 miasma-aws.gemspec
miasma-aws-0.1.8 miasma-aws.gemspec
miasma-aws-0.1.6 miasma-aws.gemspec