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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 679bce48eb8c7267e6791ddf435fadb28048038d
4
- data.tar.gz: d6b0ecaffdef68dbddc38950da430bdd4059ab56
3
+ metadata.gz: 9281cd934ebf11dd4ecc92b4f6c2fb17fe50c991
4
+ data.tar.gz: 6a257f8270ce41cf6e871bc5a57e41dfc3a0836e
5
5
  SHA512:
6
- metadata.gz: 2546cb705dd06a1997680b81ac055993912bd5df66143e017f6535ae9a706d2c21d33961044ea78f7d37c823cec9a113cf29aa12d6691daa81f7ac9ce399a52d
7
- data.tar.gz: 61ab0a72f65acaabb111f96ce7fce80541e3578feac57da6cac6fbd433e2bca60be0e08a7023f4eaad9763a4efa2df42b98e6d3b6efc29227022a0694efdfd9d
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
- TODO: Write usage instructions here
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
+ ![naid description](screen-shot/naid.png)
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.
@@ -1,3 +1,3 @@
1
1
  module Sist02
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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: {}
data/test.rb DELETED
@@ -1,5 +0,0 @@
1
- require 'sist02'
2
-
3
- p Sist02.article_ref("40020388722")
4
-
5
- p Sist02.article_ref('s')