Skip to content

Commit

Permalink
Fix Gemspec & make default rake task to run specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Long committed Apr 4, 2013
1 parent 4c20aed commit 9c3c1a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Rakefile
@@ -1 +1,7 @@
#!/usr/bin/env rake
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task "default" => "spec"
2 changes: 1 addition & 1 deletion pilfer.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.name = "pilfer"
spec.version = Pilfer::VERSION
spec.authors = ["Nathan Long", "Adam Hunter"]
gem.email = ["nathanmlong@gmail.com", "adamhunter@me.com"]
spec.email = ["nathanmlong@gmail.com", "adamhunter@me.com"]
spec.description = %q{TODO: Write a gem description}
spec.summary = %q{TODO: Write a gem summary}
spec.homepage = ""
Expand Down

0 comments on commit 9c3c1a4

Please sign in to comment.