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.
@@ -1,3 +1,3 @@
1
1
  module Trellish
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
@@ -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 tello_api_key.
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 tello_oauth_secret.
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/connect?key=TRELLO_API_KEY_FROM_ABOVE&name=Trellish&response_type=token&scope=read,write&expiration=never
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trellish
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: