trellish 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/trellish +2 -2
- data/lib/trellish/version.rb +1 -1
- metadata +2 -2
data/bin/trellish
CHANGED
@@ -25,8 +25,8 @@ Trellish.configure(
|
|
25
25
|
trello_oauth_secret: config_file['trello_oauth_secret'],
|
26
26
|
trello_oauth_token: config_file['trello_oauth_token'],
|
27
27
|
github_oauth_token: config_file['github_oauth_token'],
|
28
|
-
git_base_branch: config_file['git_base_branch'],
|
29
|
-
qa_list_name: config_file['qa_list_name'])
|
28
|
+
git_base_branch: config_file['git_base_branch'] || 'master',
|
29
|
+
qa_list_name: config_file['qa_list_name'] || 'QA')
|
30
30
|
|
31
31
|
card = Trellish::Card.new(ARGV[0])
|
32
32
|
card.finish
|
data/lib/trellish/version.rb
CHANGED
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.
|
4
|
+
version: 0.0.11
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-10-
|
12
|
+
date: 2012-10-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: oauth2
|