Sha256: fbc49e36b17b23fa5d22a73f0e259b018f11c4785619038d78dc930ea8cfac7e
Contents?: true
Size: 1.98 KB
Versions: 2
Compression:
Stored size: 1.98 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/thounds/version', __FILE__) Gem::Specification.new do |s| s.add_development_dependency('bundler', '~> 1.0') s.add_development_dependency('json', '~> 1.4') s.add_development_dependency('nokogiri', '~> 1.4') s.add_development_dependency('maruku', '~> 0.6') s.add_development_dependency('rake', '~> 0.8') s.add_development_dependency('rspec', '~> 2.4') s.add_development_dependency('simplecov', '~> 0.3') s.add_development_dependency('webmock', '~> 1.6') s.add_development_dependency('yard', '~> 0.6') s.add_development_dependency('ZenTest', '~> 4.4') s.add_runtime_dependency('hashie', '~> 1.0.0') s.add_runtime_dependency('faraday', '~> 0.5.4') s.add_runtime_dependency('faraday_middleware', '~> 0.3.1') s.add_runtime_dependency('jruby-openssl', '~> 0.7.2') if RUBY_PLATFORM == 'java' s.add_runtime_dependency('multi_json', '~> 0.0.5') s.add_runtime_dependency('multi_xml', '~> 0.2.0') s.add_runtime_dependency('simple_oauth', '~> 0.1.3') s.authors = ["Giovanni Cappellotto"] s.description = %q{A Ruby wrapper for the Thounds REST API} s.post_install_message =<<eos ******************************************************************************** Follow @thounds on Twitter for announcements, updates, and news. http://twitter.com/thounds ******************************************************************************** eos s.email = ['gcappellotto@thounds.com'] s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.files = `git ls-files`.split("\n") s.homepage = 'https://github.com/potomak/thounds' s.name = 'thounds' s.platform = Gem::Platform::RUBY s.require_paths = ['lib'] s.required_rubygems_version = Gem::Requirement.new('>= 1.3.6') if s.respond_to? :required_rubygems_version= s.rubyforge_project = s.name s.summary = %q{Ruby wrapper for the Thounds API} s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.version = Thounds::VERSION.dup end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thounds-0.0.2 | thounds.gemspec |
thounds-0.0.1 | thounds.gemspec |