researchmap2bib 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 +5 -13
- data/README.md +4 -1
- data/lib/researchmap2bib/version.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
OWFjNmQxYmY4ZTE5MTZiNjU4NzA2ZTZmMjNlMzNjMGMxNDhiZDllMA==
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: d942d5831c81c0a95ef7cd942a02d4377868b874
|
|
4
|
+
data.tar.gz: 779a37d07a694e4be29ea233818d632ebeb23cfd
|
|
7
5
|
SHA512:
|
|
8
|
-
metadata.gz:
|
|
9
|
-
|
|
10
|
-
NDVhNmM3NzY3ZTliNDQyZjYxMGQyNjQwZjVjNjYzNmFkNjY4NGQ4YzI2YTNi
|
|
11
|
-
OWFiNDdlNjM4OWYwNTYxNzMyNTBhMzUzNDc2ZTAzNmM3NmM1MGY=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
Mjg1MmYzOTczOTM1MzgzMzZhZWRmODM1N2I5MzEyZTVlNTFhMmNkNGRlZDVj
|
|
14
|
-
YjFjMjQ1ZDBlMjJiZjVkZWMzMjBhOWEyZDdkMDAzM2YwMWU0ZTJhY2Q2NTc0
|
|
15
|
-
YThlZDk0ODc1Y2I3N2YzOWEwY2JkOTQ4ODY5YTJiMjdlNzk0ZTU=
|
|
6
|
+
metadata.gz: 757b3f5498f3175228fe45dc1c84658ed9cdb8aad5cc5cf58b9d5f10d928e24a4c05853e1706cb9c77510eb49b8a2a51983e92d97104a3e622cd5438453b5194
|
|
7
|
+
data.tar.gz: b5cf1d8764fe96bdecac863ebe988ca5d4f5785acc6d98c59ab5926772f372546340d2616ffe2937464b4b2121c8f1df7d9f9a1601b00626c31b3995922bcb8d
|
data/README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
[](https://badge.fury.io/rb/researchmap2bib)
|
|
1
2
|
[](https://travis-ci.org/ychubachi/researchmap2bib)
|
|
2
3
|
|
|
3
4
|
# Researchmap2bib
|
|
@@ -24,7 +25,9 @@ Or install it yourself as:
|
|
|
24
25
|
|
|
25
26
|
## Usage
|
|
26
27
|
|
|
27
|
-
|
|
28
|
+
```bash
|
|
29
|
+
resarchmap2bib researcher.zip
|
|
30
|
+
```
|
|
28
31
|
|
|
29
32
|
## Development
|
|
30
33
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: researchmap2bib
|
|
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
|
- Yoshihide Chubachi
|
|
@@ -14,42 +14,42 @@ dependencies:
|
|
|
14
14
|
name: bundler
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '1.12'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - ~>
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '1.12'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - ~>
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '10.0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - ~>
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: minitest
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - ~>
|
|
45
|
+
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '5.0'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- - ~>
|
|
52
|
+
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '5.0'
|
|
55
55
|
description: This script creates bibliography files which can be used by LaTeX from
|
|
@@ -61,8 +61,8 @@ executables:
|
|
|
61
61
|
extensions: []
|
|
62
62
|
extra_rdoc_files: []
|
|
63
63
|
files:
|
|
64
|
-
- .gitignore
|
|
65
|
-
- .travis.yml
|
|
64
|
+
- ".gitignore"
|
|
65
|
+
- ".travis.yml"
|
|
66
66
|
- Gemfile
|
|
67
67
|
- LICENSE.txt
|
|
68
68
|
- README.md
|
|
@@ -83,17 +83,17 @@ require_paths:
|
|
|
83
83
|
- lib
|
|
84
84
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
85
85
|
requirements:
|
|
86
|
-
- -
|
|
86
|
+
- - ">="
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
88
|
version: '0'
|
|
89
89
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
90
|
requirements:
|
|
91
|
-
- -
|
|
91
|
+
- - ">="
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
93
|
version: '0'
|
|
94
94
|
requirements: []
|
|
95
95
|
rubyforge_project:
|
|
96
|
-
rubygems_version: 2.
|
|
96
|
+
rubygems_version: 2.5.1
|
|
97
97
|
signing_key:
|
|
98
98
|
specification_version: 4
|
|
99
99
|
summary: Create LaTeX bibliography files from the XML exported file form researchmap.
|