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|
...@@ -31,9 +31,11 @@ Gem::Specification.new do |s| ...@@ -31,9 +31,11 @@ Gem::Specification.new do |s|
"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}
......
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