airtable_base_builder 1.0.2 → 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: b757ef7fd274623b7415f4c3323c77103151f5183372ed01d43dcd75d67fb4b5
4
- data.tar.gz: 956976dd16ca1916acb4338c5924ea7ad16320b9557ae360bf5019a209926ca0
3
+ metadata.gz: 93e9ee83369f29083a4f625c920a6b78b8513ba96896729cc0a2907309b1fa9e
4
+ data.tar.gz: b46933cc3c8cb892fefec20ed9f7429f60fcdf06fdbd38de65339fcc2508cdde
5
5
  SHA512:
6
- metadata.gz: a11671584bb196856989cc481c1a0796db0162c0eb89b445d60b7d362fa21093f6889b51063bff940835c492b56cf8cf0ae30fa4b5d381c35d29c330f9e64902
7
- data.tar.gz: de8a97b33f4394404ba58e09909dd3d3f8ba5a7f03441e81a506df5a366cc07240933962bdb5cec85dfd82b6339bdec418c8010b57700e0d961903ebf304e589
6
+ metadata.gz: 5722ad77330b2706a2ccf2ae99d7c568674852bfb309bbe8cf79e66a36e089a2cbc129732f601cfd133c2a99123431abd4672770b2b76fbaf729363504ec2b3c
7
+ data.tar.gz: cae5bfd8945d9b3322fac8434b1879b9038f0dad2555eb5c41cab7293eab4afcfadd575cc7058b9584fb07cbe3426e8bb5dcde47ecc7a6eacdf6b5ee097a2167
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- airtable_base_builder (1.0.2)
4
+ airtable_base_builder (1.0.4)
5
5
  faraday
6
6
  require_all (~> 3.0)
7
7
  thor
@@ -33,7 +33,7 @@ module AirtableBaseBuilder
33
33
  say_error("\n\nYou must set your Personal Access Token first", color = :red)
34
34
  at_link = set_color("https://airtable.com/account", :blue, :bold)
35
35
  say("If you do not have a Personal Access Token, you can create one here: #{at_link}", color = :green)
36
- command = set_color("`airtable_base_builder config pat YOUR_TOKEN`", color = :magenta, :bold)
36
+ command = set_color("`atbb config pat YOUR_TOKEN`", color = :magenta, :bold)
37
37
  say(
38
38
  "\nOnce you have your Personal Access Token, run #{command}\n\n",
39
39
  color = :green
@@ -52,7 +52,7 @@ It will look something like this: #{at_link}
52
52
  The ID is the part that starts with `wsp` and is a long string of letters and numbers (but does not include the `?`).",
53
53
  color = :green
54
54
  )
55
- command = set_color("`airtable_base_builder config workspace_id YOUR_ID`", color = :magenta, :bold)
55
+ command = set_color("`atbb config workspace_id YOUR_ID`", color = :magenta, :bold)
56
56
  say(
57
57
  "\nOnce you have your Workspace ID, run #{command}\n\n",
58
58
  color = :green
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AirtableBaseBuilder
4
- VERSION = "1.0.2"
4
+ VERSION = "1.0.4"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airtable_base_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Oglesby
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-03 00:00:00.000000000 Z
11
+ date: 2023-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: require_all