socialcast 1.3.19 → 1.3.20

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: 89fe5c0034bc7caec718a393e281107a3153b4da
4
- data.tar.gz: 99e40abead0b26dfd3b4654ff2b567c620fbf5a5
3
+ metadata.gz: f08d885b3a563e4c3ef173a3e6569f178b45a2b5
4
+ data.tar.gz: a25e5aa969cf05a408b0f027ef104f8da2272f40
5
5
  SHA512:
6
- metadata.gz: b3bbdf61fc802f2e7c46c290dbcc7a9a1d0e48b76434fc259e3e3aa3edb104690710ec7b78f2c47ccfa09e4c7db9db58229f0fe6d650ada77b84fceae6fa98a2
7
- data.tar.gz: 0be1e31f9a015870fa32f2cfc4bfa95bc6c81be33ec8c194dafe9d597d5c03aca294c94ac0b258b21d64450894681c5dea591efab49136da229021fa5e967a83
6
+ metadata.gz: 744f8760336434d4eea9ef24cd998d72cd98ad2f1714920148c9d4fffaa1bec11a07f94ee2fc96e0beb500a7dbf9631ea867958b21a6b1d21cbf48aa54dab4ea
7
+ data.tar.gz: ae0f636a53218ffaea87557dd2dbb07d1888004364e8ebdb1403504de3c22b428364696caf48762783bc972843650e34eece032f1681bf3a7ef3ed544fdfc42c
data/.ruby-gemset ADDED
@@ -0,0 +1 @@
1
+ socialcast-command-line
data/lib/socialcast.rb CHANGED
@@ -37,7 +37,7 @@ module Socialcast
37
37
  end
38
38
 
39
39
  # configure restclient for api call
40
- def self.resource_for_path(path, options = {}, debug = true)
40
+ def self.resource_for_path(path, options = {}, debug = false)
41
41
  RestClient.log = Logger.new(STDOUT) if debug
42
42
  RestClient.proxy = credentials[:proxy] if credentials[:proxy]
43
43
 
@@ -1,5 +1,5 @@
1
1
  module Socialcast
2
2
  module CommandLine
3
- VERSION = '1.3.19'
3
+ VERSION = '1.3.20'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: socialcast
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.19
4
+ version: 1.3.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Sonnek
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-06-08 00:00:00.000000000 Z
13
+ date: 2016-09-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rest-client
@@ -207,6 +207,7 @@ files:
207
207
  - ".document"
208
208
  - ".gitignore"
209
209
  - ".rspec"
210
+ - ".ruby-gemset"
210
211
  - ".ruby-version"
211
212
  - ".travis.yml"
212
213
  - CONTRIBUTORS.txt