template.gemspec in template-0.1.0 vs template.gemspec in template-0.2.0
- 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{template}
- s.version = "0.1.0"
+ s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Yule"]
s.date = %q{2010-12-07}
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}
@@ -22,18 +22,18 @@
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
- "lib/skeleton/USAGE",
- "lib/skeleton/skeleton_generator.rb",
- "lib/skeleton/templates/Gemfile",
- "lib/skeleton/templates/app/controllers/welcome_controller.rb",
- "lib/skeleton/templates/app/views/layouts/application.html.erb",
- "lib/skeleton/templates/app/views/welcome/index.html.erb",
- "lib/skeleton/templates/config/database.yml",
- "lib/skeleton/templates/public/stylesheets/.gitkeep",
- "lib/skeleton/templates/public/stylesheets/screen.css",
+ "lib/generators/skeleton/USAGE",
+ "lib/generators/skeleton/skeleton_generator.rb",
+ "lib/generators/skeleton/templates/Gemfile",
+ "lib/generators/skeleton/templates/app/controllers/welcome_controller.rb",
+ "lib/generators/skeleton/templates/app/views/layouts/application.html.erb",
+ "lib/generators/skeleton/templates/app/views/welcome/index.html.erb",
+ "lib/generators/skeleton/templates/config/database.yml",
+ "lib/generators/skeleton/templates/public/stylesheets/.gitkeep",
+ "lib/generators/skeleton/templates/public/stylesheets/screen.css",
"lib/template.rb",
"template.gemspec",
"test/helper.rb",
"test/test_template.rb"
]