grempe-amazon-ec2 0.4.6 → 0.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/Rakefile +5 -0
  2. data/VERSION +1 -1
  3. data/amazon-ec2.gemspec +3 -4
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -18,6 +18,11 @@ Jeweler::Tasks.new do |gem|
18
18
  gem.add_development_dependency('perftools.rb', '= 0.1.6')
19
19
  end
20
20
 
21
+ # make the jeweler rubyforge tasks available.
22
+ Jeweler::RubyforgeTasks.new do |rubyforge|
23
+ rubyforge.doc_task = "rdoc"
24
+ end
25
+
21
26
  require 'rake/testtask'
22
27
  Rake::TestTask.new(:test) do |test|
23
28
  test.libs << 'lib' << 'test'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.6
1
+ 0.4.8
data/amazon-ec2.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{amazon-ec2}
8
- s.version = "0.4.6"
8
+ s.version = "0.4.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Glenn Rempe"]
@@ -69,12 +69,11 @@ Gem::Specification.new do |s|
69
69
  "wsdl/2008-05-05.ec2.wsdl",
70
70
  "wsdl/2008-12-01.ec2.wsdl"
71
71
  ]
72
- s.has_rdoc = true
73
72
  s.homepage = %q{http://github.com/grempe/amazon-ec2}
74
73
  s.rdoc_options = ["--quiet", "--title", "amazon-ec2 documentation", "--opname", "index.html", "--line-numbers", "--main", "README.rdoc", "--inline-source"]
75
74
  s.require_paths = ["lib"]
76
75
  s.rubyforge_project = %q{amazon-ec2}
77
- s.rubygems_version = %q{1.3.1}
76
+ s.rubygems_version = %q{1.3.5}
78
77
  s.summary = %q{Amazon EC2 Ruby Gem}
79
78
  s.test_files = [
80
79
  "test/test_EC2.rb",
@@ -96,7 +95,7 @@ Gem::Specification.new do |s|
96
95
 
97
96
  if s.respond_to? :specification_version then
98
97
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
99
- s.specification_version = 2
98
+ s.specification_version = 3
100
99
 
101
100
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
102
101
  s.add_runtime_dependency(%q<xml-simple>, [">= 1.0.12"])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grempe-amazon-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Glenn Rempe
@@ -125,7 +125,7 @@ files:
125
125
  - wsdl/2008-02-01.ec2.wsdl
126
126
  - wsdl/2008-05-05.ec2.wsdl
127
127
  - wsdl/2008-12-01.ec2.wsdl
128
- has_rdoc: true
128
+ has_rdoc: false
129
129
  homepage: http://github.com/grempe/amazon-ec2
130
130
  licenses:
131
131
  post_install_message:
@@ -158,7 +158,7 @@ requirements: []
158
158
  rubyforge_project: amazon-ec2
159
159
  rubygems_version: 1.3.5
160
160
  signing_key:
161
- specification_version: 2
161
+ specification_version: 3
162
162
  summary: Amazon EC2 Ruby Gem
163
163
  test_files:
164
164
  - test/test_EC2.rb