Commit c2bc0300 by Weston Triemstra

more fumbling the dark

parent f874c67f
...@@ -31,7 +31,7 @@ rescue LoadError ...@@ -31,7 +31,7 @@ rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler" puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end end
# Dir["#{File.dirname(__FILE)}/tasks/*.rake"].sort.each { |ext| load ext } Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }
# require 'spec/rake/spectask' # require 'spec/rake/spectask'
# Spec::Rake::SpecTask.new(:spec) do |spec| # Spec::Rake::SpecTask.new(:spec) do |spec|
......
--- ---
:major: 2 :major: 2
:minor: 4 :minor: 4
:patch: 0 :patch: 3
# Generated by jeweler # Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY # DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
Gem::Specification.new do |s| Gem::Specification.new do |s|
...@@ -19,30 +19,32 @@ Gem::Specification.new do |s| ...@@ -19,30 +19,32 @@ Gem::Specification.new do |s|
] ]
s.files = [ s.files = [
"History.txt", "History.txt",
"README.rdoc", "README.rdoc",
"VERSION.yml", "VERSION.yml",
"bin/annotate", "bin/annotate",
"lib/annotate.rb", "lib/annotate.rb",
"lib/annotate/annotate_models.rb", "lib/annotate/annotate_models.rb",
"lib/annotate/annotate_routes.rb", "lib/annotate/annotate_routes.rb",
"lib/tasks/annotate_models.rake", "lib/tasks/annotate_models.rake",
"lib/tasks/annotate_routes.rake", "lib/tasks/annotate_routes.rake",
"spec/annotate/annotate_models_spec.rb", "spec/annotate/annotate_models_spec.rb",
"spec/annotate/annotate_routes_spec.rb", "spec/annotate/annotate_routes_spec.rb",
"spec/annotate_spec.rb", "spec/annotate_spec.rb",
"spec/spec.opts", "spec/spec.opts",
"spec/spec_helper.rb" "spec/spec_helper.rb",
"tasks/migrate.rake"
] ]
s.homepage = %q{https://github.com/miyucy/annotate_models} s.homepage = %q{https://github.com/miyucy/annotate_models}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubyforge_project = %q{netsign-annotate} s.rubyforge_project = %q{netsign-annotate}
s.rubygems_version = %q{1.3.7} s.rubygems_version = %q{1.3.7}
s.summary = %q{Annotates Rails Models, routes, fixtures, and others based on the database schema.} s.summary = %q{Annotates Rails Models, routes, fixtures, and others based on the database schema.}
s.test_files = [ s.test_files = [
"spec/annotate/annotate_models_spec.rb", "spec/annotate/annotate_models_spec.rb",
"spec/annotate/annotate_routes_spec.rb", "spec/annotate/annotate_routes_spec.rb",
"spec/annotate_spec.rb", "spec/annotate_spec.rb",
"spec/spec_helper.rb" "spec/spec_helper.rb"
] ]
if s.respond_to? :specification_version then if s.respond_to? :specification_version then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment