eucalyptus 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da78cd111e7620b54def99b4bdfa689050c23e06
4
- data.tar.gz: 399db7eafe5be4c1bc1f5a56ec0799c72f877ceb
3
+ metadata.gz: 8a63d8763d4212c002f3220ca19c6e8a9c138274
4
+ data.tar.gz: 20c3a3129db39b5c079e2895daa38d8f7347222a
5
5
  SHA512:
6
- metadata.gz: 29cc97be6abbfb412038ec3cae661f5292b4eb1fdd072429723645bc4dace397ea74d794754ee8f8c6ce5eb77aeb1fefe989c65a707aa4d3522432d8313edd71
7
- data.tar.gz: 37885fba967c025c0c5f686c78db11ee699eda4a5fb295329f57bc5cc15eb0a3e509367e43d2c50cf942ef7b39b478ff46def05e7c8bcb1cfb4fa39a37bd9e16
6
+ metadata.gz: 86f1e4adc69669e1e2c8c1e26e4386b4630279e3585042971588ac3e1d79a894f6f04bfbbd9f23e4c4ffc7a6cde9d9c7afdcb5b5610b59d210d3dae8be7f7ba9
7
+ data.tar.gz: e1d81b2fd037f56555b7fa2ef1b1f5dad752d51b8db66837b78bef0ab5ac8e560b21e21d5b5bd65f3bc2db4bc34c86664fdacc10fa1aea54885de5328e1f0a82
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.8
1
+ 0.2.9
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.8 ruby lib
5
+ # stub: eucalyptus 0.2.9 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "eucalyptus"
9
- s.version = "0.2.8"
9
+ s.version = "0.2.9"
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"]
@@ -26,6 +26,8 @@ module Eucalyptus
26
26
  options[:fields] = self.known_fields
27
27
  end
28
28
 
29
+ options[:limit] = 5000
30
+
29
31
  response = graph.get_connection(parent.id, api_path, options)
30
32
  response.collect{ |res| self.new(res) }
31
33
  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.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oguz Huner