Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicated hash keys for ruby 2.2 #27

Merged
merged 2 commits into from
Dec 23, 2014
Merged

Conversation

tmm1
Copy link

@tmm1 tmm1 commented Dec 23, 2014

fixes some warnings on ruby 2.2:

ruby/2.2.0/gems/org-ruby-0.9.9/lib/org-ruby/html_symbol_replace.rb:205: warning: duplicated key at line 294 ignored: "deg"
ruby/2.2.0/gems/org-ruby-0.9.9/lib/org-ruby/html_symbol_replace.rb:234: warning: duplicated key at line 314 ignored: "sup"
ruby/2.2.0/gems/org-ruby-0.9.9/lib/org-ruby/textile_symbol_replace.rb:206: warning: duplicated key at line 295 ignored: "deg"
ruby/2.2.0/gems/org-ruby-0.9.9/lib/org-ruby/textile_symbol_replace.rb:235: warning: duplicated key at line 315 ignored: "sup"

@wallyqs wallyqs merged commit 98b2313 into wallyqs:master Dec 23, 2014
wallyqs added a commit that referenced this pull request Dec 23, 2014
wallyqs added a commit that referenced this pull request Dec 23, 2014
@wallyqs
Copy link
Owner

wallyqs commented Dec 23, 2014

Thanks for the patch!
Just released a gem version 0.9.12 which includes this. There is still another issue in the build for Ruby 2.2.0 but only occurs when using pygments: #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants