Sha256: d40adba4b3fdb340cc81273acf373e8977754a2d1fc3fb9d28705b299744705e
Contents?: true
Size: 815 Bytes
Versions: 1
Compression:
Stored size: 815 Bytes
Contents
# encoding: utf-8 $: << File.expand_path('../lib', __FILE__) Dir['ext/*.jar'].each { |jar| require jar } Gem::Specification.new do |s| s.name = 'jets3t-rb' s.version = '1.0.2' s.platform = Gem::Platform::RUBY s.authors = ['Daniel Gaiottino', 'David Tollmyr'] s.email = ['daniel@burtcorp.com', 'david@burtcorp.com'] s.homepage = 'http://github.com/gaiottino/jets3t-rb' s.summary = %q{JRuby wrapper for JetS3t} s.description = %q{JRuby wrapper for JetS3t (http://jets3t.s3.amazonaws.com/)} s.rubyforge_project = 'jets3t-rb' s.files = `git ls-files`.split("\n") #s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") #s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = %w(lib) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jets3t-rb-1.0.2 | jets3t-rb.gemspec |