Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Added Gemfile & Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Scott committed Jan 13, 2012
1 parent 318e77e commit 97c6586
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
gem "nokogiri"
gem "mechanize"
19 changes: 19 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
GEM
specs:
mechanize (2.0.1)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (~> 1.8)
nokogiri (~> 1.4)
webrobots (~> 0.0, >= 0.0.9)
net-http-digest_auth (1.1.1)
net-http-persistent (1.9)
nokogiri (1.5.0)
webrobots (0.0.12)
nokogiri (>= 1.4.4)

PLATFORMS
ruby

DEPENDENCIES
mechanize
nokogiri
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RubyGems (Developed on 1.3.5)

TODO:

1) Check to see if a gem from the subscribed feed is already installed.
1) Add RVM support - Install to a gemset
2) Need to add tests.

Currently Working on:
Expand Down

0 comments on commit 97c6586

Please sign in to comment.