sfctl 1.0.3 → 1.0.4
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/Gemfile.lock +1 -1
- data/lib/sfctl/toggl/client.rb +1 -1
- data/lib/sfctl/version.rb +1 -1
- data/sfctl.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50b06c3748555b51931554ecc9278f97340fc1b3f27289e147a481a598bc01db
|
|
4
|
+
data.tar.gz: 7d449dee4713db1d04681069a88224a7e52385e18cf1903eb4fe32b1193f1217
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c62e5d25d1fd9247a4b919fbf496bd7a449a41689fd4d745197390f6a44fed0de074acdb73ca0bdae6675bb9b865498fff2c78c4001ee22e871bb75e286dc135
|
|
7
|
+
data.tar.gz: f72dd63951c7c9522e312251f10fa3a859c26cab4a1832f22a3fcd39e6584537b59e88b0e233c6d7950986c401b3ca7db69615e8638a1f94838513278421dfbd
|
data/Gemfile.lock
CHANGED
data/lib/sfctl/toggl/client.rb
CHANGED
|
@@ -13,7 +13,7 @@ module Sfctl
|
|
|
13
13
|
api_path = api == 'reports' ? REPORTS_API_PATH : DEFAULT_API_PATH
|
|
14
14
|
|
|
15
15
|
headers = { 'Content-Type' => 'application/json' }
|
|
16
|
-
Faraday.new(url: "https://#{token}:api_token@
|
|
16
|
+
Faraday.new(url: "https://#{token}:api_token@api.track.toggl.com/#{api_path}", headers: headers) do |builder|
|
|
17
17
|
builder.request :retry
|
|
18
18
|
builder.adapter :net_http
|
|
19
19
|
end
|
data/lib/sfctl/version.rb
CHANGED
data/sfctl.gemspec
CHANGED
|
@@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
|
|
|
5
5
|
spec.license = 'MIT'
|
|
6
6
|
spec.version = Sfctl::VERSION
|
|
7
7
|
spec.authors = ['Serhii Rudik', 'Markus Kuhnt']
|
|
8
|
-
spec.email = ['
|
|
8
|
+
spec.email = ['hello@starfish.codes']
|
|
9
9
|
spec.homepage = 'https://github.com/alphatier-works/sfctl'
|
|
10
10
|
spec.summary = 'sfctl is a command line interface for the Starfish API.'
|
|
11
11
|
# spec.homepage = ''
|
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: 1.0.
|
|
4
|
+
version: 1.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:
|
|
12
|
+
date: 2021-09-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: faraday
|
|
@@ -377,7 +377,7 @@ dependencies:
|
|
|
377
377
|
version: 0.4.2
|
|
378
378
|
description:
|
|
379
379
|
email:
|
|
380
|
-
-
|
|
380
|
+
- hello@starfish.codes
|
|
381
381
|
executables:
|
|
382
382
|
- sfctl
|
|
383
383
|
extensions: []
|
|
@@ -447,7 +447,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
447
447
|
- !ruby/object:Gem::Version
|
|
448
448
|
version: '0'
|
|
449
449
|
requirements: []
|
|
450
|
-
rubygems_version: 3.1.
|
|
450
|
+
rubygems_version: 3.1.3
|
|
451
451
|
signing_key:
|
|
452
452
|
specification_version: 4
|
|
453
453
|
summary: sfctl is a command line interface for the Starfish API.
|