Skip to content

Commit

Permalink
add license
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoward committed Jul 27, 2011
1 parent 2a48e5d commit ef9ffc1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions LICENSE
@@ -0,0 +1 @@
same as ruby's
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -3,6 +3,9 @@ This.author = "Ara T. Howard"
This.email = "ara.t.howard@gmail.com"
This.homepage = "https://github.com/ahoward/#{ This.lib }"

task :license do
open('LICENSE', 'w'){|fd| fd.puts "same as ruby's"}
end

task :default do
puts((Rake::Task.tasks.map{|task| task.name.gsub(/::/,':')} - ['default']).sort)
Expand Down
2 changes: 1 addition & 1 deletion test/map_test.rb
Expand Up @@ -24,7 +24,7 @@
assert{ Map.new(*array) }
end

testing 'that the constructor does not die when passed nil or falsea' do
testing 'that the constructor does not die when passed nil or false' do
assert{ Map.new(nil) }
end

Expand Down

0 comments on commit ef9ffc1

Please sign in to comment.