Skip to content

Commit

Permalink
Add minitest and README
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbt committed Jan 16, 2015
1 parent a358176 commit 9b1d865
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/Gemfile.lock
/pkg/
/coverage/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
candy_check
===========

Check and verify in-app receipts
1 change: 1 addition & 0 deletions candy_check.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.7'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'coveralls', '~> 0.7'
spec.add_development_dependency 'minitest', '~> 5.5'
end
5 changes: 0 additions & 5 deletions coverage/.last_run.json

This file was deleted.

14 changes: 0 additions & 14 deletions coverage/.resultset.json

This file was deleted.

Empty file removed coverage/.resultset.json.lock
Empty file.

0 comments on commit 9b1d865

Please sign in to comment.