tagrity 0.2.2 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c52ade5af54c76ba0a36dc94d17a070ad66ee816827d12f53f7b161726997f6
4
- data.tar.gz: d66a536f4c6a8d6845eedd9f28d6b380492579edaca9ff757f35e3ad03edfbe4
3
+ metadata.gz: 6a24faa216cfb94715a1331caec8cb72a73068171e60d3411acd419e0ac164f2
4
+ data.tar.gz: eb1b98a10f93ebbf34b598b79889f0b4cd435e2188c95898d5fa1be6f268910f
5
5
  SHA512:
6
- metadata.gz: d6a5cb67d890e94fb466d1bbe35c1e0108df0caf606efcf3f5aa2533c95060a3b4a5d51ae4f08c698e638c2401ddb81562a4ec4eb5336dc03822e7ff33e050da
7
- data.tar.gz: e350a56a7e55df37c23f819de1f85c176e093e0f3ea18db2e2e71bed1df8ac23c76417ed5cd717b2a5ea5d41b74e0b78dc34d4fe7ee481fb5160a7f6a2b6c308
6
+ metadata.gz: ea96d1c3ffee01882f87983dd242e8a92eab05cef148885e8ae4049da6c49cfceec69c7deb459f4b24a6658861271770c8a58572c0388c7b282f1addf7546c54
7
+ data.tar.gz: 5fbab728bc2389046f8091cebeff2e3d875db6463d77e6021af71b69d3e97301a600885628b5863973539e0bd57c5775bc8d0d88eef49ddaec2d5ba07f68eca1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tagrity (0.2.2)
4
+ tagrity (0.2.3)
5
5
  cli-ui (~> 1.3.0)
6
6
  listen (~> 3.0)
7
7
  pry (~> 0.9.9)
@@ -1,3 +1,3 @@
1
1
  module Tagrity
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
data/tagrity.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Adam P. Regasz-Rethy"]
9
9
  spec.email = ["rethy.spud@gmail.com"]
10
10
 
11
- spec.summary = %q{Regenerate tags on file changes.}
12
- spec.description = %q{Ditto}
11
+ spec.summary = %q{Update tags on file changes.}
12
+ spec.description = %q{Update your tags file when files change. tags files are used primarily with Vim as a navigation tool.}
13
13
  spec.homepage = "https://github.com/RRethy/tagrity"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tagrity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam P. Regasz-Rethy
@@ -122,7 +122,8 @@ dependencies:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: 0.9.9
125
- description: Ditto
125
+ description: Update your tags file when files change. tags files are used primarily
126
+ with Vim as a navigation tool.
126
127
  email:
127
128
  - rethy.spud@gmail.com
128
129
  executables:
@@ -193,5 +194,5 @@ requirements: []
193
194
  rubygems_version: 3.0.6
194
195
  signing_key:
195
196
  specification_version: 4
196
- summary: Regenerate tags on file changes.
197
+ summary: Update tags on file changes.
197
198
  test_files: []