Skip to content

Commit

Permalink
gem tasks for easier releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Hinze authored and codekitchen committed May 5, 2014
1 parent d771a3b commit 2632d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Gemfile.lock
pkg
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'rubygems'
require 'spec/rake/spectask'
require 'bundler/gem_tasks'

Spec::Rake::SpecTask.new('spec') do |t|
t.spec_files = FileList['spec/**/*_spec.rb']
Expand Down

0 comments on commit 2632d67

Please sign in to comment.