rails_bridge.gemspec in rails_bridge-0.0.5 vs rails_bridge.gemspec in rails_bridge-0.0.6

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rails_bridge} - s.version = "0.0.5" + s.version = "0.0.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["shock"] s.date = %q{2011-01-04} s.description = %q{Allows for easy embedding of content from a remote HTTP server and exporting of the Rails HTML layout into another template.} @@ -39,10 +39,11 @@ "script/console", "spec/dummy/.rspec", "spec/dummy/Rakefile", "spec/dummy/app/controllers/application_controller.rb", "spec/dummy/app/helpers/application_helper.rb", + "spec/dummy/app/rails_bridge/content_bridges/tester.rb", "spec/dummy/app/rails_bridge/content_bridges/twitter_content_bridge.rb", "spec/dummy/app/rails_bridge/layout_bridge/layouts/application/content.html.erb", "spec/dummy/app/rails_bridge/layout_bridge/views/layouts/_partial.html.erb", "spec/dummy/app/views/layouts/_partial.html.erb", "spec/dummy/app/views/layouts/alternative.html.erb", @@ -95,9 +96,10 @@ s.rubygems_version = %q{1.3.7} s.summary = %q{Bridges Rails with an external application.} s.test_files = [ "spec/dummy/app/controllers/application_controller.rb", "spec/dummy/app/helpers/application_helper.rb", + "spec/dummy/app/rails_bridge/content_bridges/tester.rb", "spec/dummy/app/rails_bridge/content_bridges/twitter_content_bridge.rb", "spec/dummy/autotest/discover.rb", "spec/dummy/config/application.rb", "spec/dummy/config/boot.rb", "spec/dummy/config/environment.rb",