Skip to content

Commit

Permalink
- Add the test runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Oct 28, 2011
1 parent a8dfcbb commit b25cb8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cabin.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |spec|
paths = %w{lib examples test LICENSE CHANGELIST}
spec.name = "cabin"
spec.version = "0.1.3"
spec.version = "0.1.4"
spec.summary = "Experiments in structured and contextual logging"
spec.description = "This is an experiment to try and make logging more " \
"flexible and more consumable. Plain text logs are bullshit, let's " \
Expand All @@ -14,6 +14,9 @@ Gem::Specification.new do |spec|
spec.add_dependency("json")
spec.require_paths << "lib"

spec.bindir = "bin"
spec.executables << "rubygems-cabin-test"

files = []
paths.each do |path|
if File.file?(path)
Expand Down

0 comments on commit b25cb8b

Please sign in to comment.