lardawge-rfm 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +5 -1
- metadata +3 -3
data/README.rdoc
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
= Rfm
|
2
2
|
|
3
|
+
This version of rfm is a significant upgrade to rfm in a few ways. First and most important (to me anyway) is it allows for the use of secure connections and certificate files.
|
4
|
+
Rfm 1.0.0 is broken in that way and does not allow for this. Second it has a few bug fixes that were never pushed to rfm 1.0.0. Last but not least is that the xml parser is
|
5
|
+
switched to nokogiri which is a huge speed improvement over REXML (used in rfm 1.0.0) on large datasets.
|
6
|
+
|
3
7
|
Rfm was primarily designed by Six Fried Rice co-founder Geoff Coffey.
|
4
8
|
|
5
9
|
Other lead contributors:
|
@@ -15,7 +19,7 @@ Rdoc location: http://rdoc.info/projects/lardawge/rfm
|
|
15
19
|
|
16
20
|
Run the following if you haven't already:
|
17
21
|
|
18
|
-
gem sources -a http://
|
22
|
+
gem sources -a http://gemcutter.org
|
19
23
|
|
20
24
|
Followed by:
|
21
25
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lardawge-rfm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geoff Coffey
|
@@ -12,7 +12,7 @@ autorequire:
|
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
14
|
|
15
|
-
date: 2009-
|
15
|
+
date: 2009-11-04 00:00:00 -05:00
|
16
16
|
default_executable:
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version_requirement:
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - "="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 1.3.3
|
27
27
|
version:
|