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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/tagrity/version.rb +1 -1
- data/tagrity.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a24faa216cfb94715a1331caec8cb72a73068171e60d3411acd419e0ac164f2
|
|
4
|
+
data.tar.gz: eb1b98a10f93ebbf34b598b79889f0b4cd435e2188c95898d5fa1be6f268910f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea96d1c3ffee01882f87983dd242e8a92eab05cef148885e8ae4049da6c49cfceec69c7deb459f4b24a6658861271770c8a58572c0388c7b282f1addf7546c54
|
|
7
|
+
data.tar.gz: 5fbab728bc2389046f8091cebeff2e3d875db6463d77e6021af71b69d3e97301a600885628b5863973539e0bd57c5775bc8d0d88eef49ddaec2d5ba07f68eca1
|
data/Gemfile.lock
CHANGED
data/lib/tagrity/version.rb
CHANGED
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{
|
|
12
|
-
spec.description = %q{
|
|
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.
|
|
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:
|
|
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:
|
|
197
|
+
summary: Update tags on file changes.
|
|
197
198
|
test_files: []
|