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 file
Patch File delta Description
0001 Drop RubyGems And Bundler Dependencies.patch | (download)

test/test_empty.rb | 4 1 + 3 - 0 !
test/test_generator.rb | 5 1 + 4 - 0 !
test/test_parser.rb | 5 1 + 4 - 0 !
test/test_parser_hard.rb | 3 1 + 2 - 0 !
test/test_table_arrays.rb | 3 1 + 2 - 0 !
test/tmp.rb | 5 1 + 4 - 0 !
6 files changed, 6 insertions(+), 19 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
toml.gemspec | 2 1 + 1 - 0 !
2 files changed, 9 insertions(+), 9 deletions(-)

 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