github-trello-cl 0.1.1 → 0.1.2
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/trello.rb +1 -0
- data/trello.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fee99bbb32cf3955d03be22a9fdc8b886f5d20aa
|
|
4
|
+
data.tar.gz: 9e8e43970cbb3e857ffd45bc9fde6c019396b22b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d64ef8265379d312c3e508aeca80223e2ee6eff3e85dd5ef3196bbff8c57c8673b45f2e38b901a6109bf3dd4f35489734d6c53eb60eab4f66c86af8de79d4f9f
|
|
7
|
+
data.tar.gz: a83dde0bdca650837bb7c175578527d46f9bb4b7f7ac1e341614da8e7016c8651bf47a42f3260b8cdff5510a4e528ac592fb3642ae25ea32cb5aedf5d89b0eff
|
data/Gemfile.lock
CHANGED
data/lib/trello.rb
CHANGED
|
@@ -178,6 +178,7 @@ module Trello
|
|
|
178
178
|
response = Api::Integration.make_call(:post, "cards/#{card_number}/start", {user: user, branch: (options['no-branch'] ? nil : prefixed_branch)})
|
|
179
179
|
if response.success?
|
|
180
180
|
say "Started card #{card_number} with branch #{prefixed_branch}."
|
|
181
|
+
end
|
|
181
182
|
end
|
|
182
183
|
end
|
|
183
184
|
|
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.
|
|
5
|
+
s.version = '0.1.2'
|
|
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.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steve Pletcher
|
|
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
version: '0'
|
|
139
139
|
requirements: []
|
|
140
140
|
rubyforge_project:
|
|
141
|
-
rubygems_version: 2.
|
|
141
|
+
rubygems_version: 2.4.6
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: Interface with trello
|