rancher-api 0.3.1 → 0.3.2

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: 52b1aae5ce0f54910e572d396390985798cb568d
4
- data.tar.gz: c2ede31b59774231284cc702ea498a4721124987
3
+ metadata.gz: 4398f3a973daebedf2f359920b4780cdaf0b9f66
4
+ data.tar.gz: 848d094550b89d2ddda11011c8db7e6a4b400b26
5
5
  SHA512:
6
- metadata.gz: 53a68555c3902f420fc70de99fff6c9d0e818eadb65969815d11e97497ca855c4f781e106d7b9dd9780323924277f4e480076df80dafaca8cd5186fad5b42a12
7
- data.tar.gz: 00d108afd30f342f6280a08825b3f9080b30dd79adc953f6a17383c49ba40011f1cc8f964c04664ed820ce84813b00060f5f69282e957fe0d1476546357c094a
6
+ metadata.gz: 4dfd87a09a54efb731ffeeca2f7539c2947592dddbc5e8ef52addb92e762e1a6acb7cebc82a8cafa522b468cccaf68ce611005f710ba1d322599c32c8957ce65
7
+ data.tar.gz: 28e4a7a08a924cc643092ed3a5b0d69b25144522430fd2368712efa9f21e73074416b1ad8abd7bad9f5f1b17a356f779269fa9dc8c5910d45d704248bdcc0e93
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rancher-api (0.3.1)
4
+ rancher-api (0.3.2)
5
5
  faraday_middleware
6
6
  faye-websocket
7
7
  her (~> 0.7.6)
@@ -4,6 +4,7 @@ module Rancher
4
4
  include ::Her::Model
5
5
 
6
6
  belongs_to :project
7
+ has_many :services
7
8
  end
8
9
  end
9
10
  end
@@ -1,5 +1,5 @@
1
1
  module Rancher
2
2
  module Api
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rancher-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Kurkin