sfctl 0.1.0 → 1.0.0

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: d0e63e770e0ea7a15b30d234c2f2b93adf1680ecacf25d0d3fa8af90522508c6
4
- data.tar.gz: 0cd955de01130050c06e6e266700db3e0f5e0d429be255883b5df5cc30f770f7
3
+ metadata.gz: 987345c89cefd795ef0e0caf100079fdae0d21928e5dd797216132aed206834b
4
+ data.tar.gz: b6935e7ebbaa5af76c6d16ce666da547b32262c3dbe688a7e51dc5201788e4bd
5
5
  SHA512:
6
- metadata.gz: 58cafd72532a056a3fa7159c09aee07e0bd8d48a25e62d93bf3cb1848e77724e9c376ae910ab55e26c5dbb59dc1308b4761e349de6ae8e76e7d468bdeeb8efc5
7
- data.tar.gz: 5150f1523bc6538d17a407c70c0537cb03826b8b6cef94b6f15f6683b710fe68f3abfe6c77c202a5f9b1ba9586a165ceaacffa7ea9f46e1958c8f8ef4cf8f645
6
+ metadata.gz: ac9d36c7c89667c8cd92be1e1ef61009674ef889ba971a40108ca6ca9342e244033d239349ff66ead8fa994a827c5f3f21252bc440ffe3345298f03d47a3ef74
7
+ data.tar.gz: 6e29f52a803757984dede41303d62109734a09090492d414972f908369f70596dbadaabd35fe37557b73fa1286407d17b9fdeec6faeaf8ed2d39608a9bf467a9
@@ -21,7 +21,7 @@ module Sfctl
21
21
  end
22
22
 
23
23
  class_option :"no-color", type: :boolean, default: false, desc: 'Disable colorization in output'
24
- class_option :"starfish-host", type: :string, default: 'https://starfish.team',
24
+ class_option :"starfish-host", type: :string, default: 'https://app.starfish.team',
25
25
  desc: 'The starfish API endpoint',
26
26
  banner: 'HOST'
27
27
 
@@ -1,3 +1,3 @@
1
1
  module Sfctl
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '1.0.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sfctl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serhii Rudik
8
8
  - Markus Kuhnt
9
- autorequire:
9
+ autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-05-06 00:00:00.000000000 Z
12
+ date: 2020-06-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday
@@ -375,7 +375,7 @@ dependencies:
375
375
  - - "~>"
376
376
  - !ruby/object:Gem::Version
377
377
  version: 0.4.2
378
- description:
378
+ description:
379
379
  email:
380
380
  - serhii@starfish.team
381
381
  executables:
@@ -432,7 +432,7 @@ licenses:
432
432
  metadata:
433
433
  bug_tracker_uri: https://github.com/alphatier-works/sfctl/issues
434
434
  source_code_uri: https://github.com/alphatier-works/sfctl
435
- post_install_message:
435
+ post_install_message:
436
436
  rdoc_options: []
437
437
  require_paths:
438
438
  - lib
@@ -447,8 +447,8 @@ 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.2
451
- signing_key:
450
+ rubygems_version: 3.1.3
451
+ signing_key:
452
452
  specification_version: 4
453
453
  summary: sfctl is a command line interface for the Starfish API.
454
454
  test_files: []