botfly.gemspec in botfly-0.1.0 vs botfly.gemspec in botfly-0.1.1
- old
+ new
@@ -3,16 +3,16 @@
# 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.0"
+ s.version = "0.1.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.description = %q{Botfly is a Jabber Bot framework that lets you write Jabber bots in a modern DSL that just makes sense. Enjoy, while it's still fresh and VERY ALPHA.}
+ 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"
]
@@ -41,10 +41,10 @@
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/rkneufeld/botfly}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.5}
+ s.rubygems_version = %q{1.3.6}
s.summary = %q{A quick and easy DSL for generating Jabber bots}
s.test_files = [
"spec/botfly_spec.rb",
"spec/spec_helper.rb"
]