rapt 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/commands/plugin/commands.rb +1 -1
- metadata +4 -3
data/Rakefile
CHANGED
@@ -551,7 +551,7 @@ module Commands
|
|
551
551
|
|
552
552
|
def initialize(base_command)
|
553
553
|
@base_command = base_command
|
554
|
-
@directory = "http://
|
554
|
+
@directory = "http://agilewebdevelopment.com/plugins/search?search=%s"
|
555
555
|
end
|
556
556
|
|
557
557
|
def options
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.
|
2
|
+
rubygems_version: 0.9.2
|
3
3
|
specification_version: 1
|
4
4
|
name: rapt
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.2.
|
7
|
-
date:
|
6
|
+
version: 0.2.2
|
7
|
+
date: 2007-03-15 00:00:00 -07:00
|
8
8
|
summary: Rails Plugin Tool.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -25,6 +25,7 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
|
|
25
25
|
platform: ruby
|
26
26
|
signing_key:
|
27
27
|
cert_chain:
|
28
|
+
post_install_message:
|
28
29
|
authors:
|
29
30
|
- Ryan Tomayko
|
30
31
|
- Geoffrey Grosenbach
|