rubypan 1.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
data/README.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  = rubypan
2
2
 
3
- * http://seattlerb.rubygems.org
3
+ * http://seattlerb.rubyforge.org/rubypan
4
4
 
5
5
  == DESCRIPTION:
6
6
 
@@ -7,12 +7,12 @@ require 'rubygems/commands/query_command'
7
7
  class Gem::Commands::FerretCommand < Gem::Commands::QueryCommand
8
8
 
9
9
  def initialize
10
- super 'search!', 'Search for text in gemspec fields via rubypan.org'
10
+ super 'ferret', 'Search for text in gemspec fields via rubypan.org'
11
11
 
12
12
  remove_option '--name-matches'
13
13
  remove_option '--all'
14
- remove_option '--installed'
15
14
  remove_option '--version'
15
+ remove_option '-i'
16
16
 
17
17
  remove_option '--local'
18
18
  remove_option '--remote'
@@ -4,7 +4,7 @@
4
4
 
5
5
  class Rubypan
6
6
 
7
- VERSION = '1.0'
7
+ VERSION = '1.0.1'
8
8
 
9
9
  end
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubypan
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.0"
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Hodel
@@ -66,7 +66,7 @@ files:
66
66
  - lib/rubygems_plugin.rb
67
67
  - lib/rubypan.rb
68
68
  has_rdoc: true
69
- homepage: http://seattlerb.rubygems.org
69
+ homepage: http://seattlerb.rubyforge.org/rubypan
70
70
  licenses: []
71
71
 
72
72
  post_install_message:
metadata.gz.sig CHANGED
Binary file