Skip to content
This repository was archived by the owner on Jul 17, 2019. It is now read-only.

Commit f67c6ff

Browse files
author
Nathan Ferch
committed
add dummy Rakefile
1 parent 75ed956 commit f67c6ff

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
source 'https://rubygems.org'
22

33
gemspec :name => 'moob'
4+
5+
group :test do
6+
gem 'rake'
7+
end

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
task :default

0 commit comments

Comments
 (0)