Kharites-tools.gemspec in Kharites-tools-0.1.1 vs Kharites-tools.gemspec in Kharites-tools-0.2.0
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in server.rb, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{Kharites-tools}
- s.version = "0.1.1"
+ s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jose Pablo Barrantes"]
- s.date = %q{2010-05-03}
+ s.date = %q{2010-05-17}
s.default_executable = %q{kharites}
s.description = %q{Tools for Karites.}
s.email = %q{xjpablobrx@gmail.com}
s.executables = ["kharites"]
s.extra_rdoc_files = [
@@ -29,14 +29,16 @@
"lib/kharites/base.rb",
"lib/kharites/mixins/console.rb",
"lib/kharites/mixins/generate.rb",
"lib/kharites/mixins/server.rb",
"lib/kharites/mixins/sync.rb",
- "lib/kharites/templates/article/article.kharites",
+ "lib/kharites/templates/article/article.yml",
+ "lib/kharites/templates/article/public/404.html",
+ "lib/kharites/templates/article/public/500.html",
"lib/kharites/templates/article/public/images/article.jpg",
"lib/kharites/templates/article/public/javascripts/article.js",
- "lib/kharites/templates/article/views/application.sass",
+ "lib/kharites/templates/article/public/stylesheets/article.css",
"lib/kharites/templates/article/views/index.haml",
"lib/kharites/templates/article/views/layout.haml",
"spec/base_spec.rb",
"spec/sandbox/test_article/test-article.kharites",
"spec/sandbox/test_article/views/application.sass",
@@ -50,12 +52,12 @@
s.require_paths = ["lib"]
s.rubyforge_project = %q{kharites-tools}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Tools for the Karites.}
s.test_files = [
- "spec/base_spec.rb",
+ "spec/spec_helper.rb",
"spec/setup_spec.rb",
- "spec/spec_helper.rb"
+ "spec/base_spec.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3