sist02-cli 0.3.1 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 929bff48fd21586cdc8441ce542a1335920d6ab5
4
- data.tar.gz: 0063dfdbe64d78687fb9ec7b37b72143eddaca32
3
+ metadata.gz: dd2d6cd545b1ccdd7296e92c81498284c63cba9d
4
+ data.tar.gz: c94422b6d408830d94ec2402ebe56690a5fd4c29
5
5
  SHA512:
6
- metadata.gz: f4f4229ee0e5d13a9876cedd6e21b21a62e6553e9703801d49399d24f785392ad0e7ae4136573d2a8937d21dd7ac0620be1e029a5ea0bbe5e1b56a55c6885d28
7
- data.tar.gz: d15600ea99bc66df6b90fab3d100e1a1834c54186c9f70d41b372fb812fd50c3cc77823124121e69868fb4f603ef14caca0ad562afe214d0a32b85d70de93f7a
6
+ metadata.gz: e757b2e866b5f0d5b5e1ffc5ebc01fc67cac75be2987792c356948d38a29d49543ffebeb5dc9fe2bad4eeb7e37b0ab919c71541c6f10e4051d68b5fba08095d0
7
+ data.tar.gz: e52087c252709872e9ec8709d203d356e55da59206f3e7fb2d32a52de77db5aa55ee7d8ef7b8e374ee33fd25696b4efbd805af6a1275d5960ec566e3a493749a
data/README.md CHANGED
@@ -33,9 +33,10 @@ sist02
33
33
 
34
34
  ```shell
35
35
  Commands:
36
- sist02 cinii_articles NAID # get cinii articles bibliography
37
- sist02 cinii_books NCID # get cinii books bibliography
38
- sist02 help [COMMAND] # Describe available commands or one specific command
36
+ sist02 cinii_articles NAID # get a cinii articles bibliography
37
+ sist02 cinii_books NCID # get a cinii books bibliography
38
+ sist02 cinii_dissertations NAID # get a doctoral dissertations bibliography
39
+ sist02 help [COMMAND] # Describe available commands or one speci...
39
40
  ```
40
41
 
41
42
  と出力されればインストール成功です。インストールに失敗した場合はお手数ですが[松之木](https://twitter.com/himkt)までご連絡ください。
@@ -95,7 +96,7 @@ sist02 cinii_books BB18507477
95
96
  従って、ターミナルに
96
97
 
97
98
  ```shell
98
- sist02 cinii_theses 500000587337
99
+ sist02 cinii_dissertations 500000587337
99
100
  ```
100
101
 
101
102
  と入力してください。
@@ -19,10 +19,10 @@ module Sist02
19
19
  return Sist02::CiNii.book_ref(ncid)
20
20
  end
21
21
 
22
- desc "cinii_theses NAID", "get a doctoral thesis bibliography"
23
- def cinii_theses(naid)
24
- puts Sist02::CiNii.thesis_ref(naid)
25
- return Sist02::CiNii.thesis_ref(naid)
22
+ desc "cinii_dissertations NAID", "get a doctoral dissertations bibliography"
23
+ def cinii_dissertations(naid)
24
+ puts Sist02::CiNii.dissertation_ref(naid)
25
+ return Sist02::CiNii.dissertation_ref(naid)
26
26
  end
27
27
  end
28
28
  end
@@ -1,5 +1,5 @@
1
1
  module Sist02
2
2
  module Cli
3
- VERSION = "0.3.1"
3
+ VERSION = "0.4.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sist02-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - himkt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-10 00:00:00.000000000 Z
11
+ date: 2015-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor