startling_trello 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa2928d4d77d601b26c213c148c884727b0fd69c
4
- data.tar.gz: 3fb0b30bd793eee0daff063f99000f88b8faffae
3
+ metadata.gz: 1a13a967426ae48d86560e6c9c4fa941c44bfb80
4
+ data.tar.gz: acf979d107d9f9ee181467f9a8202483a585ab5a
5
5
  SHA512:
6
- metadata.gz: e9ea71cb0fb17985ff08ee5e0f960231a533cedcd4976265426284512d96beefc188eafc3fc5a5f771f478c6608284fade5ead40c19e5304ea79e5c45f9e00a6
7
- data.tar.gz: 0cc718ea8c440118cfe18fafef8c3ada523e64fbff7a7f96dc00fe1679574755f98e5f1203552e3cfc526009a2c768cff3e9df9f54f29a5a9ba5f0442a02c396
6
+ metadata.gz: b7f1ef531c7e68c78bb1303b529b333268f61fcb4e60f9ec91192bef1ef5e39a8b0d1a8c60106562aaaf8ed0f9220062b3a9718782cc36a945d2f0ae03f03643
7
+ data.tar.gz: 3617a587f0c8f7bf9076e17d18f280f267261bcb3414aac2c0e42c9e20fd724e4eb3d871f5d1b779b25d38e776a74c621c5f3df83551aa6038c09e6cf3f14294
@@ -8,6 +8,8 @@ module Startling
8
8
  class TrelloStart < Base
9
9
  def execute
10
10
  Startling::Configuration.load_configuration
11
+
12
+ logger.info "Starting story..."
11
13
  doing_list_id = get_doing_list_id
12
14
 
13
15
  api = StartlingTrello.api
@@ -1,3 +1,3 @@
1
1
  module StartlingTrello
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: startling_trello
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cassie Koomjian