aws 1.11.36 → 1.11.37
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +8 -1
- metadata +3 -3
data/README.markdown
CHANGED
@@ -24,7 +24,14 @@ Published by Appoxy LLC, under the MIT License. Special thanks to RightScale fro
|
|
24
24
|
|
25
25
|
## INSTALL:
|
26
26
|
|
27
|
-
|
27
|
+
ONE TIME: Be sure to add the new gemcutter source:
|
28
|
+
|
29
|
+
gem install gemcutter
|
30
|
+
gem tumble
|
31
|
+
|
32
|
+
THEN (you should have http://gemcutter.org in your sources and it MUST be above rubyforge.org):
|
33
|
+
|
34
|
+
gem install aws
|
28
35
|
|
29
36
|
|
30
37
|
## DESCRIPTION:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.11.
|
4
|
+
version: 1.11.37
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Travis Reeder
|
@@ -11,7 +11,7 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2009-
|
14
|
+
date: 2009-10-12 00:00:00 -07:00
|
15
15
|
default_executable:
|
16
16
|
dependencies: []
|
17
17
|
|
@@ -65,7 +65,7 @@ requirements: []
|
|
65
65
|
rubyforge_project:
|
66
66
|
rubygems_version: 1.3.5
|
67
67
|
signing_key:
|
68
|
-
specification_version:
|
68
|
+
specification_version: 3
|
69
69
|
summary: AWS Ruby Library for interfacing with Amazon Web Services.
|
70
70
|
test_files:
|
71
71
|
- test/acf/test_helper.rb
|