Sha256: cd899d4a22ceff0637c1173ccf9a43d890b4e15c3ed9e2a6b6fdc4ee02b07074
Contents?: true
Size: 825 Bytes
Versions: 1
Compression:
Stored size: 825 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'atmosphere/version' Gem::Specification.new do |spec| spec.name = "atmosphere" spec.version = Atmosphere::VERSION spec.authors = ["Joshua Bussdieker"] spec.email = ["jbussdieker@gmail.com"] spec.summary = %q{Cloud infrastructure builder} spec.homepage = "https://github.com/jbussdieker/atmosphere" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
atmosphere-0.0.1 | atmosphere.gemspec |