Skip to content

Commit

Permalink
More GitHub-friendly gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed Sep 5, 2009
1 parent e71ca65 commit 173f724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -51,7 +51,7 @@ gemspec = Gem::Specification.new do |s|
'LICENSE',
'README.rdoc',
'lib/**/*.rb'
]
].to_a
end

Rake::GemPackageTask.new(gemspec) do |p|
Expand Down
2 changes: 1 addition & 1 deletion sanitize.gemspec
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.authors = ["Ryan Grove"]
s.date = %q{2009-09-04}
s.email = %q{ryan@wonko.com}
s.files = ["HISTORY", "LICENSE", "README.rdoc", "lib/**/*.rb"]
s.files = ["HISTORY", "LICENSE", "README.rdoc", "lib/sanitize/config/basic.rb", "lib/sanitize/config/relaxed.rb", "lib/sanitize/config/restricted.rb", "lib/sanitize/config.rb", "lib/sanitize/version.rb", "lib/sanitize.rb"]
s.homepage = %q{http://github.com/rgrove/sanitize/}
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new(">= 1.8.6")
Expand Down

0 comments on commit 173f724

Please sign in to comment.