trellish 0.0.14 → 0.0.15
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.
- data/lib/trellish/version.rb +1 -1
- data/trellish.example.yml +3 -3
- metadata +1 -1
data/lib/trellish/version.rb
CHANGED
data/trellish.example.yml
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Sign in to Trello and go here https://trello.com/1/appKey/generate.
|
|
2
|
-
# Copy "Key" from that page to
|
|
2
|
+
# Copy "Key" from that page to trello_api_key.
|
|
3
3
|
trello_api_key: numbers_and_letters_and_stuff
|
|
4
4
|
|
|
5
|
-
# Copy "Secret (for OAuth signing)" from that page to
|
|
5
|
+
# Copy "Secret (for OAuth signing)" from that page to trello_oauth_secret.
|
|
6
6
|
trello_oauth_secret: numbers_and_letters_and_stuff
|
|
7
7
|
|
|
8
8
|
# Visit
|
|
9
|
-
# http://trello.com/1/
|
|
9
|
+
# http://trello.com/1/authorize?key=TRELLO_API_KEY_FROM_ABOVE&name=Trellish&response_type=token&scope=read,write&expiration=never
|
|
10
10
|
# and copy the token to trello_oauth_token here.
|
|
11
11
|
trello_oauth_token: numbers_and_letters_and_stuff
|
|
12
12
|
|