tagrity 0.3.9 → 0.3.10

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: e58265edc0966bca3bec8c06593f3f565474608719eefbeb32e5430a91c9cf1b
4
- data.tar.gz: e962278ba7856b479f5e5989857c356f5a24aed51a076ac633e275e7b7384676
3
+ metadata.gz: 3fb5de46bbaabcdc5d70a7434e737e490e56aa8ee0afbbc3fb8c3400d642f472
4
+ data.tar.gz: f8cfa51ded2867daba4891d0a3327b9c73b1cc53a54730c35b5e894252c9a74d
5
5
  SHA512:
6
- metadata.gz: 321f570b3fa8e9c84f2309ead1afb2d76f9975fe82ea98f3fdcfb607873bc088581e496a96c126e26146c0d5e696978b4089ea28b6557620d21250d333b39bbb
7
- data.tar.gz: 60eab2019359a6016dcf8b78b65b47ce47e51f41a0589572a7df064ef2aeb424198717efbedf2c2b6987133f312f8111a4a6936a7fa6bcba2530d62c4c1c9299
6
+ metadata.gz: 3b697ab9432e5d4ba53cdccb794d5b6df9d6d17f6fc1a0e589c05d100df7f1d44a83d5145019778d988170897b1ae2c7667939fd36289f5e30b6af924a47a38c
7
+ data.tar.gz: ba48ed3cc97e7e71483138a447a08103f21ba2c3b9ac33f311bf3681a9c6ce2632c9b51c5657097e9d31609bb155eadfc8ab362fe73aa0ae924c632d7812ef23
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tagrity (0.3.8)
4
+ tagrity (0.3.9)
5
5
  cli-ui (~> 1.3.0)
6
6
  listen (~> 3.2.1)
7
7
  thor (~> 0.20)
@@ -12,7 +12,7 @@ GEM
12
12
  cli-ui (1.3.0)
13
13
  coderay (1.1.3)
14
14
  diff-lcs (1.3)
15
- ffi (1.13.1)
15
+ ffi (1.15.3)
16
16
  listen (3.2.1)
17
17
  rb-fsevent (~> 0.10, >= 0.10.3)
18
18
  rb-inotify (~> 0.9, >= 0.9.10)
@@ -22,7 +22,7 @@ GEM
22
22
  method_source (~> 0.8)
23
23
  slop (~> 3.4)
24
24
  rake (13.0.1)
25
- rb-fsevent (0.10.4)
25
+ rb-fsevent (0.11.0)
26
26
  rb-inotify (0.10.1)
27
27
  ffi (~> 1.0)
28
28
  ripper-tags (0.8.0)
data/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # Tagrity
2
2
 
3
- [![Build Status](https://travis-ci.com/RRethy/tagrity.svg?branch=master)](https://travis-ci.com/RRethy/tagrity)
4
-
5
3
  Automatically regenerate your tags on file changes.
6
4
 
7
5
  ## Installation
@@ -15,7 +15,7 @@ module Tagrity
15
15
  dir = Dir.pwd
16
16
  assert_not_running(dir)
17
17
 
18
- Process.daemon(true) unless fg
18
+ Process.daemon({nochdir: true}) unless fg
19
19
  logger.fg = fg
20
20
 
21
21
  tag_generator = Provider.provide(:tag_generator)
@@ -1,3 +1,3 @@
1
1
  module Tagrity
2
- VERSION = "0.3.9"
2
+ VERSION = "0.3.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tagrity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam P. Regasz-Rethy
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-07 00:00:00.000000000 Z
11
+ date: 2021-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -178,7 +178,7 @@ metadata:
178
178
  homepage_uri: https://github.com/RRethy/tagrity
179
179
  source_code_uri: https://github.com/RRethy/tagrity
180
180
  changelog_uri: https://github.com/RRethy/tagrity/blob/master/CHANGELOG.md
181
- post_install_message:
181
+ post_install_message:
182
182
  rdoc_options: []
183
183
  require_paths:
184
184
  - lib
@@ -193,8 +193,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  - !ruby/object:Gem::Version
194
194
  version: '0'
195
195
  requirements: []
196
- rubygems_version: 3.1.2
197
- signing_key:
196
+ rubygems_version: 3.0.3
197
+ signing_key:
198
198
  specification_version: 4
199
199
  summary: Update tags on file changes.
200
200
  test_files: []