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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c23fc77ccd84eca05e4f5af8d401cd2bd762abce
4
- data.tar.gz: ad0bfd1610e9f7e399c8a8d7a52f9a26257df5ce
3
+ metadata.gz: 91b0b315330015652a456fdf482c84965f5fd472
4
+ data.tar.gz: 28743b11375db99bd01d89dff711a64b65cac7a1
5
5
  SHA512:
6
- metadata.gz: 0444a7c8e9cf5b25c4a3ef9973691a5cfb675f52284012d219c1a5a85c77500e643cf3a192915bf12b83fac12bc1a44d830171fd4aa25bd1484a8f792d1ac9b7
7
- data.tar.gz: adb4b055f1e13f32f343f7cfa0cc5aa5bbb7d6ed13a3997b55111aad4d218936b799b9e845ddddf7a556cbc1df9af22e8c52fa869085105e1288a11e5315e654
6
+ metadata.gz: 290c7182135851eda8e25b7fe20a92e6f822be939303c5ed822577419359c9bb21b366969ed0edd0e938c9474f57053ca1845b895833c3a30d34afba975f460a
7
+ data.tar.gz: 799e66f8f95f299d138e473c9a60b0b773b660b79a9aecc694333fee80d3224f60b0b526d3ef694c5391a625d154468def8296b1e982a9008c396b88b760fc14
@@ -1,4 +1,4 @@
1
1
 
2
2
  module PhTools
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
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{Thanks for installing! Don't forget to get the ExifTool by Phil Harvey (http://www.sno.phy.queensu.ca/~phil/exiftool/) installed on your system!}
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.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: Thanks for installing! Don't forget to get the ExifTool by Phil
238
- Harvey (http://www.sno.phy.queensu.ca/~phil/exiftool/) installed on your system!
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