lazygem 0.0.5 → 0.0.6
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.rdoc +3 -4
- data/bin/lazygem +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
LazyGem
|
|
2
2
|
|
|
3
|
-
LazyGem
|
|
4
|
-
|
|
5
|
-
This file is used to pull your api_key to retrieve your ATOM feed.
|
|
3
|
+
LazyGem asks for your RubyGems login and will install gems that are listed in your subscribed list on the Dashboard view
|
|
4
|
+
on your RubyGems.org account.
|
|
6
5
|
|
|
7
6
|
INSTALL:
|
|
8
7
|
|
|
@@ -19,7 +18,7 @@ TODO:
|
|
|
19
18
|
2) Need to add tests.
|
|
20
19
|
|
|
21
20
|
Currently Working on:
|
|
22
|
-
|
|
21
|
+
|
|
23
22
|
|
|
24
23
|
LICENSE
|
|
25
24
|
|
data/bin/lazygem
CHANGED
|
@@ -54,7 +54,7 @@ form['session[password]'] = password
|
|
|
54
54
|
form.submit
|
|
55
55
|
agent.page.link_with(:text => "dashboard").click
|
|
56
56
|
agent.page.links.each do |link|
|
|
57
|
-
|
|
57
|
+
gemarray.push(link.href) if link.href.match(subscriptions_re)
|
|
58
58
|
end
|
|
59
59
|
|
|
60
60
|
# Cleaning up gem list that was pulled from rubygems.org
|