Sha256: b2bb84307311943aa2ae974bd3961f03cfda6822c0a093cbda582ad6cc015e03

Contents?: true

Size: 706 Bytes

Versions: 7

Compression:

Stored size: 706 Bytes

Contents

$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__)) + '/lib/'
require 'sparkle_formation/version'
Gem::Specification.new do |s|
  s.name = 'sparkle_formation'
  s.version = SparkleFormation::VERSION.version
  s.summary = 'Cloud Formation builder'
  s.author = 'Chris Roberts'
  s.email = 'chrisroberts.code@gmail.com'
  s.homepage = 'http://github.com/heavywater/sparkle_formation'
  s.description = 'Cloud Formation builder'
  s.license = 'Apache-2.0'
  s.require_path = 'lib'
  s.add_dependency 'attribute_struct', '~> 0.2.2'
  s.add_dependency 'multi_json'
  s.executables << 'generate_sparkle_docs'
  s.files = Dir['lib/**/*'] + %w(sparkle_formation.gemspec README.md CHANGELOG.md LICENSE)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sparkle_formation-0.4.0 sparkle_formation.gemspec
sparkle_formation-0.3.0 sparkle_formation.gemspec
sparkle_formation-0.2.12 sparkle_formation.gemspec
sparkle_formation-0.2.10 sparkle_formation.gemspec
sparkle_formation-0.2.8 sparkle_formation.gemspec
sparkle_formation-0.2.6 sparkle_formation.gemspec
sparkle_formation-0.2.4 sparkle_formation.gemspec