linknew 0.0.1 → 0.0.2
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/lib/linknew/version.rb +1 -1
- data/linknew.gemspec +5 -2
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c04c6b5ad914e84907496cea235c7b947a2cd15e
|
4
|
+
data.tar.gz: 504c98bc166e1d8e0c8429edcdff8b3817e07715
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d7a3655abe3e22f6b96e87e81dd9ae8d4f79fb87a413903ee3ce1e90b34e192397c60f1351c176c9c78281f6ead3edaa607b68fdb0320b22b58e85317e6b6f6
|
7
|
+
data.tar.gz: 068bd4a2c0fefa212c5ce7e1f47d8345906e34736c5f3aed9512ecd8888d42f5ab63174f8144de7d7b9485c43f877dfc48366c391e9caf62034ecb46e2a9e237
|
data/lib/linknew/version.rb
CHANGED
data/linknew.gemspec
CHANGED
@@ -9,8 +9,11 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Simon Kohlmeyer"]
|
10
10
|
spec.email = ["simon.kohlmeyer@gmail.com"]
|
11
11
|
spec.summary = %q{Links to files in a directory once}
|
12
|
-
|
13
|
-
|
12
|
+
spec.description = <<HERE
|
13
|
+
Linknew creates links to all files in another directory once. You can use it to keep track of which files in a shared
|
14
|
+
directory you already looked at.
|
15
|
+
HERE
|
16
|
+
spec.homepage = "http://github.com/voidus/linknew"
|
14
17
|
spec.license = "MIT"
|
15
18
|
|
16
19
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: linknew
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simon Kohlmeyer
|
@@ -66,7 +66,9 @@ dependencies:
|
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
|
-
description:
|
69
|
+
description: |
|
70
|
+
Linknew creates links to all files in another directory once. You can use it to keep track of which files in a shared
|
71
|
+
directory you already looked at.
|
70
72
|
email:
|
71
73
|
- simon.kohlmeyer@gmail.com
|
72
74
|
executables:
|
@@ -90,7 +92,7 @@ files:
|
|
90
92
|
- linknew.gemspec
|
91
93
|
- spec/linknew_spec.rb
|
92
94
|
- spec/spec_helper.rb
|
93
|
-
homepage:
|
95
|
+
homepage: http://github.com/voidus/linknew
|
94
96
|
licenses:
|
95
97
|
- MIT
|
96
98
|
metadata: {}
|