Skip to content

Bump exifr from 1.3.4 to 1.3.5

NipaNipa requested to merge dependabot/bundler/exifr-1.3.5 into master

Bumps exifr from 1.3.4 to 1.3.5.

Changelog

Sourced from exifr's changelog.

EXIF Reader 1.3.5

  • enhancement; "Support milliseconds at DateTime"; thanks Naoki Iwasawa

EXIF Reader 1.3.4

  • bug fix; "Modernize #methods method signatures for delegate.rb"; thanks Julik Tarkhanov

EXIF Reader 1.3.3

  • bug fix; "Using first gps altitude value in case 'gps_altitude' is an Array"; thanks Antonio Marques

EXIF Reader 1.3.2

  • enhancement; "Add EXIF 2.3 lens information tags"; thanks Clay Gregory

EXIF Reader 1.3.1

  • fix executable bin/exifr

EXIF Reader 1.3.0

  • workaround warnings when using the ruby "-w" option
  • NOTE: requiring only 'exifr' will nolonger provide EXIFR::JPEG or EXIFR::TIFF, require 'exifr/jpeg' or 'exifr/tiff' instead

EXIF Reader 1.2.6

  • bug fix; "[GH#48] handle empty file as malformed jpeg"; thanks Hoàng Xuân Phú

EXIF Reader 1.2.5

  • bug fix; "[GH#46] Having stringified methods is not a good idea"; thanks Filipe Costa
  • bug fix; "Fix typo in subsec_time_original key"; thanks Filipe Costa

EXIF Reader 1.2.4

  • bug fix; "[GH#43] Fix respond_to? signature"; thanks Pete Johns

EXIF Reader 1.2.3.1

  • bug fix; "[GH#41] gopro_hd2.exif is not included in the gem"; thanks Peter Wilmott

EXIF Reader 1.2.3

  • bug fix; "[GH#40] Handle NUL-terminated ASCII strings"; thanks Malte Rohde

EXIF Reader 1.2.2

  • bug fix; "use Reader delegator instead of adding method to File instance"; thanks Ivan Kuchin

EXIF Reader 1.2.1

  • bug fix: Value of infinity yields division by zero error

EXIF Reader 1.2.0

  • enhancement; "log warnings when EXIF data is malformed"
  • enhancement; "allow alternative Time adapter"
  • enhancement; "[GH#33] add reader for orientation type"; thanks Damir Svrtan

EXIF Reader 1.1.3

  • bug fix; "[GH#27] some error when :shutter_speed_value is too big"; thanks to zamia

EXIF Reader 1.1.2

... (truncated)
Commits
  • 9c17aa6 Release 1.3.5
  • 4cc2e0a Add Ruby 2.5.0 as platform to run CI tests
  • 23768a4 Skip milliseconds test when platform doesn't support it
  • 873a7a4 Merge pull request #56 from niwasawa/milliseconds
  • adae0b7 Avoid duplicating the error handling and escapes the dot before the milliseco...
  • 7993c8a Support milliseconds at DateTime
  • a7e7c3d Speed up CI build
  • See full diff in compare view

Merge request reports