eucalyptus 0.2.10 → 0.2.11

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50bf215b871c9e81e5c5059848307dfe9642cfb1
4
- data.tar.gz: f7237850e295fb08826014d39917a47078ee66a2
3
+ metadata.gz: 739f6fc573b99e73f6757db18bb62daf0dea1129
4
+ data.tar.gz: 571b1ad8bd3c99a784a5563dd26e43a51589b725
5
5
  SHA512:
6
- metadata.gz: b4d13d8340a7ef028bd23fbcb8c7c6d3bf80d529147239ee29972956fdb84bbe0fd3023935a8e4bc922b7afc19692f6ee9733d9c2579f768998dd37f7f7430a7
7
- data.tar.gz: 0c1cf75db178f3a0aa20495870f5ad3d31bd7aaafbb3a6a1220ae03f176365e6bae3d17dc68c0366a4cd8a6e7da200a8a079701e50e86119db2c27f858f5fc8d
6
+ metadata.gz: 31572cd1efd502b7fdd02f2c3e5b4e5cc959bf57842e28504dccf8f09796de692effcf1457789d9c5594790026768949b38f15b09363f0ee19f59d3927c6309b
7
+ data.tar.gz: 003ce59a073e0ad605df6c84b61695ae0e313e495b36981f2e8aa032977a412489a631f24cda551d95c1673d41269635372eda2fdec577c4932b6eafa2278255
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.10
1
+ 0.2.11
data/eucalyptus.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: eucalyptus 0.2.10 ruby lib
5
+ # stub: eucalyptus 0.2.11 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "eucalyptus"
9
- s.version = "0.2.10"
9
+ s.version = "0.2.11"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -1,3 +1,5 @@
1
+ require 'json'
2
+
1
3
  module Eucalyptus
2
4
  class Resource
3
5
  def self.api_path
@@ -26,8 +28,6 @@ module Eucalyptus
26
28
  options[:fields] = self.known_fields
27
29
  end
28
30
 
29
- options[:limit] = 5000
30
-
31
31
  response = graph.get_connection(parent.id, api_path, options)
32
32
  response.collect{ |res| self.new(res) }
33
33
  end
@@ -124,5 +124,6 @@ describe Eucalyptus::Resource do
124
124
  expect( resource.fake_key ).to eql nil
125
125
  end
126
126
  end
127
+
127
128
  end
128
129
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eucalyptus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oguz Huner