Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Fix gemspec to point to new README format
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarkow committed Jul 18, 2014
1 parent ba5009d commit 7454caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery_mobile_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = "JQuery Mobile files for Rails' assets pipeline"
s.license = 'MIT'

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

s.add_dependency "railties", ">= 3.1.0"
Expand Down

0 comments on commit 7454caf

Please sign in to comment.