epom 0.10.11 → 0.10.13

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: e6f145e58169906ab1e3deb3dded6b1291d5b2ea
4
- data.tar.gz: 1b2f204adc81c1fa41d72121864bd6061d0eb07e
3
+ metadata.gz: e8bfb4ee9051bf9ef1089004a141c9ced956ed0f
4
+ data.tar.gz: c0e1d01ef448656373cb0e8572219077f48221be
5
5
  SHA512:
6
- metadata.gz: 0610a32ed29c862478e9e3392f67825529d52bfc1c3375e225deeb66a99a536c48e9174bbf74d4d8dcc48066dd294af6df395edc68ef93a3cf047fa0b4971733
7
- data.tar.gz: 2be03b1c7ae927a6d8a3b11aa50904e90d0c001589b0b130bb5b2d672975f00aaabdac7314899e136ffb43e1983accd8ee3341c058972334be174c3dab03b064
6
+ metadata.gz: 46f185e86a291595db3af8e227a7b5cd213fc34af0c7c1b3b3b94c0d310a89d997ccf1fd2d9db7d5196d7a6718a0a97ff9b3f20a9357f8f0cd957bacc9ec30a8
7
+ data.tar.gz: 2d86bb102df8aaa73844280c4c42959743209c5c0038f7681933bddb6f89f76c2eeee6430be82b0c90fc0c9d78c4d5de2c0549f4be4bba9de0f9bd7e8551c6de
@@ -1,3 +1,3 @@
1
1
  module Epom
2
- VERSION = '0.10.11'
2
+ VERSION = '0.10.13'
3
3
  end
@@ -19,7 +19,7 @@ module Epom
19
19
  },
20
20
  :update_zone => {
21
21
  :url => '/rest-api/zones/update.do',
22
- :body_parameters => [:zoneId, :siteId, :description, :name, :hash, :timestamp, :username],
22
+ :body_parameters => [:id, :siteId, :description, :name, :hash, :timestamp, :username],
23
23
  :method => :post
24
24
  },
25
25
  :create_zone => {
@@ -33,7 +33,7 @@ class ZoneTest < ActiveSupport::TestCase
33
33
  :username => ENV['username'],
34
34
  :name => "zone #{timestamp}",
35
35
  :description => "description",
36
- :zoneId => ENV['zone_id'],
36
+ :id => ENV['zone_id'],
37
37
  :siteId => ENV['site_id']
38
38
  }
39
39
  url_params = {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.11
4
+ version: 0.10.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Quintero
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-11-19 00:00:00.000000000 Z
13
+ date: 2015-12-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails