phtools 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/phtools/version.rb +1 -1
- data/phtools.gemspec +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91b0b315330015652a456fdf482c84965f5fd472
|
4
|
+
data.tar.gz: 28743b11375db99bd01d89dff711a64b65cac7a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 290c7182135851eda8e25b7fe20a92e6f822be939303c5ed822577419359c9bb21b366969ed0edd0e938c9474f57053ca1845b895833c3a30d34afba975f460a
|
7
|
+
data.tar.gz: 799e66f8f95f299d138e473c9a60b0b773b660b79a9aecc694333fee80d3224f60b0b526d3ef694c5391a625d154468def8296b1e982a9008c396b88b760fc14
|
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 = %
|
54
|
+
spec.post_install_message = %Q{\nThanks 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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Bizyaev
|
@@ -234,8 +234,9 @@ homepage: https://github.com/AndrewBiz/phtools.git
|
|
234
234
|
licenses:
|
235
235
|
- MIT
|
236
236
|
metadata: {}
|
237
|
-
post_install_message:
|
238
|
-
|
237
|
+
post_install_message: |2
|
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
|
239
240
|
rdoc_options: []
|
240
241
|
require_paths:
|
241
242
|
- lib
|