ptimelog 0.5.1 → 0.5.2

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
  SHA256:
3
- metadata.gz: 3fdf01b16d8d37748257d58e1e760a86c8f40f798b74eb8233c4eb35709bd463
4
- data.tar.gz: af24eba266ba673ad73984941ab54aa23d83fa4be322aa775baee62489946298
3
+ metadata.gz: 26856a69be691e7f2d891e5c37d67e00701226b8711d57e2fa5092d402a69b4d
4
+ data.tar.gz: 16f181319f7a8c6040c02922c0874c4076cde2f496fb2d8517be4d25bf7cc3ee
5
5
  SHA512:
6
- metadata.gz: 8533b5f3dbd6de3793d98789cce2c2d824a20f2999aa6f2af8b5929418f7654d21f6672681ba34bd8ffe31a838cd96af2ccc9d07c0185dd507a5bdeb577b92fc
7
- data.tar.gz: 6224d03816be8d4e2379c1e5ff0f51bcf4a51b2021e08e86b90399b422a50fb18508e02a990ae37f224de4c0154f7a600783756ecebf651161a4c928f5a1f398
6
+ metadata.gz: f110423cb3c711a5cf87ac286f9c3c65eca0397201d25a0b4c91b2df0cb90c8e964b9f4ad1b3e0f35c6bf04c7bb94811e0a2b52dfad8fa688a9482c811a90966
7
+ data.tar.gz: 70ad58620c820a108415988340da09ed23016583a4e3312ea29f8b11fd9e3af0787cbe427086d81e624ae29f4c1cbc6c5bca1b48cb23edf3f5a2d40edcffecbc
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Version
4
4
  module Ptimelog
5
- VERSION = '0.5.1'
5
+ VERSION = '0.5.2'
6
6
  end
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
15
  spec.homepage = 'https://github.com/kronn/ptimelog'
16
16
  spec.license = 'MIT'
17
17
 
18
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(gpuzzletime|(test|spec|features)/)}) }
19
19
  spec.bindir = 'exe'
20
20
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
21
21
  spec.require_paths = ['lib']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ptimelog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthias Viehweger
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-08-07 00:00:00.000000000 Z
11
+ date: 2019-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -133,7 +133,6 @@ files:
133
133
  - bin/setup
134
134
  - exe/gpuzzletime
135
135
  - exe/ptimelog
136
- - gpuzzletime.gemspec
137
136
  - lib/ptimelog.rb
138
137
  - lib/ptimelog/app.rb
139
138
  - lib/ptimelog/command/base.rb
@@ -1,26 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- Gem::Specification.new do |spec|
4
- spec.name = 'gpuzzletime'
5
- spec.version = '0.5.1'
6
- spec.authors = ['Matthias Viehweger']
7
- spec.email = ['kronn@kronn.de']
8
-
9
- spec.summary = 'The gem formerly known as gpuzzletime is now ptimelog'
10
- spec.homepage = 'https://github.com/kronn/ptimelog'
11
- spec.license = 'MIT'
12
-
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
26
- end