mate 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE.txt +1 -1
  3. data/README.markdown +1 -1
  4. data/mate.gemspec +6 -2
  5. metadata +7 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 00cf83259f743f75cb806d8670085ae2f1d564f5
4
- data.tar.gz: 2d18200151fbf74a7459163a6f76bfd16532a47d
2
+ SHA256:
3
+ metadata.gz: c775458d416142a253db083e4d9c60a0f54d826cca9b02b4529a95b52a679b86
4
+ data.tar.gz: 2b80d97ceaf6f1dffb92666cbe5bd35178ac5f018ea44c0008ce18570b3c12fc
5
5
  SHA512:
6
- metadata.gz: 5a3f6ed17f2aa6794e3e207e010dddef065a35de634d16facf238d0e8013ab42f374ae0933d9d06be55e153f76862e2cb62fc2c513e54e63230d98f310e3605d
7
- data.tar.gz: 745584b3c59fc07e04505c45fbe65719b1d2176748a8ff1bbc366e1674dffca1dee62cc8a338e768d64580a2d2aae270e32c62cf2581fa8f3ea5db2193280da3
6
+ metadata.gz: 32f73c550e6dd223f666bef6bf245d33827cddba3622a2a2a71033cc9a4c129636c036fc9f33a004ab055cf2290a5e5c3eadc38e2d91c5bc030c5576a19297b5
7
+ data.tar.gz: 13d6e400fef725d92257084a779b63bce93b6186e83ed7705208041f61932f8785e6a083fff42cc5c8f451b59867aa6bece381c567f12f39616e9d462675a137
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010-2017 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
data/README.markdown CHANGED
@@ -8,4 +8,4 @@ When `tm` command (or `mate` if aliased) is called with one or more paths and an
8
8
 
9
9
  ## Copyright
10
10
 
11
- Copyright (c) 2010-2017 Ivan Kuchin. See LICENSE.txt for details.
11
+ Copyright (c) 2010-2019 Ivan Kuchin. See LICENSE.txt for details.
data/mate.gemspec CHANGED
@@ -2,13 +2,17 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'mate'
5
- s.version = '2.1.0'
5
+ s.version = '2.1.1'
6
6
  s.summary = %q{TextMate project builder and TextMate 2 properties builder using git ignores for exclusions}
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: mate
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.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: 2017-10-24 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: plist
@@ -46,7 +46,10 @@ files:
46
46
  homepage: http://github.com/toy/mate
47
47
  licenses:
48
48
  - MIT
49
- metadata: {}
49
+ metadata:
50
+ bug_tracker_uri: https://github.com/toy/mate/issues
51
+ documentation_uri: https://www.rubydoc.info/gems/mate/2.1.1
52
+ source_code_uri: https://github.com/toy/mate
50
53
  post_install_message:
51
54
  rdoc_options: []
52
55
  require_paths:
@@ -62,8 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
65
  - !ruby/object:Gem::Version
63
66
  version: '0'
64
67
  requirements: []
65
- rubyforge_project: mate
66
- rubygems_version: 2.6.14
68
+ rubygems_version: 3.0.3
67
69
  signing_key:
68
70
  specification_version: 4
69
71
  summary: TextMate project builder and TextMate 2 properties builder using git ignores