arxiv-references 0.1.0 → 0.1.1
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/{bin → exe}/arxiv-ref +0 -0
- data/lib/arxiv/references/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d6ecf380293668ea162de8c8d6bad3dc6a0258b
|
|
4
|
+
data.tar.gz: 53e933e35501dccf7058c0fcfd5ac5b5a3069b6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20a51d699a186ea2a841319e020f99200f05ad9106b62c28eabe5202f1dad504a98243da699bc14adc209f1b819d5f2ceb061af8d24e34a7eba9beb4e30ffa72
|
|
7
|
+
data.tar.gz: 2e58a8ca164fc9de13df1129e069cecd6ac677b56236f5f6b67ac70e01a912bf0480fd7dde884316164007898d5f80587226e1839971f3c76f3bbe68d0eddbd9
|
data/{bin → exe}/arxiv-ref
RENAMED
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arxiv-references
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Takahiro Nishimura
|
|
@@ -97,7 +97,8 @@ dependencies:
|
|
|
97
97
|
description: This library is for suvey.
|
|
98
98
|
email:
|
|
99
99
|
- tkhr.nishimura@gmail.com
|
|
100
|
-
executables:
|
|
100
|
+
executables:
|
|
101
|
+
- arxiv-ref
|
|
101
102
|
extensions: []
|
|
102
103
|
extra_rdoc_files: []
|
|
103
104
|
files:
|
|
@@ -110,9 +111,9 @@ files:
|
|
|
110
111
|
- README.md
|
|
111
112
|
- Rakefile
|
|
112
113
|
- arxiv-references.gemspec
|
|
113
|
-
- bin/arxiv-ref
|
|
114
114
|
- bin/console
|
|
115
115
|
- bin/setup
|
|
116
|
+
- exe/arxiv-ref
|
|
116
117
|
- lib/arxiv/references.rb
|
|
117
118
|
- lib/arxiv/references/ArxivReferences.rb
|
|
118
119
|
- lib/arxiv/references/myUtil.rb
|