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: 1c1741f57a456200ab53a3c50639f7edde503aca
4
- data.tar.gz: d6dbbdaa5a976c968f3f4f9abe8c979b678c9a6e
3
+ metadata.gz: 18373041742b2f8685e96a736b941b0c60583ad4
4
+ data.tar.gz: abc93ab3127227fe8e06adb5cf73e20379614c3c
5
5
  SHA512:
6
- metadata.gz: 6e59b82e6ac32160056e004cf062cc2037a510b33af577aa653f5c0ebeee26c13661610d2abd929187e13dab3bd22c7fe74157417597568b60799e060fd4aa14
7
- data.tar.gz: 1753d01098437cef8a709a471c3c4a8ccb76de0e49cfa48130cfdc839de5b0b77cc798dcba88fb952a75f9843b5ed7bd78792e11240fa1274ca4fb77b8a39fe0
6
+ metadata.gz: e56718e5acd7bd76be965edf93774aea049721c5268268dc0fd846ebfa2921bce1925185b6009e71a3fa2e9727fc92304f780234a953705af9ab2316e0debf1b
7
+ data.tar.gz: f12eae0cf8fa86cdbdec164c5d3ebff67248ae2275cc4aea08824f57ffe745b8ab695ab650b154399db64356cde152ea20f2372231572c0a509d221819cd53bd
@@ -6,7 +6,7 @@ require_relative '../helper/trello_helper'
6
6
 
7
7
  module Fastlane
8
8
  module Actions
9
- class TrelloComment < Action
9
+ class TrelloCommentAction < Action
10
10
 
11
11
  @base_path = "https://api.trello.com/1"
12
12
  @base_url = URI(@base_path)
@@ -6,7 +6,7 @@ require_relative '../helper/trello_helper'
6
6
 
7
7
  module Fastlane
8
8
  module Actions
9
- class TrelloAction < Action
9
+ class TrelloMoveCardAction < Action
10
10
 
11
11
  @base_path = "https://api.trello.com/1"
12
12
  @base_url = URI(@base_path)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Trello
3
- VERSION = "1.1.2"
3
+ VERSION = "1.1.3"
4
4
  end
5
5
  end
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.2
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