fastlane-plugin-trello 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18373041742b2f8685e96a736b941b0c60583ad4
|
4
|
+
data.tar.gz: abc93ab3127227fe8e06adb5cf73e20379614c3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e56718e5acd7bd76be965edf93774aea049721c5268268dc0fd846ebfa2921bce1925185b6009e71a3fa2e9727fc92304f780234a953705af9ab2316e0debf1b
|
7
|
+
data.tar.gz: f12eae0cf8fa86cdbdec164c5d3ebff67248ae2275cc4aea08824f57ffe745b8ab695ab650b154399db64356cde152ea20f2372231572c0a509d221819cd53bd
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-trello
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Oscar De Moya
|
@@ -145,8 +145,8 @@ files:
|
|
145
145
|
- LICENSE
|
146
146
|
- README.md
|
147
147
|
- lib/fastlane/plugin/trello.rb
|
148
|
-
- lib/fastlane/plugin/trello/actions/trello_action.rb
|
149
148
|
- lib/fastlane/plugin/trello/actions/trello_comment.rb
|
149
|
+
- lib/fastlane/plugin/trello/actions/trello_move_card.rb
|
150
150
|
- lib/fastlane/plugin/trello/helper/trello_helper.rb
|
151
151
|
- lib/fastlane/plugin/trello/version.rb
|
152
152
|
homepage: https://github.com/oscardemoya/fastlane-plugin-trello
|