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 +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: 82602e601c3be7e153ca4d78c65782789bef82bf
|
|
4
|
+
data.tar.gz: 77a7d5f8085671489933fade466119bb95b43b4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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, :
|
|
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
|
|
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.
|
|
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-
|
|
13
|
+
date: 2016-12-05 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rest-client
|