tms 1.7.2 → 1.7.3

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.
Files changed (5) hide show
  1. checksums.yaml +5 -13
  2. data/LICENSE.txt +1 -1
  3. data/README.markdown +1 -1
  4. data/tms.gemspec +6 -2
  5. metadata +14 -13
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MDU4NzJhYTc0ZjYzM2ZmNjM4Zjg0Njg1OWVlYTM2ODkzOGQwMDU3OA==
5
- data.tar.gz: !binary |-
6
- MTEwMzIwYjc5NDY2ODkyZWMxNGYwYzdiOGM3ZTEwM2ExMGViYWU1YQ==
2
+ SHA256:
3
+ metadata.gz: bc4f759b14c1ba2e830eb8944acbcdd98cc296b0c9e4f031e59081058bf8f97b
4
+ data.tar.gz: c1459fd0b8f4d802ca8007881b2304f0d9aae3ed520eecd80081678269b89f90
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- OGVmMDM4ODY4NTE4NzJhZDJmOWU4NTA5ZGYxMGYwMzNiZmIxMzQzZTlmMWVk
10
- Y2Q3MTA3NDdhZDU2ZTA2Y2RhYjNjMzU0YjM3Njk3ZjVlZTA4NjVmNTgxYWY2
11
- ODYyMWRiZWQ3YzYyOWJjYzkxNzE5MjVkODQxZTQyOTQ4ZDZjYmQ=
12
- data.tar.gz: !binary |-
13
- ZGU5OTk0NGFlZDRlZDYyNjAxZDQzMzBlNTUwN2RiNzZjYWJiNWMzOWNmMWQw
14
- ODA4M2FjM2QzNTMyOTM1M2M1NjkwODBmZGYxYzMzMDZmN2FjMTZhYjYwNGNj
15
- NWE3MjY1NmY4NDhmNmY2MTk2MTc2NDdjZmMyNGU3MWZmYzc2YWI=
6
+ metadata.gz: a8faf5bd34a591a0e17acffeda732e520cc851898ef27b504408d4cc8db7396924b577af616c42fc37c8472dc1e9a71f2eddaec840b101236c5d22e1448895d8
7
+ data.tar.gz: 0a5e49bf545c68382ec85a665ca0e2ead225833cacca47960aed968a0eaac9b57591d09da13ca65faad81fb14567b86c57c0fef9c82e6c152452315801847e3d
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010-2015 Ivan Kuchin
1
+ Copyright (c) 2010-2019 Ivan Kuchin
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -48,4 +48,4 @@ Other options:
48
48
 
49
49
  ## Copyright
50
50
 
51
- Copyright (c) 2010-2015 Ivan Kuchin. See LICENSE.txt for details.
51
+ Copyright (c) 2010-2019 Ivan Kuchin. See LICENSE.txt for details.
@@ -2,14 +2,18 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'tms'
5
- s.version = '1.7.2'
5
+ s.version = '1.7.3'
6
6
  s.summary = %q{Time Machine Status}
7
7
  s.description = %Q{View avaliable Time Machine backups and show their diff}
8
8
  s.homepage = "http://github.com/toy/#{s.name}"
9
9
  s.authors = ['Ivan Kuchin']
10
10
  s.license = 'MIT'
11
11
 
12
- s.rubyforge_project = s.name
12
+ s.metadata = {
13
+ 'bug_tracker_uri' => "https://github.com/toy/#{s.name}/issues",
14
+ 'documentation_uri' => "https://www.rubydoc.info/gems/#{s.name}/#{s.version}",
15
+ 'source_code_uri' => "https://github.com/toy/#{s.name}",
16
+ }
13
17
 
14
18
  s.files = `git ls-files`.split("\n")
15
19
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-01 00:00:00.000000000 Z
11
+ date: 2019-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: ffi-xattr
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: 0.0.4
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.0.4
41
41
  description: View avaliable Time Machine backups and show their diff
@@ -46,7 +46,7 @@ extensions:
46
46
  - ext/tms/extconf.rb
47
47
  extra_rdoc_files: []
48
48
  files:
49
- - .gitignore
49
+ - ".gitignore"
50
50
  - LICENSE.txt
51
51
  - README.markdown
52
52
  - bin/tms
@@ -63,26 +63,27 @@ files:
63
63
  homepage: http://github.com/toy/tms
64
64
  licenses:
65
65
  - MIT
66
- metadata: {}
66
+ metadata:
67
+ bug_tracker_uri: https://github.com/toy/tms/issues
68
+ documentation_uri: https://www.rubydoc.info/gems/tms/1.7.3
69
+ source_code_uri: https://github.com/toy/tms
67
70
  post_install_message:
68
71
  rdoc_options: []
69
72
  require_paths:
70
73
  - lib
71
74
  required_ruby_version: !ruby/object:Gem::Requirement
72
75
  requirements:
73
- - - ! '>='
76
+ - - ">="
74
77
  - !ruby/object:Gem::Version
75
78
  version: '0'
76
79
  required_rubygems_version: !ruby/object:Gem::Requirement
77
80
  requirements:
78
- - - ! '>='
81
+ - - ">="
79
82
  - !ruby/object:Gem::Version
80
83
  version: '0'
81
84
  requirements: []
82
- rubyforge_project: tms
83
- rubygems_version: 2.4.7
85
+ rubygems_version: 3.0.3
84
86
  signing_key:
85
87
  specification_version: 4
86
88
  summary: Time Machine Status
87
89
  test_files: []
88
- has_rdoc: