Skip to content

Commit

Permalink
without init.rb nothing is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Sep 11, 2012
1 parent 0b08768 commit 336fc54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -16,6 +16,7 @@ begin
'*.rb',
'lib/*.rb',
'lib/**/*.rb',
'rails/**/*.rb',
'lib/**/*.rake',
]
end
Expand Down
5 changes: 3 additions & 2 deletions rails_xss.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["joloudov"]
s.date = "2012-08-28"
s.date = "2012-09-11"
s.description = "This plugin replaces the default ERB template handlers with erubis, and switches the behaviour to escape by default rather than requiring you to escape. This is consistent with the behaviour in Rails 3.0."
s.email = "joloudov@gmail.com"
s.extra_rdoc_files = [
Expand All @@ -25,7 +25,8 @@ Gem::Specification.new do |s|
"lib/rails_xss/action_view.rb",
"lib/rails_xss/erubis.rb",
"lib/rails_xss/string_ext.rb",
"lib/tasks/rails_xss_tasks.rake"
"lib/tasks/rails_xss_tasks.rake",
"rails/init.rb"
]
s.homepage = "http://github.com/joloudov/rails_xss"
s.require_paths = ["lib"]
Expand Down

0 comments on commit 336fc54

Please sign in to comment.