Sha256: ead8008990bf2884a13532010c244310e420e028a51ffa7808c6f0b2a8ed48da
Contents?: true
Size: 314 Bytes
Versions: 9
Compression:
Stored size: 314 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' require 'lib/right_aws.rb' Hoe.new('aws', RightAws::VERSION::STRING) do |p| p.rubyforge_name = 'spacegems' p.developer('Travis Reeder', 'travis@crankapps.com') # p.author = 'RightScale, Inc.' # p.email = 'rubygems@rightscale.com' end # vim: syntax=Ruby
Version data entries
9 entries across 9 versions & 1 rubygems
Version | Path |
---|---|
aws-1.11.1 | Rakefile |
aws-1.11.6 | Rakefile |
aws-1.10.1 | Rakefile |
aws-1.10.2 | Rakefile |
aws-1.11.0 | Rakefile |
aws-1.11.2 | Rakefile |
aws-1.11.3 | Rakefile |
aws-1.11.4 | Rakefile |
aws-1.11.5 | Rakefile |