public
Description: The official Ruby Library for interacting with the Lighthouse API
Homepage: http://lighthouseapp.com/api
Clone URL: git://github.com/Caged/lighthouse-api.git
Search Repo:
Format README for GitHub and update docs
Caged (author)
Wed Apr 30 11:20:35 -0700 2008
commit  3c9c34bc6592a3c66a794b2e532919c793dbb196
tree    d5b518bb52d3749ea5ccb47f699593febb6774d4
parent  ebe514b95d0ae1a21172016a69b8d14abafd9507
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-Copyright (c) 2007 Active Reload, LLC
0
+Copyright (c) 2008 Active Reload, LLC
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining
0
 a copy of this software and associated documentation files (the
0
...
1
2
3
4
5
6
7
8
...
 
 
 
 
 
 
 
 
0
@@ -1,8 +0,0 @@
0
-Check out lib/lighthouse.rb, there are some docs to help you get started.
0
-
0
-This requires ActiveResource. Since it's not officially released in gem form yet,
0
-you'll have to download them manually.
0
-
0
-cd vendor
0
-svn co http://svn.rubyonrails.org/rails/activesupport
0
-svn co http://svn.rubyonrails.org/rails/activeresource
...
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
9
10
0
@@ -0,0 +1,10 @@
0
+Lighthouse API
0
+--------------
0
+The official Ruby library for interacting with the [Lighthouse REST API](http://lighthouseapp.com/api).
0
+
0
+### Documentation & Requirements
0
+* ActiveResource
0
+* ActiveSupport
0
+
0
+Check out lib/lighthouse.rb for examples and documentation.
0
+

Comments

    No one has commented yet.