ruby_ngrams 0.0.0 → 0.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.
Files changed (2) hide show
  1. data/README.rdoc +18 -0
  2. metadata +4 -3
data/README.rdoc ADDED
@@ -0,0 +1,18 @@
1
+ = ruby_ngrams
2
+
3
+ == License
4
+
5
+ Copyright 2011 Martin Velez
6
+
7
+ == Features
8
+
9
+ * parses a string into a set of n-grams
10
+
11
+ == Installation
12
+
13
+ * gem install ruby_ngrams
14
+
15
+ == Usage
16
+
17
+ usage goes here
18
+
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_ngrams
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 0
10
- version: 0.0.0
9
+ - 1
10
+ version: 0.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Martin Velez
@@ -30,6 +30,7 @@ extra_rdoc_files: []
30
30
  files:
31
31
  - lib/ruby_ngrams.rb
32
32
  - bin/ruby_ngrams
33
+ - README.rdoc
33
34
  has_rdoc: true
34
35
  homepage: http://github.com/martinvelez/ruby_ngrams
35
36
  licenses: []