trellish 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +7 -10
  2. data/lib/trellish/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -20,16 +20,13 @@ Or install it yourself as:
20
20
 
21
21
  Create a trellish.yml file in your current directory or home directory. Set it up like this:
22
22
 
23
- # Sign in to Trello and go here https://trello.com/1/appKey/generate.
24
- # Copy "Key" from that page to tello_api_key.
25
- trello_api_key: numbers_and_letters_and_stuff
26
- # Copy "Secret (for OAuth signing)" from that page to tello_oauth_secret.
27
- trello_oauth_secret: numbers_and_letters_and_stuff
28
- # Visit http://trello.com/1/connect?key=TRELLO_API_KEY_FROM_ABOVE&name=Trellish&response_type=token&scope=read,write&expiration=never and copy the token to trello_oauth_token.
29
- trello_oauth_token: numbers_and_letters_and_stuff
30
- # Run: `curl -u 'username' -d '{"scopes":["repo"],"note":"Trellish"}' https://api.github.com/authorizations`
31
- # Copy the token parameter from the response to github_oauth_token.
32
- github_oauth_token: numbers_and_letters_and_stuff
23
+ 1. Sign in to Trello and go to https://trello.com/1/appKey/generate.
24
+ 1. Copy "Key" from that page to tello\_api\_key.
25
+ 1. Copy "Secret (for OAuth signing)" from that page to tello\_oauth\_secret.
26
+ 1. Visit http://trello.com/1/connect?key=TRELLO\_API\_KEY\_FROM\_ABOVE&name=Trellish&response_type=token&scope=read,write&expiration=never
27
+ 1. Copy the token to trello\_oauth\_token.
28
+ 1. Run: `curl -u 'username' -d '{"scopes":["repo"],"note":"Trellish"}' https://api.github.com/authorizations`
29
+ 1. Copy the token parameter from the response to github\_oauth\_token.
33
30
 
34
31
  `git checkout` the topic branch for the card you are finishing. Then do this:
35
32
 
@@ -1,3 +1,3 @@
1
1
  module Trellish
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
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.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: