ptimelog 0.5.0 → 0.5.1

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
  SHA256:
3
- metadata.gz: e821e2d48cc867c15d85cff85ac979f69a9474b638af7b8964033dffb3539058
4
- data.tar.gz: 8b9838927d489e8fcf7ac6d77cbd223218eb6e0c1c8463faafe1f3af95e89627
3
+ metadata.gz: 3fdf01b16d8d37748257d58e1e760a86c8f40f798b74eb8233c4eb35709bd463
4
+ data.tar.gz: af24eba266ba673ad73984941ab54aa23d83fa4be322aa775baee62489946298
5
5
  SHA512:
6
- metadata.gz: 9de52fc86ab42309968391b811d64536071726bf48d139c3600fd836b2ea710bca7010d2f3be6750ddcfdf57ec0d42eb2a204c396ee469eaea432799a39030ef
7
- data.tar.gz: 94516e9782ab52375ec8bc29aa20228575d396e3181652181efb5a6f5f4a80c4ca2be0423e350c859adefd8106dcf7ca08f1e39c6abf6561039fb78699931df6
6
+ metadata.gz: 8533b5f3dbd6de3793d98789cce2c2d824a20f2999aa6f2af8b5929418f7654d21f6672681ba34bd8ffe31a838cd96af2ccc9d07c0185dd507a5bdeb577b92fc
7
+ data.tar.gz: 6224d03816be8d4e2379c1e5ff0f51bcf4a51b2021e08e86b90399b422a50fb18508e02a990ae37f224de4c0154f7a600783756ecebf651161a4c928f5a1f398
@@ -1,7 +1,7 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.3.1
4
- - 2.4.2
5
- - 2.5.3
6
- - 2.6.1
3
+ - 2.3
4
+ - 2.4
5
+ - 2.5
6
+ - 2.6
7
7
  before_install: gem install bundler
@@ -14,7 +14,7 @@ def upgrade_config
14
14
  verbose: true
15
15
  end
16
16
 
17
- STDERR.puts <<~MESSAGE
17
+ warn <<~MESSAGE
18
18
 
19
19
  =========================================================================
20
20
 
@@ -25,7 +25,7 @@ STDERR.puts <<~MESSAGE
25
25
  MESSAGE
26
26
 
27
27
  if upgrade_needed?
28
- STDERR.puts <<~MESSAGE
28
+ warn <<~MESSAGE
29
29
  This script can automatically rename the directory for
30
30
  configuration and external scripts on your machine.
31
31
 
@@ -43,7 +43,7 @@ if upgrade_needed?
43
43
  puts
44
44
  end
45
45
 
46
- STDERR.puts <<~MESSAGE
46
+ warn <<~MESSAGE
47
47
  =========================================================================
48
48
 
49
49
  No further action has been taken.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'gpuzzletime'
5
- spec.version = '0.5.0'
5
+ spec.version = '0.5.1'
6
6
  spec.authors = ['Matthias Viehweger']
7
7
  spec.email = ['kronn@kronn.de']
8
8
 
@@ -11,4 +11,16 @@ Gem::Specification.new do |spec|
11
11
  spec.license = 'MIT'
12
12
 
13
13
  spec.add_runtime_dependency 'ptimelog'
14
+
15
+ spec.post_install_message = <<-MESSAGE
16
+ gpuzzletime has been renamed to ptimelog. Along with this update, ptimelog
17
+ has already been installed. The previous executable is now a
18
+ migration-script.
19
+
20
+ You can safely uninstall gpuzzletime. If you miss the executable
21
+ gpuzzletime afterwards, you can recreate the migration-script version by
22
+ reinstalling ptimelog.
23
+
24
+ Sorry for the inconvenience.
25
+ MESSAGE
14
26
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Version
4
4
  module Ptimelog
5
- VERSION = '0.5.0'
5
+ VERSION = '0.5.1'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ptimelog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthias Viehweger