rest_connection 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +7 -0
- data/VERSION +1 -1
- data/lib/rest_connection/rightscale/ec2_server_array_internal.rb +1 -1
- data/rest_connection.gemspec +2 -2
- metadata +4 -4
data/README.rdoc
CHANGED
@@ -47,3 +47,10 @@ Copy the example from GEMHOME/rest_connection/examples/rest_api_config.yaml.samp
|
|
47
47
|
|
48
48
|
puts my_array.instances.map { |i| i['ip-address'] }
|
49
49
|
|
50
|
+
=== To cut a new gem and push to rubygems.org
|
51
|
+
|
52
|
+
Edit VERSION and bump the number
|
53
|
+
rake gemspec
|
54
|
+
rake install
|
55
|
+
visit www.rubygems.org
|
56
|
+
gem push rest_connection-0.0.0.gem (use your new version number in this command)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.6
|
@@ -13,7 +13,7 @@
|
|
13
13
|
# You should have received a copy of the GNU General Public License
|
14
14
|
# along with RestConnection. If not, see <http://www.gnu.org/licenses/>.
|
15
15
|
|
16
|
-
class
|
16
|
+
class Ec2ServerArrayInternal
|
17
17
|
include RightScale::Api::Base
|
18
18
|
extend RightScale::Api::BaseExtend
|
19
19
|
include RightScale::Api::Taggable
|
data/rest_connection.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "rest_connection"
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.6"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Jeremy Deininger", "Timothy Rodriguez"]
|
12
|
-
s.date = "2012-
|
12
|
+
s.date = "2012-03-06"
|
13
13
|
s.description = "A Modular RESTful API library. Current implemented modules: RightScale API"
|
14
14
|
s.email = ["daniel.onorato@rightscale.com"]
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rest_connection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 6
|
10
|
+
version: 0.1.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jeremy Deininger
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2012-
|
19
|
+
date: 2012-03-06 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: activesupport
|