metabase_cli 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cea14db47d6ae0d434d29957c0ca89e2f20078be65eba75a9bc6608a0c88affc
4
- data.tar.gz: e79cd54a30da2f002c8535c1006644bc77f8e44e28c545ba1c0777af42367dab
3
+ metadata.gz: 421ad6cfa82fb467df5031bfbd68811949b67c782c15ca944e8427670b0333c7
4
+ data.tar.gz: c0cfda2b183c4b656d3a84f6b87767047458064c449aa5da4b0f177a550dba13
5
5
  SHA512:
6
- metadata.gz: 364064299b8b5a5f425839304a11d0e1951a608a345e30771409cc100de1c4a5e7b152ba940f76ffa0aa96a8696c1e85c1b00035dfe31327c82d1c987c079496
7
- data.tar.gz: 9648d46f497dbf32208010bfc7f71843934da2334a2d6461de623d450556af25fb5e615679d9025225e19ef9f6f730449c4439f1fff48788a64cf70e566f66f5
6
+ metadata.gz: 0f1c54bd7f60d96fbed56ef7dd6547a4de7bf8412418aa217db72da9034871023e7867256e3f6b78313ce6b8f955d8aa84ba3dd00e38beaa44807643b7b201c3
7
+ data.tar.gz: acb8468514b1e354a60fb191bfe7a874e74f73aefef491df1da04813620f9c4c82a8573c093e5c2af6fe49adfd9071ce318be9e37baaf9fbd6a3187f47f07c41
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MetabaseCli
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/metabase_cli.gemspec CHANGED
@@ -8,9 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Armand Fardeau"]
9
9
  spec.email = ["fardeauarmand@gmail.com"]
10
10
 
11
- spec.summary = "Write a short summary, because RubyGems requires one."
12
- spec.description = "Write a longer description or delete this line."
13
- spec.homepage = "https://google.com"
11
+ spec.summary = "Cli for Metabase API"
12
+ spec.homepage = "https://github.com/armandfardeau/metabase_cli"
14
13
  spec.license = "MIT"
15
14
  spec.required_ruby_version = ">= 2.6.0"
16
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metabase_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Armand Fardeau
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description: Write a longer description or delete this line.
111
+ description:
112
112
  email:
113
113
  - fardeauarmand@gmail.com
114
114
  executables:
@@ -133,14 +133,14 @@ files:
133
133
  - lib/metabase_cli/database_service.rb
134
134
  - lib/metabase_cli/version.rb
135
135
  - metabase_cli.gemspec
136
- homepage: https://google.com
136
+ homepage: https://github.com/armandfardeau/metabase_cli
137
137
  licenses:
138
138
  - MIT
139
139
  metadata:
140
140
  allowed_push_host: https://rubygems.org
141
- homepage_uri: https://google.com
142
- source_code_uri: https://google.com
143
- changelog_uri: https://google.com
141
+ homepage_uri: https://github.com/armandfardeau/metabase_cli
142
+ source_code_uri: https://github.com/armandfardeau/metabase_cli
143
+ changelog_uri: https://github.com/armandfardeau/metabase_cli
144
144
  post_install_message:
145
145
  rdoc_options: []
146
146
  require_paths:
@@ -159,5 +159,5 @@ requirements: []
159
159
  rubygems_version: 3.1.6
160
160
  signing_key:
161
161
  specification_version: 4
162
- summary: Write a short summary, because RubyGems requires one.
162
+ summary: Cli for Metabase API
163
163
  test_files: []