hydra-derivatives 3.0.1 → 3.0.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/VERSION +1 -1
  4. metadata +2 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d980201eee928e9a689bc18375922bcd719e9fa
4
- data.tar.gz: 8b376174cbf9c02dabd45f01151e00c64499a772
3
+ metadata.gz: a697988d1c02bd142e31e5d9977d219e95496d7d
4
+ data.tar.gz: a5848abe427381cb5c85aba02ddb02b407bb01d0
5
5
  SHA512:
6
- metadata.gz: c8e9f547be77dda8b4be620e89be918f7808a8bf315c037a68c2d6007e2caa0b49e6b30e80595729a33366902bedb2cfc670d10de0927614af4bf428ca7911f9
7
- data.tar.gz: 5269912de541e5309901a1f29dddd7049fe1f5d92e9c13e5c19ff571cbfd97ab594fd20d5af79847d9ab2986b23c5872241054f68a55261bbbf9f2a810a07c4e
6
+ metadata.gz: a42b5d1aedbd4443f98c8a49ed90b98c05772288126d1edde25515bfb053fd64e96f02812e83b8762291a899c4ef61924563c33241c4bfa857a3d5071c309a9c
7
+ data.tar.gz: 4f310852023acd08aa7b19d5110e76beaa25c076714d5ca923afcf92460e69cb5e45625780cef314bc4fc4a5079ed8f3f1eb05e1e37f43539367c7d1bc385e06
data/README.md CHANGED
@@ -89,7 +89,7 @@ Just add `gem 'hydra-derivatives'` to your Gemfile.
89
89
 
90
90
  ## Dependencies
91
91
 
92
- * [FITS](http://fitstool.org/) - version 0.6.2
92
+ * [FITS](http://fitstool.org/) - 0.8.x (0.8.5 is known to be good)
93
93
  * [FFMpeg](http://www.ffmpeg.org/)
94
94
  * [LibreOffice](https://www.libreoffice.org/) (openoffice.org-headless on Ubuntu/Debian to avoid "_X11 error: Can't open display:_")
95
95
  * [ImageMagick](http://www.imagemagick.org/)
@@ -101,7 +101,7 @@ For example:
101
101
 
102
102
  ```bash
103
103
  # in .bash_profile
104
- export PATH=${PATH}:/Users/justin/workspace/fits-0.6.2:/Applications/LibreOffice.app/Contents/MacOS
104
+ export PATH=${PATH}:/Users/justin/workspace/fits-0.8.5:/Applications/LibreOffice.app/Contents/MacOS
105
105
  ```
106
106
 
107
107
  Alternatively, you can configure their paths:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1
1
+ 3.0.2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hydra-derivatives
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-24 00:00:00.000000000 Z
11
+ date: 2016-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -317,4 +317,3 @@ test_files:
317
317
  - spec/units/io_decorator_spec.rb
318
318
  - spec/units/logger_spec.rb
319
319
  - spec/units/transcoding_spec.rb
320
- has_rdoc: