switchvoxFix 0.1.3 → 0.1.4

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: 459f4e3771735faa173522402167f33ddb977999
4
- data.tar.gz: 10d4c1ba90d526b6f8161d7dd6b8bf026217d056
3
+ metadata.gz: 4721bf969a9eeea469d35547c057cb8b58424233
4
+ data.tar.gz: 87342815588b6b42f79e8d1502a3aba538fabc4e
5
5
  SHA512:
6
- metadata.gz: 50477ea89177a279ba4164f2302a52e0774cb60de5aae52b3d387a9e2f8a40d91a54552969d6b40007bbf5d6c346b682324256ee85fd04fb3b2b824c0f57a53a
7
- data.tar.gz: 1898ba823262b2c7d284b7c535b7f27d303191d6c25555e19f81652a8e47cbd25f2cc9e01681fb469e50168c0872f19c93700e30afb43a7ceee5097d5db96ac4
6
+ metadata.gz: 9125d255c717a9928ed22728540faa5e35c4eb54aa6e9cef060a93033e8b5b2bd13f5ca6d52bf0f71a01a476990a0721a2462398f7ffa22a4e98f55db75a8323
7
+ data.tar.gz: 9987a1724a62bea20c5d02fa788d1a6e35a098c4ccb504c2cb33200054e13baac07371a69083b1b7f40fe2b38a694a979566bb1a1e6af4c795eb334e38307275
@@ -34,7 +34,7 @@ class Base
34
34
  attr :debug, true
35
35
  attr :auth_header, true
36
36
 
37
- def initialize(host, user, pass, options={})
37
+ def initialize(host, user, pass, port, options={})
38
38
  {:debug => false}.merge! options
39
39
  @debug = options[:debug]
40
40
 
@@ -42,6 +42,7 @@ class Base
42
42
  @user = user
43
43
  @pass = pass
44
44
  @url = URI.parse("https://" + @host + URL)
45
+ @url.port = port
45
46
  @ssl = false
46
47
  @ssl = true if @url.scheme == "https"
47
48
 
@@ -1,3 +1,3 @@
1
1
  module SwitchvoxFix
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/lib/switchvoxFix.rb CHANGED
@@ -8,5 +8,5 @@ require 'switchvoxFix/net_http_digest_auth'
8
8
  require 'switchvoxFix/base'
9
9
 
10
10
  module SwitchvoxFix
11
- VERSION = '0.1.3'
11
+ VERSION = '0.1.4'
12
12
  end
data/switchvoxFix.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Mitchell Thompson"]
10
10
  spec.email = ["mthompson@unitas-inc.com"]
11
11
  spec.summary = "Fixed issues with outdated gem"
12
- spec.description = "Something Dumb here"
12
+ spec.description = "Updated a gem that no longer worked. Probably won't keep it updated though."
13
13
  spec.homepage = "https://github.com/wrenchell/switchvoxFix"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: switchvoxFix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell Thompson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-10-19 00:00:00.000000000 Z
11
+ date: 2017-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -38,7 +38,8 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: Something Dumb here
41
+ description: Updated a gem that no longer worked. Probably won't keep it updated
42
+ though.
42
43
  email:
43
44
  - mthompson@unitas-inc.com
44
45
  executables: []