Skip to content

Commit

Permalink
default task, correct gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed Aug 6, 2011
1 parent de9447a commit d8d8e27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -3,6 +3,8 @@ require 'bundler'
Bundler::GemHelper.install_tasks Bundler::GemHelper.install_tasks
# Rake::Task['release'].enhance([:test, :release_js]) FIXME, this just doesn't work. # Rake::Task['release'].enhance([:test, :release_js]) FIXME, this just doesn't work.


task :default => [:test]

task :release_js do task :release_js do
$: << 'lib' $: << 'lib'
require 'http_router/version' require 'http_router/version'
Expand Down
2 changes: 1 addition & 1 deletion http_router.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7} s.rubygems_version = %q{1.3.7}
s.test_files = `git ls-files`.split("\n").select{|f| f =~ /^spec/} s.test_files = `git ls-files`.split("\n").select{|f| f =~ /^test/}
s.rubyforge_project = 'http_router' s.rubyforge_project = 'http_router'


# dependencies # dependencies
Expand Down

0 comments on commit d8d8e27

Please sign in to comment.