origami.gemspec in endymion-origami-0.1.1 vs origami.gemspec in endymion-origami-0.1.2
- old
+ new
@@ -1,10 +1,10 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{origami}
- s.version = "0.1.1"
+ s.version = "0.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ryan Porter", "Matthew James Taylor"]
s.date = %q{2009-05-18}
s.description = %q{Origami is a Rails Engine plugin that handles the tedious parts of setting up HTML/CSS layoutspec.}
@@ -90,21 +90,21 @@
"rdoc/fr_file_index.html",
"rdoc/fr_method_index.html",
"rdoc/index.html",
"rdoc/rdoc-style.css",
"tasks/chaise_tasks.rake",
- "test/chaise_test.rb",
+ "test/origami_test.rb",
"test/test_helper.rb",
"uninstall.rb",
"version.yml"
]
s.has_rdoc = true
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{A Rails Engine plugin for handling layouts.}
s.test_files = [
- "test/chaise_test.rb",
+ "test/origami_test.rb",
"test/test_helper.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION