Sha256: 7f559ae9eba4d1dd84ab77f432f29941eabff97cac89d186991eecf0e5d59d7f
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 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", ">= 1.7.0" 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nightcrawler_swift-0.2.1 | nightcrawler_swift.gemspec |
nightcrawler_swift-0.2.0 | nightcrawler_swift.gemspec |