rightresource 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rightresource
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 2
|
10
|
+
version: 0.2.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Satoshi Ohki
|
@@ -62,14 +62,17 @@ dependencies:
|
|
62
62
|
version_requirements: *id003
|
63
63
|
description: |
|
64
64
|
RightScale Resource API wrapper.
|
65
|
+
see. RightScale API
|
66
|
+
http://support.rightscale.com/12-Guides/03-RightScale_API
|
67
|
+
http://support.rightscale.com/15-References/RightScale_API_Reference_Guide
|
65
68
|
|
66
69
|
email: roothybrid7@gmail.com
|
67
70
|
executables: []
|
68
71
|
|
69
72
|
extensions: []
|
70
73
|
|
71
|
-
extra_rdoc_files:
|
72
|
-
|
74
|
+
extra_rdoc_files:
|
75
|
+
- README.rdoc
|
73
76
|
files:
|
74
77
|
- CHANGELOG
|
75
78
|
- README.rdoc
|
@@ -104,8 +107,11 @@ homepage: https://github.com/satsv/rightresource
|
|
104
107
|
licenses: []
|
105
108
|
|
106
109
|
post_install_message:
|
107
|
-
rdoc_options:
|
108
|
-
|
110
|
+
rdoc_options:
|
111
|
+
- --title
|
112
|
+
- RightResource API documentation
|
113
|
+
- --main
|
114
|
+
- README.rdoc
|
109
115
|
require_paths:
|
110
116
|
- lib
|
111
117
|
required_ruby_version: !ruby/object:Gem::Requirement
|