isi 1.1.1 → 1.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.
data/README CHANGED
@@ -17,13 +17,16 @@ Go to http://rubyforge.org/projects/isi-rb .
17
17
 
18
18
  == How can I install isi?
19
19
  There are three different ways to install isi.rb.
20
- === I. Simple way
21
- Installing this package is as simple as:
22
- $ ruby setup.rb
20
+ === I. Conservative way; use setup.rb
21
+ isi-X.Y.Z.tgz package can be installed as:
22
+ $ tar zxf isi-X.Y.Z.tgz
23
+ $ cd isi-X.Y.Z
24
+ $ su
25
+ # ruby setup.rb
23
26
  === II. RubyGems users can take an easy way
24
27
  There is an easier way, if you are a RubyGems user:
25
28
  $ gem install isi
26
- === III. Another simple way; just copy isi.rb
29
+ === III. Simple way; just copy isi.rb
27
30
  Just copy isi.rb into your working directory which contains
28
31
  your saved "Marked List", e.g. savedrecs.txt.
29
32
  $ cp lib/isi.rb ~/your/working/directory/
data/html/created.rid CHANGED
@@ -1 +1 @@
1
- Sat, 28 Apr 2007 20:50:05 -0400
1
+ Sat, 28 Apr 2007 22:33:46 -0400
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Sat Apr 28 20:42:45 -0400 2007</td>
59
+ <td>Sat Apr 28 22:32:17 -0400 2007</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -95,12 +95,15 @@ href="http://rubyforge.org/projects/isi-rb">rubyforge.org/projects/isi-rb</a>
95
95
  <p>
96
96
  There are three different ways to install isi.rb.
97
97
  </p>
98
- <h3>I. Simple way</h3>
98
+ <h3>I. Conservative way; use setup.rb</h3>
99
99
  <p>
100
- Installing this package is as simple as:
100
+ isi-X.Y.Z.tgz package can be installed as:
101
101
  </p>
102
102
  <pre>
103
- $ ruby setup.rb
103
+ $ tar zxf isi-X.Y.Z.tgz
104
+ $ cd isi-X.Y.Z
105
+ $ su
106
+ # ruby setup.rb
104
107
  </pre>
105
108
  <h3>II. RubyGems users can take an easy way</h3>
106
109
  <p>
@@ -109,7 +112,7 @@ There is an easier way, if you are a RubyGems user:
109
112
  <pre>
110
113
  $ gem install isi
111
114
  </pre>
112
- <h3>III. Another simple way; just copy isi.rb</h3>
115
+ <h3>III. Simple way; just copy isi.rb</h3>
113
116
  <p>
114
117
  Just copy isi.rb into your working directory which contains your saved
115
118
  &quot;Marked List&quot;, e.g. savedrecs.txt.
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Sat Apr 28 20:35:00 -0400 2007</td>
59
+ <td>Sat Apr 28 22:07:29 -0400 2007</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div id="description">
72
72
  <p>
73
- Time-stamp: &lt;2007-04-28 20:35:00 t-nissie&gt; Author: Takeshi Nishimatsu
73
+ Time-stamp: &lt;2007-04-28 22:07:29 t-nissie&gt; Author: Takeshi Nishimatsu
74
74
  </p>
75
75
 
76
76
  </div>
@@ -102,10 +102,10 @@ Time-stamp: &lt;2007-04-28 20:35:00 t-nissie&gt; Author: Takeshi Nishimatsu
102
102
  <tr class="top-aligned-row context-row">
103
103
  <td class="context-item-name">ISI_RB_VERSION</td>
104
104
  <td>=</td>
105
- <td class="context-item-value">&quot;1.1.1&quot;</td>
105
+ <td class="context-item-value">&quot;1.1.2&quot;</td>
106
106
  <td width="3em">&nbsp;</td>
107
107
  <td class="context-item-desc">
108
- Time-stamp: &lt;2007-04-28 20:35:00 t-nissie&gt; Author: Takeshi Nishimatsu
108
+ Time-stamp: &lt;2007-04-28 22:07:29 t-nissie&gt; Author: Takeshi Nishimatsu
109
109
 
110
110
  </td>
111
111
  </tr>
data/isi.gemspec CHANGED
@@ -1,10 +1,14 @@
1
1
  # isi.gemspec -*-ruby-*-
2
- # Time-stamp: <2007-04-28 20:48:43 t-nissie>
2
+ # Time-stamp: <2007-04-28 22:11:36 t-nissie>
3
3
  ##
4
4
  Gem::Specification.new do |s|
5
5
  s.autorequire = 'lib/isi.rb'
6
6
  s.name = 'isi'
7
+
7
8
  s.bindir = 'bin'
9
+ s.executables = ['isi2bibtex']
10
+ s.default_executable= 'isi2bibtex'
11
+
8
12
  s.summary = 'isi converts ISI Export Format to BibTeX Format. (Formerly named isi2bibtex.rb.)'
9
13
  s.files = Dir.glob("{lib,tests}/**/*.rb") + Dir.glob("{html}/**/*") <<
10
14
  'bin/isi2bibtex' << 'ChangeLog' << 'README' <<
@@ -21,7 +25,7 @@ Gem::Specification.new do |s|
21
25
  s.add_dependency('text-format', '>=1.0.0')
22
26
 
23
27
  s.description = <<-EOF
24
- isi.rb converts ISI Export Format to BibTeX Format.
28
+ isi converts ISI Export Format to BibTeX Format.
25
29
  This is a Ruby script. You can use this script as a library.
26
30
 
27
31
  You can get the tagged Marked List in Web of Science by pushing the
data/lib/isi.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
- # Time-stamp: <2007-04-28 20:35:00 t-nissie>
2
+ # Time-stamp: <2007-04-28 22:07:29 t-nissie>
3
3
  # Author: Takeshi Nishimatsu
4
4
  ##
5
- ISI_RB_VERSION = "1.1.1"
5
+ ISI_RB_VERSION = "1.1.2"
6
6
  require 'text/format'
7
7
  class ISI_record
8
8
  public
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: isi
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.1.1
6
+ version: 1.1.2
7
7
  date: 2007-04-28 00:00:00 -04:00
8
8
  summary: isi converts ISI Export Format to BibTeX Format. (Formerly named isi2bibtex.rb.)
9
9
  require_paths:
@@ -11,9 +11,9 @@ require_paths:
11
11
  email: t-nissie@imr.tohoku.ac.jp
12
12
  homepage: http://isi-rb.rubyforge.org/
13
13
  rubyforge_project: isi-rb
14
- description: isi.rb converts ISI Export Format to BibTeX Format. This is a Ruby script. You can use this script as a library. You can get the tagged Marked List in Web of Science by pushing the [SAVE TO FILE] button.
14
+ description: isi converts ISI Export Format to BibTeX Format. This is a Ruby script. You can use this script as a library. You can get the tagged Marked List in Web of Science by pushing the [SAVE TO FILE] button.
15
15
  autorequire: lib/isi.rb
16
- default_executable:
16
+ default_executable: isi2bibtex
17
17
  bindir: bin
18
18
  has_rdoc: true
19
19
  required_ruby_version: !ruby/object:Gem::Version::Requirement
@@ -66,8 +66,8 @@ rdoc_options:
66
66
  - --line-numbers
67
67
  extra_rdoc_files:
68
68
  - README
69
- executables: []
70
-
69
+ executables:
70
+ - isi2bibtex
71
71
  extensions: []
72
72
 
73
73
  requirements: []