railblazer 0.0.3 → 0.0.4
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/lib/railblazer/version.rb +1 -1
- data/railblazer.gemspec +2 -5
- metadata +4 -4
data/lib/railblazer/version.rb
CHANGED
data/railblazer.gemspec
CHANGED
|
@@ -4,11 +4,8 @@ require File.expand_path('../lib/railblazer/version', __FILE__)
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.authors = ["Justin S. Leitgeb"]
|
|
6
6
|
gem.email = ["justin@stackbuilders.com"]
|
|
7
|
-
gem.summary = %q{
|
|
8
|
-
gem.description =
|
|
9
|
-
Contains tools to automate the build for the Stack Builders CI server.
|
|
10
|
-
Includes
|
|
11
|
-
EOS
|
|
7
|
+
gem.summary = %q{Quick Rails app configuration}
|
|
8
|
+
gem.description = %q{Automatically configures Rails database connection for development and CI server}
|
|
12
9
|
|
|
13
10
|
gem.homepage = "http://github.com/stackbuilders/railblazer"
|
|
14
11
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: railblazer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,8 +11,8 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2012-04-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description:
|
|
15
|
-
server
|
|
14
|
+
description: Automatically configures Rails database connection for development and
|
|
15
|
+
CI server
|
|
16
16
|
email:
|
|
17
17
|
- justin@stackbuilders.com
|
|
18
18
|
executables:
|
|
@@ -68,7 +68,7 @@ rubyforge_project:
|
|
|
68
68
|
rubygems_version: 1.8.21
|
|
69
69
|
signing_key:
|
|
70
70
|
specification_version: 3
|
|
71
|
-
summary:
|
|
71
|
+
summary: Quick Rails app configuration
|
|
72
72
|
test_files:
|
|
73
73
|
- spec/railblazer/adapter_detection_spec.rb
|
|
74
74
|
- spec/railblazer/config_generator_spec.rb
|