Skip to content

Commit

Permalink
README.md, not README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Jun 21, 2009
1 parent aa8b280 commit f55b201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem_spec = Gem::Specification.new do |s|
s.date = %q{2009-03-10}
s.default_executable = %q{slidedown}
s.executables = ["slidedown"]
s.files = FileList["README", "{bin,lib,templates,vendor}/**/*"]
s.files = FileList["README.md", "{bin,lib,templates,vendor}/**/*"]
s.require_paths = ["lib", "vendor"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{Create slides with Markdown}
Expand Down
2 changes: 1 addition & 1 deletion slidedown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extensions: []
extra_rdoc_files: []

files:
- README
- README.md
- bin/slidedown
- lib/slide.rb
- lib/slidedown.rb
Expand Down

0 comments on commit f55b201

Please sign in to comment.