template.gemspec in template-1.2.1 vs template.gemspec in template-1.3.0
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{template}
- s.version = "1.2.1"
+ s.version = "1.3.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Yule"]
- s.date = %q{2011-03-01}
+ s.date = %q{2011-04-14}
s.description = %q{Creates a bunch of files that most apps will have. Shoudl be used at the beginning of the project. Stops the tedious job of having to set up page templates etc}
s.email = %q{paul.brennan@ahc.uk.com}
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
@@ -23,35 +23,36 @@
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
+ "lib/generators/install_generator.rb",
"lib/generators/template/USAGE",
"lib/generators/template/template_generator.rb",
"lib/generators/template/templates/app/controllers/welcome_controller.rb",
"lib/generators/template/templates/app/views/layouts/application.html.erb",
"lib/generators/template/templates/app/views/welcome/index.html.erb",
"lib/generators/template/templates/config/database.yml",
"lib/generators/template/templates/config/navigation.rb",
"lib/generators/template/templates/public/stylesheets/.gitkeep",
"lib/generators/template/templates/public/stylesheets/screen.css",
"lib/template.rb",
+ "lib/template/engine.rb",
"template.gemspec",
"test/helper.rb",
"test/test_template.rb"
]
s.homepage = %q{http://github.com/yule/template}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.7}
+ s.rubygems_version = %q{1.6.2}
s.summary = %q{Create some simple files that all rails app should have}
s.test_files = [
"test/helper.rb",
"test/test_template.rb"
]
if s.respond_to? :specification_version then
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])