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 +1 -2
- data/README.rdoc +6 -0
- data/lib/assembly-objectfile/object_fileable.rb +1 -1
- data/lib/assembly-objectfile/version.rb +1 -1
- metadata +3 -3
data/.travis.yml
CHANGED
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
|
|
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.
|
|
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-
|
|
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.
|
|
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
|