Sha256: 946ed8b41539ca11370cfd9fe8c3a439af5da2bb3fdf753edd6ae558ca597726
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{ec2-objects} s.version = "0.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Daniel Huckstep"] s.date = %q{2009-07-19} s.email = %q{darkhelmet@darkhelmetlive.com} s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.md", "Rakefile", "VERSION", "ec2-objects.gemspec", "lib/ec2-objects.rb", "spec/ec2-objects_spec.rb", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/darkhelmet/ec2-objects} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.4} s.summary = %q{Object Oriented wrapper around the EC2 gem} s.test_files = [ "spec/spec_helper.rb", "spec/ec2-objects_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
darkhelmet-ec2-objects-0.0.0 | ec2-objects.gemspec |