hydra-derivatives 3.0.1 → 3.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/VERSION +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a697988d1c02bd142e31e5d9977d219e95496d7d
|
4
|
+
data.tar.gz: a5848abe427381cb5c85aba02ddb02b407bb01d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/) -
|
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.
|
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
|
+
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.
|
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-
|
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:
|