botfly.gemspec in botfly-0.1.1 vs botfly.gemspec in botfly-0.2.1

- old
+ new

@@ -3,40 +3,48 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{botfly} - s.version = "0.1.1" + s.version = "0.2.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Ryan Neufeld"] - s.date = %q{2010-03-13} + s.date = %q{2010-03-17} s.description = %q{Botfly is a Jabber Bot DSL that lets you write bots with ease. Enjoy, while it's still fresh and VERY ALPHA.} s.email = %q{ryan@ryanneufeld.ca} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ - ".document", - ".gitignore", + ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "botfly.gemspec", "example.rb", "lib/botfly.rb", "lib/botfly/bot.rb", + "lib/botfly/common_block_acceptor.rb", "lib/botfly/matcher.rb", "lib/botfly/matcher/body_matcher.rb", "lib/botfly/matcher/matcher.rb", + "lib/botfly/matcher/muc_nick_matcher.rb", + "lib/botfly/matcher/muc_text_matcher.rb", + "lib/botfly/matcher/muc_time_matcher.rb", "lib/botfly/matcher/nick_matcher.rb", "lib/botfly/matcher/subject_matcher.rb", + "lib/botfly/muc_client.rb", "lib/botfly/responder.rb", + "lib/botfly/responder/common_responder_methods.rb", "lib/botfly/responder/message_responder.rb", + "lib/botfly/responder/muc_message_responder.rb", + "lib/botfly/responder/muc_responder.rb", "lib/botfly/responder/presence_responder.rb", "lib/botfly/responder/responder.rb", + "retrobot.rb", "spec/botfly_spec.rb", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/rkneufeld/botfly}