bookyt_projects.gemspec in bookyt_projects-0.2.0 vs bookyt_projects.gemspec in bookyt_projects-0.2.1
- 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{bookyt_projects}
- s.version = "0.2.0"
+ s.version = "0.2.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Roman Simecek}]
s.date = %q{2011-09-12}
s.description = %q{Rails engine for project management it's used to extend the functionallity of bookyt.}
@@ -33,10 +33,12 @@
"app/models/task.rb",
"app/views/project_states/_form.html.haml",
"app/views/project_states/new.html.haml",
"app/views/projects/_form.html.haml",
"app/views/projects/_list.html.haml",
+ "app/views/projects/_resource_detail.html.haml",
"app/views/projects/new.html.haml",
+ "app/views/projects/show.html.haml",
"app/views/tasks/_form.html.haml",
"bookyt_projects.gemspec",
"config/locales/de.yml",
"config/routes.rb",
"lib/bookyt_projects.rb",