simple_stack 0.0.24 → 0.0.25
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.
- data/lib/simple_stack/host.rb +4 -0
 - data/lib/simple_stack/hypervisor.rb +4 -0
 - data/lib/simple_stack/version.rb +1 -1
 - data/lib/simple_stack.rb +1 -0
 - metadata +7 -6
 
| 
         @@ -42,6 +42,10 @@ module SimpleStack 
     | 
|
| 
       42 
42 
     | 
    
         
             
                  cached_attributes[:info] ||= self.get url
         
     | 
| 
       43 
43 
     | 
    
         
             
                end
         
     | 
| 
       44 
44 
     | 
    
         | 
| 
      
 45 
     | 
    
         
            +
                def hosts
         
     | 
| 
      
 46 
     | 
    
         
            +
                  cached_attributes[:hosts] ||= SimpleStack::Collection.new self, self, "#{url}/hosts", SimpleStack::Host
         
     | 
| 
      
 47 
     | 
    
         
            +
                end
         
     | 
| 
      
 48 
     | 
    
         
            +
             
     | 
| 
       45 
49 
     | 
    
         
             
                def storages
         
     | 
| 
       46 
50 
     | 
    
         
             
                  cached_attributes[:storages] ||= SimpleStack::Collection.new self, self, "#{url}/storages", SimpleStack::Storage
         
     | 
| 
       47 
51 
     | 
    
         
             
                end
         
     | 
    
        data/lib/simple_stack/version.rb
    CHANGED
    
    
    
        data/lib/simple_stack.rb
    CHANGED
    
    | 
         @@ -8,6 +8,7 @@ require "simple_stack/cacheable" 
     | 
|
| 
       8 
8 
     | 
    
         
             
            require "simple_stack/collection"
         
     | 
| 
       9 
9 
     | 
    
         
             
            require "simple_stack/hypervisor"
         
     | 
| 
       10 
10 
     | 
    
         
             
            require "simple_stack/entity"
         
     | 
| 
      
 11 
     | 
    
         
            +
            require "simple_stack/host"
         
     | 
| 
       11 
12 
     | 
    
         
             
            require "simple_stack/storage"
         
     | 
| 
       12 
13 
     | 
    
         
             
            require "simple_stack/guest"
         
     | 
| 
       13 
14 
     | 
    
         
             
            require "simple_stack/snapshot"
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: simple_stack
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.0.25
         
     | 
| 
       5 
5 
     | 
    
         
             
              prerelease: 
         
     | 
| 
       6 
6 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       7 
7 
     | 
    
         
             
            authors:
         
     | 
| 
         @@ -9,11 +9,11 @@ authors: 
     | 
|
| 
       9 
9 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       10 
10 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       11 
11 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       12 
     | 
    
         
            -
            date: 2012- 
     | 
| 
      
 12 
     | 
    
         
            +
            date: 2012-08-01 00:00:00.000000000 Z
         
     | 
| 
       13 
13 
     | 
    
         
             
            dependencies:
         
     | 
| 
       14 
14 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       15 
15 
     | 
    
         
             
              name: rspec
         
     | 
| 
       16 
     | 
    
         
            -
              requirement: & 
     | 
| 
      
 16 
     | 
    
         
            +
              requirement: &2157667220 !ruby/object:Gem::Requirement
         
     | 
| 
       17 
17 
     | 
    
         
             
                none: false
         
     | 
| 
       18 
18 
     | 
    
         
             
                requirements:
         
     | 
| 
       19 
19 
     | 
    
         
             
                - - ! '>='
         
     | 
| 
         @@ -21,10 +21,10 @@ dependencies: 
     | 
|
| 
       21 
21 
     | 
    
         
             
                    version: '0'
         
     | 
| 
       22 
22 
     | 
    
         
             
              type: :development
         
     | 
| 
       23 
23 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       24 
     | 
    
         
            -
              version_requirements: * 
     | 
| 
      
 24 
     | 
    
         
            +
              version_requirements: *2157667220
         
     | 
| 
       25 
25 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       26 
26 
     | 
    
         
             
              name: httparty
         
     | 
| 
       27 
     | 
    
         
            -
              requirement: & 
     | 
| 
      
 27 
     | 
    
         
            +
              requirement: &2157700180 !ruby/object:Gem::Requirement
         
     | 
| 
       28 
28 
     | 
    
         
             
                none: false
         
     | 
| 
       29 
29 
     | 
    
         
             
                requirements:
         
     | 
| 
       30 
30 
     | 
    
         
             
                - - ! '>='
         
     | 
| 
         @@ -32,7 +32,7 @@ dependencies: 
     | 
|
| 
       32 
32 
     | 
    
         
             
                    version: '0'
         
     | 
| 
       33 
33 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       34 
34 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       35 
     | 
    
         
            -
              version_requirements: * 
     | 
| 
      
 35 
     | 
    
         
            +
              version_requirements: *2157700180
         
     | 
| 
       36 
36 
     | 
    
         
             
            description: A Simple Stack gem
         
     | 
| 
       37 
37 
     | 
    
         
             
            email:
         
     | 
| 
       38 
38 
     | 
    
         
             
            - thiago.morello@locaweb.com.br
         
     | 
| 
         @@ -52,6 +52,7 @@ files: 
     | 
|
| 
       52 
52 
     | 
    
         
             
            - lib/simple_stack/entity.rb
         
     | 
| 
       53 
53 
     | 
    
         
             
            - lib/simple_stack/exception.rb
         
     | 
| 
       54 
54 
     | 
    
         
             
            - lib/simple_stack/guest.rb
         
     | 
| 
      
 55 
     | 
    
         
            +
            - lib/simple_stack/host.rb
         
     | 
| 
       55 
56 
     | 
    
         
             
            - lib/simple_stack/hypervisor.rb
         
     | 
| 
       56 
57 
     | 
    
         
             
            - lib/simple_stack/network_interface.rb
         
     | 
| 
       57 
58 
     | 
    
         
             
            - lib/simple_stack/snapshot.rb
         
     |