Skip to content
This repository has been archived by the owner on May 31, 2018. It is now read-only.

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
semaperepelitsa committed Apr 30, 2012
1 parent a5f8b44 commit 220b741
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
@@ -0,0 +1,2 @@
0.0.3. Improved documentation.
0.0.2. Initial release
8 changes: 7 additions & 1 deletion spork-minitest.gemspec
Expand Up @@ -8,7 +8,13 @@ Gem::Specification.new do |s|
# s.description = %q{TODO: Write a gem description}

s.executables = ["testdrb"]
s.files = %w[ bin/testdrb lib/spork/test_framework/minitest.rb metatest/test_spork_minitest.rb Readme.md ]
s.files = %w[
bin/testdrb
lib/spork/test_framework/minitest.rb
metatest/test_spork_minitest.rb
Readme.md
Changelog.md
]
s.require_paths = ["lib"]

s.add_dependency "spork"
Expand Down

0 comments on commit 220b741

Please sign in to comment.