github-trello-cl 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/trello.rb +1 -1
  3. data/trello.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 52d23c5c2483d82c0002d5af602cc60782de7889
4
- data.tar.gz: 3342b8d2f6634972c01c4005ba327b76a0019540
3
+ metadata.gz: 0865512880daf6c6b55a6f3cf38fb6424323ef57
4
+ data.tar.gz: 8420dee0ec2db94ca8be1a796a6e76165af7ca83
5
5
  SHA512:
6
- metadata.gz: 763cb40425184c045a963154dc89a68953a076b7192a452e3e461d65123c9eb36dbca3ee7d8ec55d5a371f0974d45298403cad0e8d8b5ce105f0268839178d36
7
- data.tar.gz: 39474a635d8bf949770d2fc33c0db2be0271d6a1b698dc2716daa3cb91d1691ceb2431eee8fc830338ff54d3be01d635a7ecd74d7da1eb860fca2a190e7b366a
6
+ metadata.gz: e3bbae8d269eccad7e5b5c5cbf60c42af72221ff499f130564fe5be5cc10f7e81d8dde6ec84edc0692143a5cb3a8080481cf6e3591296902adaa0143659f4755
7
+ data.tar.gz: b4bf6c9954901c6e51701870d52c92c12bf51b607dd96b49213bf3c9bd9e7a45ac6586e3a1c8ac54753a7843faa53b9b782959518481e4aebc70f6f83bdd2136
data/lib/trello.rb CHANGED
@@ -194,7 +194,7 @@ module Trello
194
194
 
195
195
  response = Api::Integration.make_call(:post, "cards/#{card_number}/start", {user: user, branch: (options['no-branch'] ? nil : branch), repo: config['repo']})
196
196
  if response.success?
197
- say "Started card #{card_number} with branch #{prefixed_branch}."
197
+ say "Started card #{card_number} with branch #{branch}."
198
198
  end
199
199
  end
200
200
  end
data/trello.gemspec CHANGED
@@ -2,7 +2,7 @@ $LOAD_PATH << File.expand_path('../lib', __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'github-trello-cl'
5
- s.version = '0.1.6'
5
+ s.version = '0.1.7'
6
6
  s.date = '2015-02-23'
7
7
  s.summary = "Interface with trello"
8
8
  s.description = "A tool to allow people using Trello as a workflow to interface with it via command line access to an API"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-trello-cl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Pletcher