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

Commit

Permalink
Fix files
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Aug 3, 2012
1 parent d30ad76 commit dec9a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jack_up.gemspec
Expand Up @@ -12,6 +12,6 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/thoughtbot/jack_up'
s.summary = 'Easy AJAX file uploading in Rails'
s.description = 'Easy AJAX file uploading in Rails'
s.files = Dir['lib/**/*'] + ['MIT-LICENSE', 'Rakefile', 'README.rdoc']
s.files = Dir['lib/**/*'] + ['LICENSE', 'Rakefile', 'README.md']
s.add_dependency 'rails', '~> 3.1'
end

0 comments on commit dec9a2d

Please sign in to comment.