issues
search
joshfrench
/
rakismet
Easy Akismet and TypePad AntiSpam integration for Rails
MIT License
355
stars
46
forks
source link
Use more idiomatic .gemspec and let the tooling handle load paths.
#22
Closed
stevenharman
closed
12 years ago
stevenharman
commented
12 years ago
Changes:
Move development dependencies into the
.gemspec
so it can properly declare all dependencies.
Let RubyGems add 'lib' to the load path.
RSpec adds the 'spec' directory to the load path so we can just
require 'spec_helper
.
Changes:
.gemspec
so it can properly declare all dependencies.require 'spec_helper
.