Skip to content

Commit

Permalink
README.md instead of README.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Jun 29, 2012
1 parent 428e316 commit cc33abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devise_oauth.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.summary = "Oauth 2.0 provider implementation on top of devise."
s.description = "The OAuth 2.0 Authorization Framework draft-ietf-oauth-v2-28 implementation on top of devise."

s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency "rails", ">= 3.2.0"
s.add_dependency "devise", ">= 2.1"
Expand Down

0 comments on commit cc33abc

Please sign in to comment.