chewbranca-twibot 0.1.7.3 → 0.1.7.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/twibot.gemspec +3 -3
  2. metadata +3 -2
data/twibot.gemspec CHANGED
@@ -2,17 +2,17 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{chewbranca-twibot}
5
- s.version = "0.1.7.3"
5
+ s.version = "0.1.7.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
- s.authors = ["Christian Johansen"]
8
+ s.authors = ["Russell Branca", "Christian Johansen"]
9
9
  s.date = %q{2009-04-13}
10
10
  s.description = %q{Twibot (pronounced like "Abbot"), is a Ruby microframework for creating Twitter bots, heavily inspired by Sinatra.}
11
11
  s.email = %q{christian@cjohansen.no}
12
12
  s.extra_rdoc_files = ["History.txt", "Readme.rdoc"]
13
13
  s.files = ["History.txt", "Rakefile", "Readme.rdoc", "lib/hash.rb", "lib/twibot.rb", "lib/twibot/bot.rb", "lib/twibot/config.rb", "lib/twibot/handlers.rb", "lib/twibot/macros.rb", "lib/twibot/tweets.rb", "test/test_bot.rb", "test/test_config.rb", "test/test_handler.rb", "test/test_hash.rb", "test/test_helper.rb", "test/test_twibot.rb", "twibot.gemspec"]
14
14
  s.has_rdoc = true
15
- s.homepage = %q{http://github.com/mattmueller/twibot/}
15
+ s.homepage = %q{http://github.com/chewbranca/twibot/}
16
16
  s.rdoc_options = ["--main", "Readme.rdoc"]
17
17
  s.require_paths = ["lib"]
18
18
  s.rubyforge_project = %q{twibot}
metadata CHANGED
@@ -1,9 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chewbranca-twibot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7.3
4
+ version: 0.1.7.4
5
5
  platform: ruby
6
6
  authors:
7
+ - Russell Branca
7
8
  - Christian Johansen
8
9
  autorequire:
9
10
  bindir: bin
@@ -60,7 +61,7 @@ files:
60
61
  - test/test_twibot.rb
61
62
  - twibot.gemspec
62
63
  has_rdoc: true
63
- homepage: http://github.com/mattmueller/twibot/
64
+ homepage: http://github.com/chewbranca/twibot/
64
65
  licenses: []
65
66
 
66
67
  post_install_message: