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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91b0b315330015652a456fdf482c84965f5fd472
4
- data.tar.gz: 28743b11375db99bd01d89dff711a64b65cac7a1
3
+ metadata.gz: 998582dae8dbeee3d7c85f4cd2d0f9c14e95e6ba
4
+ data.tar.gz: faaf2914ce1a47e80f3073c34c43f1c4d82b9ec1
5
5
  SHA512:
6
- metadata.gz: 290c7182135851eda8e25b7fe20a92e6f822be939303c5ed822577419359c9bb21b366969ed0edd0e938c9474f57053ca1845b895833c3a30d34afba975f460a
7
- data.tar.gz: 799e66f8f95f299d138e473c9a60b0b773b660b79a9aecc694333fee80d3224f60b0b526d3ef694c5391a625d154468def8296b1e982a9008c396b88b760fc14
6
+ metadata.gz: 5c35a0c6b213ad620bc4b5c415e15c1b9112e65763e5abe9c556366689fb07055916fa0b43c664854080a6aac31e958a942ee5fe7925891fcb53e7ebf8e0dc42
7
+ data.tar.gz: e04e6748f214094502ebaacdd96834c50e07f1171ea83b5f95e82e0aca59e3c8911b68346210e3192a75ba5f5ba33106eea919c83ca89629dcfe38725f3652f2
@@ -1,4 +1,4 @@
1
1
 
2
2
  module PhTools
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
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{\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}
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.2
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: |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
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