bard 0.8.23 → 0.8.24

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.23
1
+ 0.8.24
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bard}
8
- s.version = "0.8.23"
8
+ s.version = "0.8.24"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Micah Geisel", "Nick Hogle"]
@@ -20,7 +20,7 @@ gem "compass", :version => "0.8.17"
20
20
  rake "gems:install"
21
21
 
22
22
  # Set up databases
23
- file "config/database.yml", <<-END
23
+ file "config/database.sample.yml", <<-END
24
24
  login: &login
25
25
  adapter: mysql
26
26
  database: #{project_name}
@@ -41,6 +41,7 @@ staging:
41
41
  production:
42
42
  <<: *login
43
43
  END
44
+ run "cp config/database.sample.yml config/database.yml"
44
45
 
45
46
  rake "db:create"
46
47
  rake "db:migrate"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.23
4
+ version: 0.8.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel