phtools 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/phtools/version.rb +1 -1
- data/phtools.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 998582dae8dbeee3d7c85f4cd2d0f9c14e95e6ba
|
4
|
+
data.tar.gz: faaf2914ce1a47e80f3073c34c43f1c4d82b9ec1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c35a0c6b213ad620bc4b5c415e15c1b9112e65763e5abe9c556366689fb07055916fa0b43c664854080a6aac31e958a942ee5fe7925891fcb53e7ebf8e0dc42
|
7
|
+
data.tar.gz: e04e6748f214094502ebaacdd96834c50e07f1171ea83b5f95e82e0aca59e3c8911b68346210e3192a75ba5f5ba33106eea919c83ca89629dcfe38725f3652f2
|
data/lib/phtools/version.rb
CHANGED
data/phtools.gemspec
CHANGED
@@ -51,5 +51,5 @@ Gem::Specification.new do |spec|
|
|
51
51
|
spec.add_runtime_dependency 'activesupport', '~> 3.2'
|
52
52
|
spec.add_runtime_dependency 'i18n'
|
53
53
|
|
54
|
-
spec.post_install_message = %Q{
|
54
|
+
spec.post_install_message = %Q{***\n Thanks for installing phtools! Don't forget to get the ExifTool by Phil Harvey (http://www.sno.phy.queensu.ca/~phil/exiftool/) installed on your system.\n***}
|
55
55
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phtools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Bizyaev
|
@@ -234,9 +234,10 @@ homepage: https://github.com/AndrewBiz/phtools.git
|
|
234
234
|
licenses:
|
235
235
|
- MIT
|
236
236
|
metadata: {}
|
237
|
-
post_install_message:
|
238
|
-
|
239
|
-
|
237
|
+
post_install_message: |-
|
238
|
+
***
|
239
|
+
Thanks for installing phtools! Don't forget to get the ExifTool by Phil Harvey (http://www.sno.phy.queensu.ca/~phil/exiftool/) installed on your system.
|
240
|
+
***
|
240
241
|
rdoc_options: []
|
241
242
|
require_paths:
|
242
243
|
- lib
|