socialcast 1.4.0 → 1.4.1

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: a5daf2f4603064b636445379dd5f5eea9a13ef62
4
- data.tar.gz: b34de952dd00f585bcb512635284cdb1ebb034e7
3
+ metadata.gz: 82602e601c3be7e153ca4d78c65782789bef82bf
4
+ data.tar.gz: 77a7d5f8085671489933fade466119bb95b43b4f
5
5
  SHA512:
6
- metadata.gz: 17caa0dc57e586e351fa28a86fa147b483ac8e1cd2dd3696b05462899a53855c95d3af9699d1c10b93071a65bda626782168c9498daa4bde0927674bcc5536bd
7
- data.tar.gz: a1ff63c7a1022137a247263278ee356c99149998bad01470df7ec0876a9628cb57ecaac28e9054a5bab92f1f1c5e8245891c11248aabfec4a1e021bd27d7be10
6
+ metadata.gz: 41187fea849aa3f2906e8d875612509fa85259494347e0f65505037204dec7e3383a580010702d3e1a081688764659a739b45e66a3325a28ae0dc49991cadf3a
7
+ data.tar.gz: 9ec9a6cd3b61ec459c1c067c847a3f5878a5bbdc83d7188b1377749db3eae28cefdf44d7f9648c38661b931f66469b7cb9ffeb0732cdcc18834f86405856a753
@@ -124,7 +124,7 @@ module Socialcast
124
124
 
125
125
  desc 'sync_photos', 'Upload default avatar photos from LDAP repository'
126
126
  method_option :config, :default => 'ldap.yml', :aliases => '-c'
127
- method_option :force_sync, :default => false, :aliases => '-f', :desc => 'Pushes all photos from LDAP to socialcast'
127
+ method_option :force_sync, :type => :boolean, :aliases => '-f', :desc => 'Pushes all photos from LDAP to socialcast'
128
128
  def sync_photos
129
129
  config = ldap_config options
130
130
 
@@ -1,5 +1,5 @@
1
1
  module Socialcast
2
2
  module CommandLine
3
- VERSION = '1.4.0'
3
+ VERSION = '1.4.1'
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.4.0
4
+ version: 1.4.1
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-09-22 00:00:00.000000000 Z
13
+ date: 2016-12-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rest-client