Skip to content

Commit

Permalink
Adding Gemcutter to the deployment mix
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Nov 3, 2009
1 parent 84d4b36 commit 9b6b408
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ begin
gem.add_development_dependency("yard")
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::RubyforgeTasks.new do |rubyforge|
rubyforge.doc_task = "yardoc"
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end
Expand Down
5 changes: 3 additions & 2 deletions warden_oauth.gemspec
Original file line number Diff line number Diff line change
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 = ["Roman Gonzalez"]
s.date = %q{2009-09-16}
s.date = %q{2009-11-02}
s.description = %q{
warden_oauth will help you create oauth authentication strategies using the oauth
helper method on the Warden::Manager config setup
Expand Down Expand Up @@ -40,7 +40,8 @@ Gem::Specification.new do |s|
"spec/fixtures/unauthorized_request_token.txt",
"spec/spec_helper.rb",
"spec/warden_oauth/manager_spec.rb",
"spec/warden_oauth/strategy_spec.rb"
"spec/warden_oauth/strategy_spec.rb",
"warden_oauth.gemspec"
]
s.homepage = %q{http://github.com/roman/warden_oauth}
s.rdoc_options = ["--charset=UTF-8"]
Expand Down

0 comments on commit 9b6b408

Please sign in to comment.