fastri 0.1.0.0 → 0.1.0.1
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/Rakefile +4 -4
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -27,7 +27,7 @@ task :default => :test
|
|
|
27
27
|
|
|
28
28
|
require 'fastri/version'
|
|
29
29
|
|
|
30
|
-
PKG_REVISION = ".
|
|
30
|
+
PKG_REVISION = ".1"
|
|
31
31
|
PKG_FILES = FileList[
|
|
32
32
|
"bin/fri", "bin/fastri-server", "bin/ri-emacs",
|
|
33
33
|
"lib/**/*.rb",
|
|
@@ -60,9 +60,9 @@ EOF
|
|
|
60
60
|
s.test_files = Dir["test/test_*.rb"]
|
|
61
61
|
s.post_install_message = <<EOF
|
|
62
62
|
|
|
63
|
-
A small note about
|
|
64
|
-
|
|
65
|
-
RubyGems adds a
|
|
63
|
+
A small note about RubyGems + FastRI
|
|
64
|
+
====================================
|
|
65
|
+
RubyGems adds a noticeable overhead to fri, making it run slower than if you
|
|
66
66
|
installed it directly from the tarball with setup.rb.
|
|
67
67
|
|
|
68
68
|
Compare the execution time when installed with RubyGems:
|
metadata
CHANGED
|
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: fastri
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.1.0.
|
|
6
|
+
version: 0.1.0.1
|
|
7
7
|
date: 2006-11-08 00:00:00 +01:00
|
|
8
8
|
summary: RI docs across machines, faster and smarter than ri.
|
|
9
9
|
require_paths:
|
|
@@ -27,9 +27,9 @@ signing_key:
|
|
|
27
27
|
cert_chain:
|
|
28
28
|
post_install_message: |+
|
|
29
29
|
|
|
30
|
-
A small note about
|
|
31
|
-
|
|
32
|
-
RubyGems adds a
|
|
30
|
+
A small note about RubyGems + FastRI
|
|
31
|
+
====================================
|
|
32
|
+
RubyGems adds a noticeable overhead to fri, making it run slower than if you
|
|
33
33
|
installed it directly from the tarball with setup.rb.
|
|
34
34
|
|
|
35
35
|
Compare the execution time when installed with RubyGems:
|