sist02 0.1.1 → 0.1.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/README.md +13 -1
- data/lib/sist02/version.rb +1 -1
- data/screen-shot/naid.png +0 -0
- metadata +2 -2
- data/test.rb +0 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9281cd934ebf11dd4ecc92b4f6c2fb17fe50c991
|
4
|
+
data.tar.gz: 6a257f8270ce41cf6e871bc5a57e41dfc3a0836e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c000826e34e0bf0d0190c1f78145cfa72bdf692df6310d189ebbe3f6d33ac2417e494db8886788b88f458e021afb6cf14cd293e982179fff42fb8e1061ba9bd8
|
7
|
+
data.tar.gz: 7aea25b521fcebbd7e1b2ba3b0ddd883541d7a2c55c63804bdf06cdf4cf70bed812c41c646a90004eed5dae249672ea249d18340e1dcd0cdd4225e8c41e679db
|
data/README.md
CHANGED
@@ -20,8 +20,20 @@ Or install it yourself as:
|
|
20
20
|
|
21
21
|
## Usage
|
22
22
|
|
23
|
-
|
23
|
+
You get naid in [cinii article](http://ci.nii.ac.jp/) page.
|
24
24
|
|
25
|
+
naid is following (please input as String).
|
26
|
+
|
27
|
+

|
28
|
+
|
29
|
+
```ruby
|
30
|
+
require 'sist02'
|
31
|
+
|
32
|
+
naid = "40020388722"
|
33
|
+
|
34
|
+
p Sist02.article_ref(naid)
|
35
|
+
|
36
|
+
```
|
25
37
|
## Development
|
26
38
|
|
27
39
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
|
data/lib/sist02/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sist02
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Makoto Hiramatsu
|
@@ -55,8 +55,8 @@ files:
|
|
55
55
|
- lib/sist02.rb
|
56
56
|
- lib/sist02/cinii.rb
|
57
57
|
- lib/sist02/version.rb
|
58
|
+
- screen-shot/naid.png
|
58
59
|
- sist02.gemspec
|
59
|
-
- test.rb
|
60
60
|
homepage: https://github.com/himkt/sist02
|
61
61
|
licenses: []
|
62
62
|
metadata: {}
|