Skip to content
Snippets Groups Projects
Commit 4aabbbf1 authored by http://jneen.net/'s avatar http://jneen.net/
Browse files

v1.7.7 hotfix release: add yaml files

parent 607ee9ae
No related branches found
No related tags found
No related merge requests found
## version 1.7.7: 2014-12-24
* fix previous bad release: actually add yaml files to the gem
## version 1.7.5: 2014-12-24
 
lexer fixes and tweaks:
Loading
Loading
Loading
Loading
@@ -2,6 +2,6 @@
 
module Rouge
def self.version
"1.7.5"
"1.7.7"
end
end
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment