tweetomator 1.1.9 → 1.2.0
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.
- checksums.yaml +4 -4
- data/README.md +2 -7
- data/lib/composers/markov_composer.rb +1 -1
- data/lib/tweetomator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 114f6bd19b94db489aaa612d8ec3cdc1da4e353b
|
4
|
+
data.tar.gz: 8bd67db55debc3e28a560bf7941dfdb9469784ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f9caaaf2d9ba4efa52413a44b0008d0edc7b4a489c26322bcededb7e53806442ede364194b04ab28fb52c00ab229b23f12f84cd9a631f3ebb7c59f77a37412b
|
7
|
+
data.tar.gz: 1d951d3b7f1d5e8a4a4b57087ff66f7cad6f4340046fa0342d20fddea147300873fcbb3ab83431c714d977f52711eeea9ed4748e223230b9e403c46d85e6bf12
|
data/README.md
CHANGED
@@ -1,7 +1,3 @@
|
|
1
|
-
# Tweetomator
|
2
|
-
|
3
|
-
Investigating the principal curvatures of the twittersphere.
|
4
|
-
|
5
1
|
## Installation
|
6
2
|
|
7
3
|
Add this line to your application's Gemfile:
|
@@ -26,8 +22,6 @@ Or install it yourself as:
|
|
26
22
|
|
27
23
|
Create a new instance of each config class in config/config.rb
|
28
24
|
|
29
|
-
(name/type)
|
30
|
-
|
31
25
|
**TwitterConfig**
|
32
26
|
|
33
27
|
- consumer_key / String
|
@@ -50,7 +44,8 @@ Create a new instance of each config class in config/config.rb
|
|
50
44
|
- blacklist / Array<String>
|
51
45
|
- stop_words / Array<String>
|
52
46
|
- delay_in_seconds / int
|
53
|
-
|
47
|
+
- composer_type / String (Class name of a lib/composers/Composer derivative e.g. 'MarkovComposer')
|
48
|
+
- input_text_file / String (location of the markov chain's input text)
|
54
49
|
|
55
50
|
Create a new Tweetomator
|
56
51
|
|
data/lib/tweetomator/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tweetomator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nat Young
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-06-
|
11
|
+
date: 2015-06-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|