sfctl 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/sfctl/commands/time/sync.rb +3 -0
- data/lib/sfctl/commands/time.rb +2 -0
- data/lib/sfctl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43943ce5d78b2cf30c6f6e171bd5ba8568adbce169ee8a9f66a64f1162b80ff8
|
4
|
+
data.tar.gz: 8960aea77d4cd2d90170005d275625435497a6685a835729728523d62d81ee4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b48ecdfda4052022ad25b1e8008de8148c29e3a88e5b36b33261a597d58fcb49e6ee98b7d41c63443d01ed652d7c304e68a4622a119e707b1a8afe427f4271f2
|
7
|
+
data.tar.gz: 332ce44447b8f1d2b020eda9b3f47c982a63a8bc4c119432446e93d101b19516fe34934e970dbfd5123cd3365fd4cb98d784b55e30f67011599095688d8e983f
|
data/Gemfile.lock
CHANGED
data/lib/sfctl/commands/time.rb
CHANGED
@@ -12,6 +12,8 @@ module Sfctl
|
|
12
12
|
desc: 'Check the data first respectively prevent data from being overwritten'
|
13
13
|
method_option :touchy, aliases: '-touchy', type: :boolean, default: false,
|
14
14
|
desc: 'The synchronizsation will be skipped if there is preexisting data.'
|
15
|
+
method_option :all, aliases: '-all', type: :boolean, default: false,
|
16
|
+
desc: 'Skip selecting assignments and sync all of them.'
|
15
17
|
long_desc <<~HEREDOC
|
16
18
|
It will gets for each assignment the next reporting segment from starfish.team
|
17
19
|
and loads the corresponding time reports from the provider.
|
data/lib/sfctl/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sfctl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Serhii Rudik
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-04-
|
12
|
+
date: 2020-04-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: faraday
|