Skip to content

Commit

Permalink
Prepare release 2.7.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
janfri committed Jun 22, 2016
1 parent c503d92 commit 69dba58
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
8 changes: 5 additions & 3 deletions .aspell.pws
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
personal_ws-1.1 en 109
personal_ws-1.1 en 111
Stjernstrom
iptc
README
releating
Friedrich
Gemfile
echoe
CaptionAbstract
encodings
Expand Down Expand Up @@ -46,15 +47,16 @@ filename
OO
rb
stdout
exiftool
ExifTool
exiftool
prerelease
str
Henning
SupplementalCategories
Krogmann
timestamps
encod
bundler
Picturelife
cgat
Hinrich
Expand All @@ -74,8 +76,8 @@ Gieseler
UTF
Wil
shioyama
StandardError
Joshfindit
StandardError
Dungan
Romahn
uwe
Expand Down
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.7.6
- Add Gemfile (for those who use bundler).

2.7.5
- Add gem description and fix typo in summary.

Expand Down
2 changes: 1 addition & 1 deletion lib/mini_exiftool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Simple OO access to the ExifTool command-line application.
class MiniExiftool

VERSION = '2.7.5'
VERSION = '2.7.6'

# Name of the ExifTool command-line application
@@cmd = 'exiftool'
Expand Down
6 changes: 3 additions & 3 deletions mini_exiftool.gemspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# -*- encoding: utf-8 -*-
# stub: mini_exiftool 2.7.5 ruby lib
# stub: mini_exiftool 2.7.6 ruby lib
#
# This file is automatically generated by rim.
# PLEASE DO NOT EDIT IT DIRECTLY!
# Change instead the values in Rim.setup in Rakefile.

Gem::Specification.new do |s|
s.name = "mini_exiftool".freeze
s.version = "2.7.5"
s.version = "2.7.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Jan Friedrich".freeze]
s.date = "2016-06-16"
s.date = "2016-06-22"
s.description = "This library is a wrapper for the ExifTool command-line application\n(http://www.sno.phy.queensu.ca/~phil/exiftool) written by Phil Harvey.\nIt provides the full power of ExifTool to Ruby: reading and writing of\nEXIF-data, IPTC-data and XMP-data.\n".freeze
s.email = "janfri26@gmail.com".freeze
s.files = ["COPYING".freeze, "Changelog".freeze, "README.rdoc".freeze, "Rakefile".freeze, "Tutorial.rdoc".freeze, "examples/copy_icc_profile.rb".freeze, "examples/external_photo.rb".freeze, "examples/print_portraits.rb".freeze, "examples/shift_time.rb".freeze, "examples/show_speedup_with_fast_option.rb".freeze, "lib/mini_exiftool.rb".freeze, "test/data".freeze, "test/data/Bad_PreviewIFD.jpg".freeze, "test/data/Canon.jpg".freeze, "test/data/INFORMATION".freeze, "test/data/invalid_byte_sequence_in_utf8.json".freeze, "test/data/invalid_rational.json".freeze, "test/data/test.jpg".freeze, "test/data/test.jpg.json".freeze, "test/data/test_coordinates.jpg".freeze, "test/data/test_encodings.jpg".freeze, "test/data/test_special_dates.jpg".freeze, "test/helpers_for_test.rb".freeze, "test/test_bad_preview_ifd.rb".freeze, "test/test_class_methods.rb".freeze, "test/test_composite.rb".freeze, "test/test_copy_tags_from.rb".freeze, "test/test_dumping.rb".freeze, "test/test_encodings.rb".freeze, "test/test_filename_access.rb".freeze, "test/test_from_hash.rb".freeze, "test/test_invalid_byte_sequence_in_utf8.rb".freeze, "test/test_invalid_rational.rb".freeze, "test/test_io.rb".freeze, "test/test_pstore.rb".freeze, "test/test_read.rb".freeze, "test/test_read_coordinates.rb".freeze, "test/test_read_numerical.rb".freeze, "test/test_save.rb".freeze, "test/test_special.rb".freeze, "test/test_special_dates.rb".freeze, "test/test_write.rb".freeze]
Expand Down

0 comments on commit 69dba58

Please sign in to comment.