Skip to content

Commit

Permalink
Merge pull request #9 from patriciomacadden/fix-gemspec
Browse files Browse the repository at this point in the history
Change README.markdown to README.md
  • Loading branch information
soveran committed Jan 29, 2014
2 parents 27f1c30 + a544066 commit 2058037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap.gemspec
Expand Up @@ -6,6 +6,6 @@ Gem::Specification.new do |s|
s.authors = ["Michel Martens"]
s.email = ["michel@soveran.com"]
s.homepage = "http://github.com/soveran/clap"
s.files = Dir[ "LICENSE", "README.markdown", "Rakefile", "lib/**/*.rb", "*.gemspec", "test/**/*.rb" ]
s.files = Dir[ "LICENSE", "README.md", "Rakefile", "lib/**/*.rb", "*.gemspec", "test/**/*.rb" ]
s.add_development_dependency "cutest"
end

0 comments on commit 2058037

Please sign in to comment.