airtable_base_builder 1.0.2 → 1.0.3
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/airtable_base_builder/config.rb +2 -2
- data/lib/airtable_base_builder/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb09b5d6b4fe6bf958022bdb428cfe369cf753869b1184e02782deefb02baf15
|
|
4
|
+
data.tar.gz: 040fa3c95134be5e8277d9b15bd9b4843c5db6c446ebd9a386ac1ac9d138f185
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd478875147cacfb8014f97b4f31fe3d84b6eea3c19197585e1847056668d117e3dead9bd3ceed185ebe2b722ea9c68c2c1fc8698bfb98f5d71b95c6eb72cc45
|
|
7
|
+
data.tar.gz: 753457d2bd5c95ef1f6f15b5e4e3747143a04e7c1d8facfa053d884fb2d8a84f3f76f3c2066d0576a999bf8a52d29a8cea742c141c5ed999dc8560b052e18f30
|
data/Gemfile.lock
CHANGED
|
@@ -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("`
|
|
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("`
|
|
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
|