Skip to content

Commit

Permalink
Add missing files to gem
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Feb 13, 2016
1 parent 3dd79d0 commit b742dbb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .hoeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.git/
.travis.yml
.hoeignore
.gitignore
Gemfile
*.gemspec
examples/
4 changes: 3 additions & 1 deletion Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ README.md
Rakefile
lib/benchmark/compare.rb
lib/benchmark/ips.rb
lib/benchmark/ips/report.rb
lib/benchmark/ips/job.rb
lib/benchmark/ips/job/entry.rb
lib/benchmark/ips/job/stdout_report.rb
lib/benchmark/ips/report.rb
lib/benchmark/timing.rb
test/test_benchmark_ips.rb
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ require 'hoe'

Hoe.plugin :minitest
Hoe.plugin :git
Hoe.plugin :ignore

hoe = Hoe.spec 'benchmark-ips' do
developer('Evan Phoenix', '[email protected]')
Expand Down

0 comments on commit b742dbb

Please sign in to comment.