Skip to content

Commit

Permalink
add ttf
Browse files Browse the repository at this point in the history
dependecy
  • Loading branch information
traxanos committed Sep 4, 2010
1 parent 65f6910 commit a78f77a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ doc
.yardoc

# jeweler generated
pkg
pkg

.DS_Store
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ begin
gemspec.description = "A Captcha Implementation for Rails by RMagick"
gemspec.email = "[email protected]"
gemspec.homepage = "http://github.com/traxanos/easycaptcha"
gemspec.authors = ["Marco Scholl"]
gemspec.authors = ["Marco Scholl"]
gemspec.add_development_dependency "rspec", ">= 1.2.9"
gemspec.add_runtime_dependency "rails", ">= 3.0.0"
end
Jeweler::GemcutterTasks.new
rescue LoadError
Expand Down
1 change: 1 addition & 0 deletions init.rb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
require 'rails'
require 'easycaptcha'
Binary file added resources/captcha.ttf
Binary file not shown.

0 comments on commit a78f77a

Please sign in to comment.