socialcast 1.3.18 → 1.3.19
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 +4 -4
- data/lib/socialcast/command_line/cli.rb +1 -1
- data/lib/socialcast/command_line/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 89fe5c0034bc7caec718a393e281107a3153b4da
|
|
4
|
+
data.tar.gz: 99e40abead0b26dfd3b4654ff2b567c620fbf5a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3bbdf61fc802f2e7c46c290dbcc7a9a1d0e48b76434fc259e3e3aa3edb104690710ec7b78f2c47ccfa09e4c7db9db58229f0fe6d650ada77b84fceae6fa98a2
|
|
7
|
+
data.tar.gz: 0be1e31f9a015870fa32f2cfc4bfa95bc6c81be33ec8c194dafe9d597d5c03aca294c94ac0b258b21d64450894681c5dea591efab49136da229021fa5e967a83
|
|
@@ -47,7 +47,7 @@ module Socialcast
|
|
|
47
47
|
method_option :domain, :type => :string, :default => 'api.socialcast.com', :desc => 'Socialcast community domain'
|
|
48
48
|
method_option :proxy, :type => :string, :desc => 'HTTP proxy options for connecting to Socialcast server'
|
|
49
49
|
def authenticate
|
|
50
|
-
user = options[:user] || ask('Socialcast
|
|
50
|
+
user = options[:user] || ask('Socialcast login (email address): ')
|
|
51
51
|
password = options[:password] || HighLine.new.ask("Socialcast password: ") { |q| q.echo = false }.to_s
|
|
52
52
|
|
|
53
53
|
params = { :email => user, :password => password }
|
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.
|
|
4
|
+
version: 1.3.19
|
|
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-
|
|
13
|
+
date: 2016-06-08 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rest-client
|