Skip to content

Commit

Permalink
Chmodd'd all files to be readable by all.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Baldwin committed Apr 15, 2009
1 parent 6718946 commit 8488e21
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions lib/tripwire.rb
Expand Up @@ -5,3 +5,4 @@ module Tripwire
end

require 'tripwire/scanner'

2 changes: 2 additions & 0 deletions lib/tripwire/cli.rb
Expand Up @@ -3,6 +3,8 @@

module Tripwire
class CLI

private

def initialize(args)
scanner = Tripwire::Scanner.new
Expand Down
2 changes: 1 addition & 1 deletion lib/tripwire/runner.rb
Expand Up @@ -23,4 +23,4 @@ def initialize(scanner, command, options={})
end

end
end
end
2 changes: 1 addition & 1 deletion lib/tripwire/scanner.rb
Expand Up @@ -55,4 +55,4 @@ def initialize
end

end
end
end
2 changes: 0 additions & 2 deletions spec/cli_spec.rb

This file was deleted.

1 change: 1 addition & 0 deletions spec/scanner_spec.rb
Expand Up @@ -72,3 +72,4 @@
end

end

2 changes: 1 addition & 1 deletion spec/spec.opts
@@ -1,4 +1,4 @@
--colour
--format progress
--loadby mtime
--reverse
--reverse
1 change: 0 additions & 1 deletion spec/spec_helper.rb
@@ -1,4 +1,3 @@
require 'rubygems'
require 'spec'
require File.join(File.dirname(__FILE__),"..","lib","tripwire")

1 change: 0 additions & 1 deletion tripwire.gemspec
@@ -1,5 +1,4 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{tripwire}
s.version = "1.0.0"
Expand Down

0 comments on commit 8488e21

Please sign in to comment.