Sha256: bf76f5a1f27bb54b7e7cd65a59b93b2c4bf01f2142abde4e7cb5cae2312c12e7
Contents?: true
Size: 1.14 KB
Versions: 3
Compression:
Stored size: 1.14 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'nightcrawler_swift/version' Gem::Specification.new do |spec| spec.name = "nightcrawler_swift" spec.version = NightcrawlerSwift::VERSION spec.authors = ["tulios", "robertosoares"] spec.email = ["ornelas.tulio@gmail.com", "roberto.tech@gmail.com"] spec.summary = %q{Like the X-Men nightcrawler this gem teleports your assets to a OpenStack Swift bucket/container} spec.description = spec.summary spec.homepage = "https://github.com/tulios/nightcrawler_swift" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") 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_dependency "rest-client" spec.add_dependency "multi_mime", ">= 1.0.1" spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_development_dependency "byebug" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nightcrawler_swift-0.4.0 | nightcrawler_swift.gemspec |
nightcrawler_swift-0.3.0 | nightcrawler_swift.gemspec |
nightcrawler_swift-0.2.3 | nightcrawler_swift.gemspec |