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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0cd610137fe223c5ee426b66abc45a526d599e5
4
- data.tar.gz: 3044595e708577aa620535462f51faea5aab2072
3
+ metadata.gz: 89fe5c0034bc7caec718a393e281107a3153b4da
4
+ data.tar.gz: 99e40abead0b26dfd3b4654ff2b567c620fbf5a5
5
5
  SHA512:
6
- metadata.gz: bf06f6206e58e101d750aa660c8943dcc03f796050bfe2087fd7d7796b3111c7af2f55ccdac68b533866e3b0c3000d22ae9ed60e1c1ab8aca22a7a5f392815c1
7
- data.tar.gz: edd791597de2bdad259319b3e9d48efacf98a398411412ea4dc0d340355d9e1d3563d98a5346cc405faf7b46589da0aab2a38201a06c7a006afec096708d50b3
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 username: ')
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 }
@@ -1,5 +1,5 @@
1
1
  module Socialcast
2
2
  module CommandLine
3
- VERSION = "1.3.18"
3
+ VERSION = '1.3.19'
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.18
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-05-13 00:00:00.000000000 Z
13
+ date: 2016-06-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rest-client