Skip to content

Commit

Permalink
Merge pull request #30 from tmaier/gemspec
Browse files Browse the repository at this point in the history
Fix Gemspec
  • Loading branch information
rafaelfranca committed Jul 16, 2012
2 parents d7fd3e9 + c678c37 commit 23958b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -19,6 +19,6 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'HasScope'
rdoc.options << '--line-numbers' << '--inline-source'
rdoc.rdoc_files.include('README.rdoc')
rdoc.rdoc_files.include('README.md')
rdoc.rdoc_files.include('lib/**/*.rb')
end
3 changes: 2 additions & 1 deletion has_scope.gemspec
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/plataformatec/has_scope"
s.description = "Maps controller filters to your resource scopes"
s.authors = ['José Valim']
s.license = 'MIT'

s.rubyforge_project = "has_scope"

Expand All @@ -21,6 +22,6 @@ Gem::Specification.new do |s|

s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = [
"README.rdoc"
"README.md"
]
end

0 comments on commit 23958b4

Please sign in to comment.