squawk 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -2
- data/Rakefile +1 -1
- data/lib/squawk.rb +2 -0
- metadata +2 -2
data/README.md
CHANGED
@@ -13,9 +13,9 @@ Installation
|
|
13
13
|
============
|
14
14
|
Because Squawk talks to Twitter, it has to run in the background. At least for now, Squawk assumes that you're using delayed_job.
|
15
15
|
|
16
|
-
|
16
|
+
Add Squawk to your Gemfile:
|
17
17
|
|
18
|
-
|
18
|
+
gem 'squawk'
|
19
19
|
|
20
20
|
Then create your the initializer config/initializers/squawk.rb:
|
21
21
|
|
data/Rakefile
CHANGED
data/lib/squawk.rb
CHANGED