kitsune.gemspec in kitsune-0.1.3 vs kitsune.gemspec in kitsune-0.1.4
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{kitsune}
- s.version = "0.1.3"
+ s.version = "0.1.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["toastyapps", "<matt@toastyapps.com>"]
- s.date = %q{2010-01-11}
+ s.date = %q{2010-01-15}
s.description = %q{Integrated Rails Content Management System.}
s.email = %q{matt@toastyapps.com}
s.extra_rdoc_files = [
"README.textile"
]
@@ -42,9 +42,10 @@
"app/views/admin/kitsune/records/_form.html.haml",
"app/views/admin/kitsune/records/_list.html.haml",
"app/views/admin/kitsune/records/edit.html.haml",
"app/views/admin/kitsune/records/index.html.haml",
"app/views/admin/kitsune/records/new.html.haml",
+ "app/views/admin/kitsune/records/show.html.haml",
"app/views/admin/kitsune/sessions/new.html.haml",
"app/views/admin/kitsune/shared/_flashes.html.haml",
"app/views/kitsune/show.html.erb",
"app/views/layouts/admin/kitsune.html.erb",
"config/kitsune_routes.rb",