kerryb-right_aws 1.10.1 → 1.10.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/right_aws.rb +1 -1
- metadata +4 -4
data/Rakefile
CHANGED
@@ -39,7 +39,7 @@ Hoe.new('kerryb-right_aws', RightAws::VERSION::STRING) do |p|
|
|
39
39
|
p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
|
40
40
|
p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
|
41
41
|
p.remote_rdoc_dir = "/right_aws_gem_doc"
|
42
|
-
p.extra_deps = [['right_http_connection','>= 1.2.
|
42
|
+
p.extra_deps = [['kerryb-right_http_connection','>= 1.2.5']]
|
43
43
|
p.test_globs = testglobs
|
44
44
|
end
|
45
45
|
|
data/lib/right_aws.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kerryb-right_aws
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.10.
|
4
|
+
version: 1.10.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- RightScale, Inc.
|
@@ -9,18 +9,18 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2010-01-27 00:00:00 +00:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
|
-
name: right_http_connection
|
16
|
+
name: kerryb-right_http_connection
|
17
17
|
type: :runtime
|
18
18
|
version_requirement:
|
19
19
|
version_requirements: !ruby/object:Gem::Requirement
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 1.2.
|
23
|
+
version: 1.2.5
|
24
24
|
version:
|
25
25
|
description: |-
|
26
26
|
== DESCRIPTION:
|