Package: coquelicot / 0.9.2-4

Metadata

Package Version Patches format
coquelicot 0.9.2-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Make rubygems and bundler optional to run the tests.patch | (download)

spec/spec_helper.rb | 12 8 + 4 - 0 !
1 file changed, 8 insertions(+), 4 deletions(-)

 make rubygems and bundler optional to run the tests


0002 Set a default time zone.patch | (download)

coquelicot.gemspec | 1 1 + 0 - 0 !
spec/spec_helper.rb | 5 5 + 0 - 0 !
2 files changed, 6 insertions(+)

 set a default time zone


0003 Do not use rubygems or bundler to run Coquelicot.patch | (download)

bin/coquelicot | 8 0 + 8 - 0 !
1 file changed, 8 deletions(-)

 do not use rubygems or bundler to run coquelicot


0004 Send the gem prepared earlier as source.patch | (download)

lib/coquelicot.rb | 1 1 + 0 - 0 !
lib/coquelicot/app.rb | 27 2 + 25 - 0 !
lib/coquelicot/helpers.rb | 6 1 + 5 - 0 !
spec/coquelicot/app_spec.rb | 46 5 + 41 - 0 !
4 files changed, 9 insertions(+), 71 deletions(-)

 send the gem prepared earlier as source


0005 Adjust paths to fit Debian packaging.patch | (download)

lib/coquelicot/app.rb | 21 15 + 6 - 0 !
lib/coquelicot/base_app.rb | 5 4 + 1 - 0 !
2 files changed, 19 insertions(+), 7 deletions(-)

 adjust paths to fit debian packaging


0006 Stop using non free background image.patch | (download)

README | 4 0 + 4 - 0 !
spec/coquelicot/app_spec.rb | 4 2 + 2 - 0 !
views/style.sass | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 7 deletions(-)

 stop using non-free background image
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The background image currently shipped with Coquelicot is licensed under CC-BY
2.0 which is not DFSG compliant. So we must do without

0007 Add support for the Psych YAML engine.patch | (download)

lib/coquelicot/stored_file.rb | 4 0 + 4 - 0 !
spec/coquelicot/stored_file_spec.rb | 17 14 + 3 - 0 !
2 files changed, 14 insertions(+), 7 deletions(-)

 add support for the psych yaml engine

Ruby 2 and onwards drop support for syck.