Skip to content

Commit

Permalink
Some minor doc / lks (time to code next)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Harris committed Feb 7, 2009
1 parent 730ecea commit 1b7e68e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions LICENSE
Expand Up @@ -18,3 +18,7 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

THIS LICENSE ALSO APPLIES ONLY TO THE RUBY GEM FOR ACCESSING THE NYTIMES
ARTICLE SEARCH API AND DOES NOT SUPPLEMENT OR ABROGATE ANY TERMS OF USE
OF THE API AT THE NEW YORK TIMES.
3 changes: 2 additions & 1 deletion README
@@ -1,5 +1,6 @@
nytimes-articles================
Description goes here.

A simple GEM for interacting with the New York Times' Article Search API (http://developer.nytimes.com/docs/article_search_api)

COPYRIGHT
=========
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -7,7 +7,7 @@ begin
s.summary = %Q{A gem for accessing the NYTimes Article Search API}
s.email = "jharris@nytimes.com"
s.homepage = "http://github.com/harrisj/nytimes-articles"
s.description = "TODO"
s.description = "A gem for accessing the New York Times Article Search API"
s.authors = ["Jacob Harris"]
end
rescue LoadError
Expand Down

0 comments on commit 1b7e68e

Please sign in to comment.