Package: ruby-toml / 0.1.2-4
Metadata
Package | Version | Patches format |
---|---|---|
ruby-toml | 0.1.2-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Drop RubyGems And Bundler Dependencies.patch | (download) |
test/test_empty.rb |
4 1 + 3 - 0 ! |
drop rubygems and bundler dependencies Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org> |
0002 Replace gemspec git execution.patch | (download) |
toml.gemspec |
2 1 + 1 - 0 ! |
replace gemspec git execution Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org> |
0003_parslet17.patch | (download) |
lib/toml/transformer.rb |
16 8 + 8 - 0 ! |
reorder rules in transformation Parslet 1.7.1 changed the order of insertion of new rules so that new rules have higher priority than older rules. Bug: https://github.com/jm/toml/issues/43 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818155 |