Sha256: dbc0b2303ab84e622ea013aa301ad121dab6f6ded308ee68b18c5db22aa05231
Contents?: true
Size: 1.06 KB
Versions: 4
Compression:
Stored size: 1.06 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'spacebunny/version' Gem::Specification.new do |spec| spec.name = 'spacebunny' spec.version = Spacebunny::VERSION spec.authors = ['Alessandro Verlato'] spec.email = ['averlato@gmail.com'] spec.summary = %q{Space Bunny platform SDK} spec.description = %q{spacebunny.io Ruby SDK} spec.homepage = 'https://github.com/space-bunny/ruby_sdk' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.required_ruby_version = '>= 1.9.3' spec.add_runtime_dependency 'http', '~> 2.0.3', '>= 1.0.4' spec.add_runtime_dependency 'bunny', '~> 2.6.0', '>= 2.3.0' spec.add_development_dependency 'bundler', '~> 1.10' spec.add_development_dependency 'rake', '~> 10.0' spec.add_development_dependency 'rspec', '~> 3.3' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
spacebunny-1.2.1 | spacebunny.gemspec |
spacebunny-1.2.0 | spacebunny.gemspec |
spacebunny-1.1.2 | spacebunny.gemspec |
spacebunny-1.1.1 | spacebunny.gemspec |