lazygem 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +3 -4
  2. data/bin/lazygem +1 -1
  3. metadata +2 -2
@@ -1,8 +1,7 @@
1
1
  LazyGem
2
2
 
3
- LazyGem looks at your ATOM feed in your gemcutter profile and auto installs any gems that you are currently subscribed too.
4
- Very useful if you move to a new station. Lazygem requires that you have your credentials file setup according to your http://gemcutter.org/profile page.
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
- - Working on gem detection for ver 0.0.4 release
21
+
23
22
 
24
23
  LICENSE
25
24
 
@@ -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
- gemArray.push(link.href) if link.href.match(subscriptions_re)
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
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brian Scott