loopiator 0.3.4 → 0.3.5

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: 92899b5063833e0d5b88af410616c71521664fdb
4
- data.tar.gz: 77baa6484ae65c61da51d5ab4cb67fcd5bc36d5c
3
+ metadata.gz: 0139c4834170b91b736915fd3b5cfb333eaacd77
4
+ data.tar.gz: a1a963f7309f4e4b598d5ce5243f84afa397ec81
5
5
  SHA512:
6
- metadata.gz: 1c23dc01ba4cf52a7471c96f5bd3c166e23ccee835df1a65ca0bc384f80c076c22c0909497aff93fbd95079d43faf1cf357805603977ed5b32cda4b79f9b3f94
7
- data.tar.gz: c37f217f6381b030ac1ce3c72323c384c0ed5a8dece4fe042ebea4f0336d7d83b97961e105d27d08b8964f7797b0f7a4c52fff162be9507a57a6cef51644c3fb
6
+ metadata.gz: 569d16bc8cb703c96b966f9a9f9fd05cabf4525145e55e6972873e4c3a5c9738dd9140f7063194815f668a1a1c6e7d3f817b663310f20804eed1a314300c6037
7
+ data.tar.gz: 89396769939432c3c8779145aabccdf558ce94bb2bbe303bf56152bc839fd69038a5c0a8ce9e8e6951d10a157904ba8c51a74c65612e6ca8b5ee651475341402
@@ -7,11 +7,11 @@ module Loopiator
7
7
 
8
8
  include Loopiator::Logger
9
9
 
10
- def initialize(connection_options = {}, debug: false)
10
+ def initialize(connection_options = {}, debug = false)
11
11
  set_client(connection_options, debug: debug)
12
12
  end
13
13
 
14
- def set_client(connection_options = {}, debug: false)
14
+ def set_client(connection_options = {}, debug = false)
15
15
  connection_options = generate_connection_options(connection_options)
16
16
 
17
17
  self.client = XMLRPC::Client.new_from_hash(connection_options)
data/lib/loopiator.rb CHANGED
@@ -10,7 +10,7 @@ require File.join(File.dirname(__FILE__), 'loopiator/credits')
10
10
  require File.join(File.dirname(__FILE__), 'loopiator/client')
11
11
 
12
12
  module Loopiator
13
- VERSION = "0.3.4"
13
+ VERSION = "0.3.5"
14
14
 
15
15
  class << self
16
16
  attr_writer :configuration
data/loopiator.gemspec CHANGED
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
3
3
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version=
4
4
 
5
5
  s.name = 'loopiator'
6
- s.version = '0.3.4'
6
+ s.version = '0.3.5'
7
7
 
8
8
  s.homepage = "https://github.com/Agiley/Loopiator"
9
9
  s.email = "sebastian@agiley.se"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: loopiator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Johnsson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-24 00:00:00.000000000 Z
11
+ date: 2015-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simpleidn