akephalos.gemspec in akephalos-0.0.1 vs akephalos.gemspec in akephalos-0.0.2

- old
+ new

@@ -3,32 +3,33 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{akephalos} - s.version = "0.0.1" + s.version = "0.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Bernerd Schaefer"] - s.date = %q{2010-05-05} + s.date = %q{2010-05-10} s.default_executable = %q{akephalos} s.description = %q{} s.email = %q{bj.schaefer@gmail.com} s.executables = ["akephalos"] s.files = [ ".gitignore", "Rakefile", + "TODO.txt", "VERSION", "akephalos.gemspec", "bin/akephalos", "lib/akephalos.rb", "lib/akephalos/capybara.rb", + "lib/akephalos/client.rb", "lib/akephalos/cucumber.rb", "lib/akephalos/htmlunit.rb", - "lib/akephalos/htmlunit/html_element.rb", - "lib/akephalos/htmlunit/html_page.rb", - "lib/akephalos/htmlunit/html_select.rb", - "lib/akephalos/htmlunit/web_client.rb", + "lib/akephalos/node.rb", + "lib/akephalos/page.rb", + "lib/akephalos/remote_client.rb", "lib/akephalos/server.rb", "spec/driver/akephalos_driver_spec.rb", "spec/session/akephalos_session_spec.rb", "spec/spec.opts", "spec/spec_helper.rb",