tweetomator 1.1.0 → 1.1.1

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: 499c4df1bff2a96595cffa6188a37a5d3aa05e87
4
- data.tar.gz: 853355749050b089c4bd9a80d3ebb8b6aa923853
3
+ metadata.gz: 2d9c44ea77de735621ab3f9044f9ff4f749bd507
4
+ data.tar.gz: 5f402e8c12f891a5b42ea8f9e69cec0f24c7c67a
5
5
  SHA512:
6
- metadata.gz: a184e4fdbb68947988767bc8b2ef1a2e85260f3b624fc2e2b3fa4eb350f492a285fa24cfec06765b212e2578a22f187f69ced5cf4a51d01c51bb384ddc0864e3
7
- data.tar.gz: f41e1638fac1a420ef0610aeab93583786f9e4ad36fef8087b44acec8e48252b2a26734f4d025c7a51387b734921268a3784520fce3d9b18467f02e8065cf4f6
6
+ metadata.gz: 338897903965626aa31a462711eefba9ee03064c7a170321ef24e6fef7a77f8033416fd56cce72c62aeed738d4b71bb49d974b77bf457b74283b0ee7916cbc1d
7
+ data.tar.gz: bebe543dd0b8d0f7fc24d1a7118cd97593a3fe1b29100292145ef4cce3e0652ddc27771f94b5259a6ee056b554aba2237b448ea82fe880f1e103d72a50942d74
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tweetomator (1.0.3)
4
+ tweetomator (1.1.0)
5
5
  flickraw
6
6
  rufus-scheduler
7
7
  twitter
data/lib/config/config.rb CHANGED
@@ -39,7 +39,7 @@ class TweetomatorConfig
39
39
 
40
40
  attr_reader :twitter_config, :flickr_config, :topics, :blacklist, :stop_words, :delay_in_seconds
41
41
 
42
- def initialize(twitter_config, flickr_config, topics, blacklist, stop_words, delay_in_seconds, composer_type)
42
+ def initialize(twitter_config, flickr_config, topics, blacklist, stop_words, delay_in_seconds, composer_type, input_text_file)
43
43
  @twitter_config = twitter_config
44
44
  @flickr_config = flickr_config
45
45
  @topics = topics
@@ -47,5 +47,6 @@ class TweetomatorConfig
47
47
  @stop_words = stop_words
48
48
  @delay_in_seconds = delay_in_seconds
49
49
  @composer_type = composer_type
50
+ @input_text_file = input_text_file
50
51
  end
51
52
  end
@@ -1,3 +1,3 @@
1
1
  class Tweetomator
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tweetomator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nat Young