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 CHANGED
@@ -10,7 +10,7 @@ $:.unshift(File.dirname(__FILE__) + "/lib/commands")
10
10
  require 'plugin'
11
11
 
12
12
  PKG_NAME = 'rapt'
13
- PKG_VERSION = '0.2.1'
13
+ PKG_VERSION = '0.2.2'
14
14
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
15
15
 
16
16
  RELEASE_NAME = "REL #{PKG_VERSION}"
@@ -551,7 +551,7 @@ module Commands
551
551
 
552
552
  def initialize(base_command)
553
553
  @base_command = base_command
554
- @directory = "http://www.agilewebdevelopment.com/plugins/search?search=%s"
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.8.11
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.1
7
- date: 2006-10-27 00:00:00 -07:00
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