delphix 0.3.0 → 0.3.1

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: 6438a2c76a0fd92680418e6bb67cc39fcd4f855f
4
- data.tar.gz: 2cccc342a30875f8d83e88ef128fd978c294f6c6
3
+ metadata.gz: 821bb07fd1ac9abef9340e3320cdd07761ff6afb
4
+ data.tar.gz: 12ba9cb03261472933875beeb8f8f73c5a004aed
5
5
  SHA512:
6
- metadata.gz: 3081ac03de27b5194252a28e8e7597da9ad476dca192434b164d2511918c58fc22f9c2887c587f3097ccc225a924e4e3943967578c5f13aa08e8e1257bd739a8
7
- data.tar.gz: dacbea05f1fd7bfef402e9a7104234327c6caa97f185e65a0b78988b9f7c8f49e957c7f0c8946075d3050eb22e639bad813411b54edb7e51edfb3082c39592ba
6
+ metadata.gz: 0c85d18d003592454fe638196073d82904f403bff6896d860fbe458ae5238b36618b87908928b9289d9d81d980bb9fd7f3447d8ab8f93cdad97fe3cbe4e8e57f
7
+ data.tar.gz: 95d0640985c05dba6af44931e40b49786d7857dcc333d20166fd6acac833580d79bc7fa1e382306782c117c525c5d7b00ad02989e182d6d483cd0ff03461c1e4
@@ -27,7 +27,7 @@ module Delphix
27
27
  module Version
28
28
  MAJOR = 0
29
29
  MINOR = 3
30
- PATCH = 0
30
+ PATCH = 1
31
31
 
32
32
  # Returns a version string by joining MAJOR, MINOR, and PATCH with '.'
33
33
  #
data/lib/delphix.rb CHANGED
@@ -236,7 +236,7 @@ module Delphix
236
236
  #
237
237
  [ :alert, :container, :database, :environment, :group, :host, :job,
238
238
  :login, :policy, :repository, :session, :snapshot, :source,
239
- :sourceconfig, :template, :timeflow :user
239
+ :sourceconfig, :template, :timeflow, :user
240
240
  ].each do |name|
241
241
  define_singleton_method(name.to_s + '_url') do
242
242
  api_url('/resources/json/delphix/' + name.to_s)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: delphix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefano Harding