twitter_topic_bot 0.3.0 → 0.3.1

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: 18bcde73d848ce382fc2455843573ab9398b5684
4
- data.tar.gz: d30f0c510f82cde515f48925aded164d06a1d246
3
+ metadata.gz: d04647c8901333f78f8dae2844219ac55e24e1a1
4
+ data.tar.gz: b46d8aa30ea41c64f5b188a3ddf522be828e802b
5
5
  SHA512:
6
- metadata.gz: fb7109ff79978710b2a586a8e1548706aee2e1c6466cab28a7b40ecf75c458d9e17c9c3b09ba6fb414e3481f46b1b726a5d0060b933b67f81cb2d4a718945b39
7
- data.tar.gz: 78e88f92d0a7a6d7929947cab163d9c06ac20812afc4714355bd052bbcdc23a001127988331969777415e815fdb7d6a85d1007911cde9029bb8c75f7061f28dd
6
+ metadata.gz: 1d02d4e1fcb64cca2fdaa79d8e271eac112aa914dd5f1333850368bd31a2f212943d9ebd269e88e6cc190be0f1a4f1a7230ba2c3c29aa9ce7e19590c20b5b1ec
7
+ data.tar.gz: 65624e95d20b72b82576fb584921736d2b24401a1f152fda7209f41934e68703ca6aafe80ab022ce755dcab80ce99c4ae9928771916661d66e09e0bfab65e6f1
@@ -1,3 +1,3 @@
1
1
  class TwitterTopicBot
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = TwitterTopicBot::VERSION
9
9
  spec.authors = ['Anne Johnson']
10
10
  spec.email = ['annecodes@gmail.com']
11
+ spec.license = 'MIT'
11
12
 
12
13
  spec.summary = %q{A gem to create Twitter bots that tweet about topics of interest}
13
14
  spec.homepage = 'https://github.com/annejohnson/twitter_topic_bot'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter_topic_bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anne Johnson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-29 00:00:00.000000000 Z
11
+ date: 2016-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: twitter
@@ -116,7 +116,8 @@ files:
116
116
  - lib/twitter_topic_bot/version.rb
117
117
  - twitter_topic_bot.gemspec
118
118
  homepage: https://github.com/annejohnson/twitter_topic_bot
119
- licenses: []
119
+ licenses:
120
+ - MIT
120
121
  metadata: {}
121
122
  post_install_message:
122
123
  rdoc_options: []