squawk 1.0.0 → 1.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/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