-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from sul-dlss/cleanup
markdown, not rdoc. remove yard.
- Loading branch information
Showing
5 changed files
with
47 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,4 @@ log/* | |
pkg/* | ||
tags | ||
tmp | ||
.yardoc/* | ||
Gemfile.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
[![Build Status](https://travis-ci.org/sul-dlss/assembly-objectfile.svg?branch=master)](https://travis-ci.org/sul-dlss/assembly-objectfile) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/2310962acce78d78e76c/test_coverage)](https://codeclimate.com/github/sul-dlss/assembly-objectfile/test_coverage) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/2310962acce78d78e76c/maintainability)](https://codeclimate.com/github/sul-dlss/assembly-objectfile/maintainability) | ||
|
||
# Assembly-ObjectFile Gem | ||
|
||
## Overview | ||
This gem contains classes used by the Stanford University Digital Library to | ||
perform file operations necessary for accessioning of content. It is also | ||
used by related gems to perform content type specific operations (such as jp2 | ||
generation). | ||
|
||
## Usage | ||
|
||
The gem currently has methods for: | ||
* filesize | ||
* exif | ||
* generate content metadata | ||
|
||
## Running tests | ||
|
||
``` | ||
bundle exec spec | ||
``` | ||
|
||
## Releasing the gem | ||
|
||
``` | ||
rake release | ||
``` | ||
|
||
## Prerequisites | ||
|
||
1. Exiftool | ||
|
||
RHEL: (RPM to install comming soon) Download latest version from: | ||
http://www.sno.phy.queensu.ca/~phil/exiftool | ||
|
||
tar -xf Image-ExifTool-#.##.tar.gz | ||
cd Image-ExifTool-#.## | ||
perl Makefile.PL | ||
make test | ||
sudo make install | ||
|
||
Mac users: | ||
brew install exiftool |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters