railblazer 0.0.2 → 0.0.3

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/.gitignore CHANGED
@@ -1 +1,2 @@
1
- *~
1
+ *~
2
+ pkg/
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Railblazer: Quick local and CI Rails app configuration
1
+ # Railblazer: Quick Rails app configuration
2
2
 
3
3
  [![Build Status](https://secure.travis-ci.org/stackbuilders/railblazer.png)](http://travis-ci.org/stackbuilders/railblazer)
4
4
 
@@ -1,3 +1,3 @@
1
1
  module Railblazer
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/railblazer.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  Includes
11
11
  EOS
12
12
 
13
- gem.homepage = "http://github.com/stackbuilders"
13
+ gem.homepage = "http://github.com/stackbuilders/railblazer"
14
14
 
15
15
  gem.files = `git ls-files`.split($\)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-08 00:00:00.000000000 Z
12
+ date: 2012-04-09 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! " Contains tools to automate the build for the Stack Builders CI
15
15
  server.\n Includes\n"
@@ -45,7 +45,7 @@ files:
45
45
  - templates/mysql.yml.erb
46
46
  - templates/mysql2.yml.erb
47
47
  - templates/postgresql.yml.erb
48
- homepage: http://github.com/stackbuilders
48
+ homepage: http://github.com/stackbuilders/railblazer
49
49
  licenses: []
50
50
  post_install_message:
51
51
  rdoc_options: []