assembly-objectfile 1.6.3 → 1.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.travis.yml CHANGED
@@ -2,6 +2,5 @@ notifications:
2
2
  email: false
3
3
 
4
4
  rvm:
5
- - 1.8.7
6
5
  - 1.9.3
7
- - 2.0.0
6
+ - 2.0.0
data/README.rdoc CHANGED
@@ -65,6 +65,7 @@ content type specific operations (such as jp2 generation).
65
65
  - 1.6.1 remove dependencies on sulgems
66
66
  - 1.6.2 Added APLv2 artifacts
67
67
  - 1.6.3 Integrate with TravisCI
68
+ - 1.6.4 Try and solve UTF-8 encoding issues with exif data in images
68
69
 
69
70
  ==Usage
70
71
 
@@ -77,6 +78,11 @@ The gem currently has methods for:
77
78
 
78
79
  bundle exec rspec spec
79
80
 
81
+ ==Releasing the gem
82
+
83
+ gem build assembly-objectfile.gemspec
84
+ gem push assembly-objectfile-x.y.z.gem # replace x-y-z with the version number
85
+
80
86
  ==Generate documentation
81
87
  To generate documentation into the "doc" folder:
82
88
 
@@ -113,7 +113,7 @@ module Assembly
113
113
  def exif
114
114
  check_for_file unless @exif
115
115
  begin
116
- @exif ||= MiniExiftool.new @path
116
+ @exif ||= MiniExiftool.new(@path,:convert_encoding=>true)
117
117
  rescue
118
118
  @exif = nil
119
119
  end
@@ -3,7 +3,7 @@ module Assembly
3
3
 
4
4
  class ObjectFile
5
5
  # Project version number
6
- VERSION = "1.6.3"
6
+ VERSION = "1.6.4"
7
7
  end
8
8
 
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assembly-objectfile
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.3
4
+ version: 1.6.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-12-18 00:00:00.000000000 Z
15
+ date: 2013-12-19 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: mini_exiftool
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  version: '0'
196
196
  requirements: []
197
197
  rubyforge_project: assembly-objectfile
198
- rubygems_version: 1.8.25
198
+ rubygems_version: 1.8.28
199
199
  signing_key:
200
200
  specification_version: 3
201
201
  summary: Ruby immplementation of file services needed to prepare objects to be accessioned