Package: ruby-coercible / 1.0.0-2

Metadata

Package Version Patches format
ruby-coercible 1.0.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
move_support_inside_coercible_subdir.patch | (download)

lib/coercible.rb | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 change require path for files in support/
 since this directory has been moved inside the coercible subdirectory
Bug: https://github.com/solnic/coercible/issues/14
remove_coverage_from_spec_helper.patch | (download)

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

 remove coverage measurement from spec/spec_helper.rb
rspec3.patch | (download)

spec/spec_helper.rb | 1 1 + 0 - 0 !
spec/unit/coercible/coercer/configurable/config_spec.rb | 6 3 + 3 - 0 !
spec/unit/coercible/coercer/date/to_datetime_spec.rb | 2 1 + 1 - 0 !
spec/unit/coercible/coercer/date_time/to_date_spec.rb | 2 1 + 1 - 0 !
spec/unit/coercible/coercer/date_time/to_time_spec.rb | 2 1 + 1 - 0 !
spec/unit/coercible/coercer/hash/to_date_spec.rb | 2 1 + 1 - 0 !
spec/unit/coercible/coercer/hash/to_datetime_spec.rb | 2 1 + 1 - 0 !
spec/unit/coercible/coercer/hash/to_time_spec.rb | 2 1 + 1 - 0 !
spec/unit/coercible/coercer/integer/datetime_format_spec.rb | 4 2 + 2 - 0 !
spec/unit/coercible/coercer/integer/datetime_proc_spec.rb | 2 1 + 1 - 0 !
spec/unit/coercible/coercer/object/to_array_spec.rb | 8 4 + 4 - 0 !
spec/unit/coercible/coercer/object/to_hash_spec.rb | 6 3 + 3 - 0 !
spec/unit/coercible/coercer/object/to_integer_spec.rb | 6 3 + 3 - 0 !
spec/unit/coercible/coercer/object/to_string_spec.rb | 4 2 + 2 - 0 !
spec/unit/coercible/coercer/time_coercions/to_date_spec.rb | 2 1 + 1 - 0 !
spec/unit/coercible/coercer/time_coercions/to_datetime_spec.rb | 2 1 + 1 - 0 !
spec/unit/coercible/coercer/time_coercions/to_string_spec.rb | 2 1 + 1 - 0 !
spec/unit/coercible/coercer/time_coercions/to_time_spec.rb | 2 1 + 1 - 0 !
18 files changed, 29 insertions(+), 28 deletions(-)

 basic support for rspec3
 A more complete patch is available upstream
 https://github.com/solnic/coercible/commit/053ee5c8ccd41a7b14aff81bb308f4f1c1a2cf5f