supportpal 0.1.1 → 0.1.2

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: 771fd462d23eee2a4d6f4d4f3b8612bdf9d672f0
4
- data.tar.gz: 59244f2131b0bfca10d2725c5e6dda3e6dba600f
3
+ metadata.gz: 00b2bd5845b97ef97fa74bf1027b8e2abe224497
4
+ data.tar.gz: c6c272ce2a2cbd09ce9d6fea243fd002928d0bb6
5
5
  SHA512:
6
- metadata.gz: 6b9c284c96a449917c8593e6de0ffa8a436d03c4e0af326c60a7c99373001efe760eed4accae7a1ccb88e8e6e07cb56a7e930b9a3a3c9f04db7ac51cff62b42c
7
- data.tar.gz: 7b0db60773b24b2116b04ca774962ec45b8516f46c1ffa48f2d844fd27f1eee9c3fb150e17e042e7fd48252f43d16aa81a4bf6fe5c2e4d94c02d5d3e6a09bdb7
6
+ metadata.gz: 1616adf1c114c4aea5220d2e4d3c6794fdd5a3c531a12f1ecd926ec9532b7fd1212498ea49f5952fbf8fd7e088d670dff2f8879fd0db383c1917fae82db1004a
7
+ data.tar.gz: 45f977b19f8452ef2ce9fb5600e3967469bbad67fea11808d93c3bf51786b1628e8c02e49008398f65a7cdf936b934d3133986adcb356acc6d36dea1fd7695a9
@@ -10,7 +10,7 @@ module SupportPal
10
10
  class Session
11
11
  include HTTParty
12
12
  # Uncomment to debug output
13
- debug_output $stdout
13
+ #debug_output $stdout
14
14
 
15
15
  def initialize(options)
16
16
  # Make a class variable
@@ -1,3 +1,3 @@
1
1
  module SupportPal
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: supportpal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew White