twitter_bot_generator 0.2.0 → 0.2.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: 9354d645a4a295e9321481d95149c5a5d62653ba
4
- data.tar.gz: 47d124b7b15a814c7b2f84982ddb190394baaaf3
3
+ metadata.gz: d9d79ff46cf5d525f32ce32b72fe46c9af58ab7d
4
+ data.tar.gz: 6100ebe3f7ceae93b2a9d53e3c2ef5970df942ab
5
5
  SHA512:
6
- metadata.gz: a25ce81c2b3142f8198e335d4a8b841208638c9b1f45cf182caf0b86fe10b74524b11c7410082eb5df75c32ce53f16157b5e847ce3576123c3eca768f6dd2257
7
- data.tar.gz: b690edbf48ebae94bedf29ad9032b358e3a93d073a02c901eadbe14411ca2e0fba46ec4242b2645254b6586a59c08176d353ed11710df211873224453a8b1a90
6
+ metadata.gz: 57d97ec246985664203e272865b0ebd32948d80508ca00e1ba48f8a9cb3a6235177d8c73c8afa804211a30e6cd01d65b1a64d95ad2150724f5517cbb9dbf7e39
7
+ data.tar.gz: fe91e1b2b27fc32ea73817378b748b68ff7291e2616bed68c9da2fae0bc95924039fd181d47d20fe9170658443f4d6fab60bc415221b87f70f35e8e02d9269b9
data/README.md CHANGED
@@ -99,5 +99,11 @@ https://github.com/tweetstream/tweetstream
99
99
 
100
100
  ## Contribute
101
101
 
102
- all kinds of issues in the thing to the upper right! =>
103
- comment on something if it sounds cool to u
102
+ all kinds of issues in the thing to the upper right! =>
103
+ comment on something if it sounds cool to u
104
+
105
+ To run ALLLLLL the tests:
106
+
107
+ bundle exec rake && bundle exec ruby test/generated_default_bot.rb && bundle exec ruby test/generated_streaming_bot.rb && bundle exec ruby test/generated_userstream_bot.rb
108
+
109
+ If someone could figure out how to get rake to run each of those things, but re-load the generated bot each time, but without changing the generated bot to use "load", that would be rad.
@@ -1,4 +1,4 @@
1
1
  class TwitterBotGenerator
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
4
4
 
@@ -33,6 +33,7 @@ Gem::Specification.new do |spec|
33
33
  spec.executables = ['twitter_bot_generator']
34
34
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
35
35
  spec.require_paths = ["lib"]
36
+ spec.required_ruby_version = '>= 2.0.0'
36
37
 
37
38
  spec.add_development_dependency "bundler", "~> 1.6"
38
39
  spec.add_development_dependency "rake"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter_bot_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cole Willsea
@@ -159,7 +159,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
159
159
  requirements:
160
160
  - - '>='
161
161
  - !ruby/object:Gem::Version
162
- version: '0'
162
+ version: 2.0.0
163
163
  required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  requirements:
165
165
  - - '>='