-
- Downloads
v1.7.7 hotfix release: add yaml files
Loading
| Loading
| @@ -12,7 +12,7 @@ Gem::Specification.new do |s| |
desc | ||
s.homepage = "http://github.com/jneen/rouge" | ||
s.rubyforge_project = "rouge" | ||
s.files = Dir['Gemfile', 'LICENSE', 'rouge.gemspec', 'lib/**/*.rb', 'bin/rougify', 'lib/rouge/demos/*'] | ||
s.files = Dir['Gemfile', 'LICENSE', 'rouge.gemspec', 'lib/**/*.rb', 'lib/**/*.yml', 'bin/rougify', 'lib/rouge/demos/*'] | ||
s.executables = %w(rougify) | ||
s.license = 'MIT (see LICENSE file)' | ||
end |
Please register or sign in to comment