fspath-mac 3.2.0 → 3.2.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: b4f31c6128cb217d68a3515a0239ef84d9e1b2f92f84a029f1380000a21b698f
4
- data.tar.gz: 23f50da059db2274c3a5453dc748bd35a1bce096d38c4143da3d91ea1ba2ead7
3
+ metadata.gz: fddbdf98a2e08930c9f494c851daec01e1a29a6717155cc454a10e4faa6854e1
4
+ data.tar.gz: b6df514b75945de73f90b2fe3874a245876a48c5a424e291582d69e8a96b36f7
5
5
  SHA512:
6
- metadata.gz: 6df521685cea142e7d6d6b903b86f3425dcb32cad597fd957252fc1c74c53d189fcaa9ee3227a16656d2e5d23e2d38f6074f6bc1c9361ccffc2b902fd8cf1c94
7
- data.tar.gz: 26381bf3d49cc0d8945b14be747af7a6ae634e6a74e7cc972b62585bd1733cc57c47a099e785547feb90bdecb917af1afc61d37c661d88518033400804f99a9c
6
+ metadata.gz: 82a431c9880d0122170d112321e99784abc366be3736adc08410449569d8c5f50feb36e5c51ce42d68e37000dec1866257124e1ae6478429dad72abc193126a6
7
+ data.tar.gz: debb4414227f3da885d6045dd38ce38b0579caa480faecd0626896832f7a6dd503cc927766ccc7cd7eb31be04c55a53f6e1a3ac2f93a0691f42979f96c5a30a8
@@ -2,12 +2,13 @@ os: osx
2
2
  language: ruby
3
3
  rvm:
4
4
  - default
5
- - '2.3.7'
6
- - '2.4.4'
7
- - '2.5.1'
5
+ - '2.3.8'
6
+ - '2.4.6'
7
+ - '2.5.5'
8
+ - '2.6.3'
8
9
  script: bundle exec rspec
9
10
  matrix:
10
11
  include:
11
12
  - env: CHECK_RUBIES=✓
12
- rvm: '2.4.4'
13
+ rvm: '2.6.3'
13
14
  script: bundle exec travis_check_rubies
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010-2018 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
@@ -28,4 +28,4 @@ Set spotlight comment:
28
28
 
29
29
  ## Copyright
30
30
 
31
- Copyright (c) 2010-2018 Ivan Kuchin. See LICENSE.txt for details.
31
+ Copyright (c) 2010-2019 Ivan Kuchin. See LICENSE.txt for details.
@@ -2,13 +2,17 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'fspath-mac'
5
- s.version = '3.2.0'
5
+ s.version = '3.2.1'
6
6
  s.summary = %q{FSPath methods for mac (move_to_trash, color labeling, spotlight comments, …)}
7
7
  s.homepage = "http://github.com/toy/#{s.name}"
8
8
  s.authors = ['Ivan Kuchin']
9
9
  s.license = 'MIT'
10
10
 
11
- s.rubyforge_project = s.name
11
+ s.metadata = {
12
+ 'bug_tracker_uri' => "https://github.com/toy/#{s.name}/issues",
13
+ 'documentation_uri' => "https://www.rubydoc.info/gems/#{s.name}/#{s.version}",
14
+ 'source_code_uri' => "https://github.com/toy/#{s.name}",
15
+ }
12
16
 
13
17
  s.files = `git ls-files`.split("\n")
14
18
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fspath-mac
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-17 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: fspath
@@ -65,7 +65,10 @@ files:
65
65
  homepage: http://github.com/toy/fspath-mac
66
66
  licenses:
67
67
  - MIT
68
- metadata: {}
68
+ metadata:
69
+ bug_tracker_uri: https://github.com/toy/fspath-mac/issues
70
+ documentation_uri: https://www.rubydoc.info/gems/fspath-mac/3.2.1
71
+ source_code_uri: https://github.com/toy/fspath-mac
69
72
  post_install_message:
70
73
  rdoc_options: []
71
74
  require_paths:
@@ -81,8 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
84
  - !ruby/object:Gem::Version
82
85
  version: '0'
83
86
  requirements: []
84
- rubyforge_project: fspath-mac
85
- rubygems_version: 2.7.7
87
+ rubygems_version: 3.0.3
86
88
  signing_key:
87
89
  specification_version: 4
88
90
  summary: FSPath methods for mac (move_to_trash, color labeling, spotlight comments,