Rakefile in i18n_rails_helpers-0.6.0 vs Rakefile in i18n_rails_helpers-0.7.0
- old
+ new
@@ -20,11 +20,11 @@
s.homepage = HOMEPAGE
s.description = SUMMARY
s.author = AUTHOR
s.require_path = 'lib'
- s.files = %w(MIT-LICENSE README Rakefile) + Dir.glob("{lib,test,rails,config}/**/*")
+ s.files = %w(MIT-LICENSE README.markdown Rakefile) + Dir.glob("{lib,test,rails,config}/**/*")
# Runtime dependencies: When installing i18n_rails_helpers these will be checked if they are installed.
# Will be offered to install these if they are not already installed.
s.add_dependency 'activemodel'
s.add_dependency 'i18n'
@@ -49,8 +49,8 @@
desc 'Generate documentation for the i18n_rails_helpers plugin.'
Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'I18nRailsHelpers'
rdoc.options << '--line-numbers' << '--inline-source'
- rdoc.rdoc_files.include('README')
+ rdoc.rdoc_files.include('README.markdown')
rdoc.rdoc_files.include('lib/**/*.rb')
end
\ No newline at end of file