sfctl 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36e137543a9eed8b4f2fd6c472fd5899d5dc94a3b98fd50d8ae527b79dd671b4
4
- data.tar.gz: 2cb0c12ea7a79b7fefae5cbbffba604815a7a9629b002049530c165461d4a701
3
+ metadata.gz: 50b06c3748555b51931554ecc9278f97340fc1b3f27289e147a481a598bc01db
4
+ data.tar.gz: 7d449dee4713db1d04681069a88224a7e52385e18cf1903eb4fe32b1193f1217
5
5
  SHA512:
6
- metadata.gz: f0e23db4406b9d253250398269a216a819e1a55afd11570f9515ab909e7b230b316cdbd8eedf28c910c78772e0aece324dc0adad1a4a0210b253b700a64e1df1
7
- data.tar.gz: 292842c5de401507c927181a9c346e0a324a9944e5653fe4be752d8951dfc1bcac8e902d6e137eb0426ed0c6fa5636568fe2377a14361eb6a2d93d0a4c7a0d0a
6
+ metadata.gz: c62e5d25d1fd9247a4b919fbf496bd7a449a41689fd4d745197390f6a44fed0de074acdb73ca0bdae6675bb9b865498fff2c78c4001ee22e871bb75e286dc135
7
+ data.tar.gz: f72dd63951c7c9522e312251f10fa3a859c26cab4a1832f22a3fcd39e6584537b59e88b0e233c6d7950986c401b3ca7db69615e8638a1f94838513278421dfbd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sfctl (1.0.1)
4
+ sfctl (1.0.4)
5
5
  faraday (~> 1.0)
6
6
  pastel (~> 0.7)
7
7
  rake (~> 12.0)
@@ -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@www.toggl.com/#{api_path}", headers: headers) do |builder|
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
@@ -1,3 +1,3 @@
1
1
  module Sfctl
2
- VERSION = '1.0.3'.freeze
2
+ VERSION = '1.0.4'.freeze
3
3
  end
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 = ['serhii@starfish.team']
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.3
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: 2020-09-06 00:00:00.000000000 Z
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
- - serhii@starfish.team
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.4
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.