patternmatching 0.1.3 → 0.1.4

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/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.1.4 2007-06-05
2
+
3
+ * 1 minor enhancement:
4
+ * Add API doc link in documents
5
+
1
6
  == 0.1.3 2007-06-05
2
7
 
3
8
  * 1 minor enhancement:
data/README.txt CHANGED
@@ -162,13 +162,15 @@ This code is free to use under the terms of the MIT license.
162
162
 
163
163
  * Web Site: http://patternmatching.rubyforge.org/
164
164
  * Project Page: http://rubyforge.org/projects/patternmatching/
165
+ * API Doc: http://patternmatching.rubyforge.org/rdoc/
165
166
 
166
167
  == Contact
167
168
 
168
169
  Comments are welcome. Send a message to the forum.
169
- {My blog}[http://d.hatena.ne.jp/bellbind/] (written in Japanese)
170
- could be help you.
171
170
 
172
171
  == Authors
173
172
 
174
173
  * ICHIYAMA Ryoichi: bellbind at gmail dot com
174
+
175
+ {My blog}[http://d.hatena.ne.jp/bellbind/] (written in Japanese)
176
+ could be help you.
@@ -2,7 +2,7 @@ module PatternMatching #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 3
5
+ TINY = 4
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -3,7 +3,7 @@
3
3
  base_dir = File.join(File.dirname(__FILE__), "..")
4
4
  glob_pattern = File.join("**", "*")
5
5
  exclude_patterns = [
6
- /^pkg/,
6
+ /^pkg/,/^doc/,
7
7
  ]
8
8
 
9
9
  Dir.chdir(base_dir)
data/website/index.html CHANGED
@@ -33,7 +33,7 @@
33
33
  <h1>PatternMatching module</h1>
34
34
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/patternmatching"; return false'>
35
35
  Get Version
36
- <a href="http://rubyforge.org/projects/patternmatching" class="numbers">0.1.3</a>
36
+ <a href="http://rubyforge.org/projects/patternmatching" class="numbers">0.1.4</a>
37
37
  </div>
38
38
  <h1>&#x2192; &#8216;patternmatching&#8217;</h1>
39
39
 
@@ -226,6 +226,7 @@ end # =&gt; "He is Jiro"
226
226
  <ul>
227
227
  <li><a href="http://patternmatching.rubyforge.org/">Web Site</a></li>
228
228
  <li><a href="http://rubyforge.org/projects/patternmatching/">Project Page</a></li>
229
+ <li><a href="http://patternmatching.rubyforge.org/rdoc/"><span class="caps">API</span> Doc</a></li>
229
230
  </ul>
230
231
 
231
232
 
@@ -243,7 +244,7 @@ end # =&gt; "He is Jiro"
243
244
  </ul>
244
245
 
245
246
 
246
- <p><a href="http://d.hatena.ne.jp/bellbind">My blog</a> (written in Japanese)
247
+ <p><a href="http://d.hatena.ne.jp/bellbind/">My blog</a> (written in Japanese)
247
248
  could be help you.</p>
248
249
  <p class="coda">
249
250
  <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 5th June 2007<br>
data/website/index.txt CHANGED
@@ -167,6 +167,7 @@ h2. Link
167
167
 
168
168
  * "Web Site":http://patternmatching.rubyforge.org/
169
169
  * "Project Page":http://rubyforge.org/projects/patternmatching/
170
+ * "API Doc":http://patternmatching.rubyforge.org/rdoc/
170
171
 
171
172
  h2. Contact
172
173
 
@@ -176,5 +177,5 @@ h2. Authors
176
177
 
177
178
  * ICHIYAMA Ryoichi: bellbind at gmail dot com
178
179
 
179
- "My blog":http://d.hatena.ne.jp/bellbind (written in Japanese)
180
+ "My blog":http://d.hatena.ne.jp/bellbind/ (written in Japanese)
180
181
  could be help you.
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: patternmatching
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.3
6
+ version: 0.1.4
7
7
  date: 2007-06-05 00:00:00 +09:00
8
8
  summary: Provide a pure ruby module that can build structured objects easily, can enable pattern match of objects, and can define method as a partial function style.
9
9
  require_paths: