kickstart 0.2.2 → 0.2.2.1

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/bin/kickstart CHANGED
@@ -12,6 +12,7 @@ include Kickstart::Plugins
12
12
  include Kickstart::Scripting
13
13
 
14
14
  @help_docs = <<-EOF
15
+
15
16
  kickstart is the super awesome ruby package that gets you railsing in a jiffy.
16
17
  since using a subversion repository is Best Practice(TM), this package generally
17
18
  prefers that you have one set up before creating your project. kickstart will
data/lib/kickstart.rb CHANGED
@@ -11,5 +11,5 @@ require 'filebase'
11
11
  require 'cli_tools'
12
12
 
13
13
  module Kickstart
14
- VERSION = '0.2.2'
14
+ VERSION = '0.2.2.1'
15
15
  end
data/lib/scripting.rb CHANGED
@@ -27,7 +27,6 @@ def repo_bank; {} end
27
27
  repo_location = arg.sub(/^repo:/, '').sub(/^\/\//, '').sub(/\/#{repo_name}/, '') if arg=~ /^repo:/
28
28
 
29
29
  @repo_address = arg=~/^repo:/ ? "#{repo_bank[repo_location.to_sym]}/#{repo_name}" : arg
30
- puts repo_bank[:newq]+' '+repo_name
31
30
 
32
31
  @project_name ||= repo_name
33
32
  @kickstarter = "#{@project_name}.rails"
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: kickstart
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.2
7
- date: 2007-04-15 00:00:00 -04:00
6
+ version: 0.2.2.1
7
+ date: 2007-04-16 00:00:00 -04:00
8
8
  summary: this project is intended to give the initial steps of the rails process a nice kick in the pants, allowing you to define the initial parameters of a project in a unified way.
9
9
  require_paths:
10
10
  - lib