twitter_ebooks 2.0.0 → 2.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/LICENSE +22 -0
- data/Rakefile +2 -0
- data/lib/twitter_ebooks/archiver.rb +0 -4
- data/lib/twitter_ebooks/version.rb +1 -1
- data/pkg/twitter_ebooks-2.0.0.gem +0 -0
- data/skeleton/.gitignore +1 -0
- metadata +5 -1
data/LICENSE
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Copyright (c) 2013 Jaiden Mispy
|
|
2
|
+
|
|
3
|
+
MIT License
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
+
a copy of this software and associated documentation files (the
|
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
+
the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be
|
|
14
|
+
included in all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/Rakefile
ADDED
|
Binary file
|
data/skeleton/.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
corpus/*
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twitter_ebooks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -198,8 +198,10 @@ files:
|
|
|
198
198
|
- .gitignore
|
|
199
199
|
- Gemfile
|
|
200
200
|
- Gemfile.lock
|
|
201
|
+
- LICENSE
|
|
201
202
|
- NOTES.md
|
|
202
203
|
- README.md
|
|
204
|
+
- Rakefile
|
|
203
205
|
- bin/ebooks
|
|
204
206
|
- data/adjectives.txt
|
|
205
207
|
- data/nouns.txt
|
|
@@ -211,6 +213,8 @@ files:
|
|
|
211
213
|
- lib/twitter_ebooks/model.rb
|
|
212
214
|
- lib/twitter_ebooks/nlp.rb
|
|
213
215
|
- lib/twitter_ebooks/version.rb
|
|
216
|
+
- pkg/twitter_ebooks-2.0.0.gem
|
|
217
|
+
- skeleton/.gitignore
|
|
214
218
|
- skeleton/Procfile
|
|
215
219
|
- skeleton/bots.rb
|
|
216
220
|
- skeleton/corpus/README.md
|