Skip to content

Commit bf360e3

Browse files
committed
cleaned up readme formatting so it's sort of minimal rdoc safe
1 parent 970d007 commit bf360e3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Diff for: README.rdoc

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
= RAILS-TWITTER-OAUTH-SAMPLE
22

3-
Prepared by: paul gallagher - http://tardate.com
4-
Repository: http://github.com/tardate/rails-twitter-oauth-sample/tree/master
5-
Demonstration site: http://rails-twitter-oauth-sample.heroku.com
6-
Related blog post: http://tardate.blogspot.com/2009/06/using-twitter-oauth-with-rails-sample.html
3+
* Prepared by: paul gallagher - http://tardate.com
4+
* Repository: http://github.com/tardate/rails-twitter-oauth-sample/tree/master
5+
* Demonstration site: http://rails-twitter-oauth-sample.heroku.com
6+
* Related blog post: http://tardate.blogspot.com/2009/06/using-twitter-oauth-with-rails-sample.html
77

88
== Purpose
99

@@ -12,9 +12,9 @@ Uses the oauth ruby gem.
1212

1313
== Version and change log
1414

15-
1.0.2 - updated to fix oauth 0.4.0 compatibility issue
16-
1.0.1 - update to new pagination mechanism for social graph methods
17-
1.0 - initial release
15+
* 1.0.2 - updated to fix oauth 0.4.0 compatibility issue
16+
* 1.0.1 - update to new pagination mechanism for social graph methods
17+
* 1.0 - initial release
1818

1919
== Other References
2020

@@ -27,8 +27,8 @@ Uses the oauth ruby gem.
2727

2828
These need to be installed in addition to all standard gems required by rails:
2929

30-
json (1.1.6 at time of writing)
31-
oauth (0.4.0, 0.3.6, or 0.3.5 at time of writing)
30+
* json (1.1.6 at time of writing)
31+
* oauth (0.4.0, 0.3.6, or 0.3.5 at time of writing)
3232

3333
NB: for heroku deployment, these are specified in the .gems file in the root of the project
3434

@@ -55,9 +55,9 @@ or
5555

5656
Member model updated to use screen_name as the key:
5757

58-
def to_param
59-
screen_name
60-
end
58+
def to_param
59+
screen_name
60+
end
6161

6262
== 4. Prepare the database
6363

0 commit comments

Comments
 (0)