similar_text 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/similar_text/version.rb +1 -1
- data/similar_text.gemspec +1 -0
- metadata +7 -3
data/lib/similar_text/version.rb
CHANGED
data/similar_text.gemspec
CHANGED
@@ -14,6 +14,7 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.rubyforge_project = "similar_text"
|
15
15
|
|
16
16
|
s.extra_rdoc_files = ['README.markdown', 'CHANGELOG.rdoc']
|
17
|
+
s.rdoc_options = ['-m', 'README.markdown', '-x', 'lib/similar_text/version.rb']
|
17
18
|
|
18
19
|
s.files = `git ls-files`.split("\n")
|
19
20
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: similar_text
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-09-
|
12
|
+
date: 2011-09-24 00:00:00.000000000Z
|
13
13
|
dependencies: []
|
14
14
|
description: Port of PHP function similar_text to Ruby as a native extension. Adds
|
15
15
|
methods similar and similar_chars to core String class.
|
@@ -37,7 +37,11 @@ files:
|
|
37
37
|
homepage: http://github.com/valcker/similar_text-ruby
|
38
38
|
licenses: []
|
39
39
|
post_install_message:
|
40
|
-
rdoc_options:
|
40
|
+
rdoc_options:
|
41
|
+
- -m
|
42
|
+
- README.markdown
|
43
|
+
- -x
|
44
|
+
- lib/similar_text/version.rb
|
41
45
|
require_paths:
|
42
46
|
- lib
|
43
47
|
- lib
|