Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjudd committed Jul 15, 2013
1 parent 6a47ae5 commit 77f3b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'rake/testtask'
require 'bundler/gem_tasks'

Rake::TestTask.new do |t|
t.libs = ['lib']
t.libs = ['lib', 'test']
t.pattern = 'test/**/*_test.rb'
t.verbose = false
end
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
1.0.0

0 comments on commit 77f3b0c

Please sign in to comment.