dakrone-fastri 0.3.1 → 0.3.1.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.
Files changed (3) hide show
  1. data/README.en +2 -0
  2. data/fastri.gemspec +1 -1
  3. metadata +1 -1
data/README.en CHANGED
@@ -1,3 +1,5 @@
1
+ Note: Forked by me for Ruby 1.9.1 support.
2
+
1
3
  FastRI Copyright (C) 2006 Mauricio Fernandez <mfp@acm.org>
2
4
  Inspired by ri-emacs.rb by Kristof Bastiaensen <kristof@vleeuwen.org>
3
5
 
data/fastri.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{fastri}
5
- s.version = "0.3.1"
5
+ s.version = "0.3.1.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Mauricio Fernandez", "Lee Hinman"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dakrone-fastri
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio Fernandez