bard 0.7.6 → 0.7.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bard.gemspec +2 -2
  3. data/lib/bard/rake.rb +2 -2
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.6
1
+ 0.7.7
data/bard.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bard}
8
- s.version = "0.7.6"
8
+ s.version = "0.7.7"
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"]
12
- s.date = %q{2010-02-13}
12
+ s.date = %q{2010-02-20}
13
13
  s.default_executable = %q{bard}
14
14
  s.description = %q{This immaculate work of engineering genius allows mere mortals to collaborate with beings of transcendent intelligence like Micah, Michael, and Nick.}
15
15
  s.email = %q{info@botandrose.com}
data/lib/bard/rake.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  task :bootstrap do
2
2
  `git submodule update --init` if `git submodule` =~ /^[^ ]/
3
3
  `cp config/database.sample.yml config/database.yml` unless File.exist?('config/database.yml')
4
- `rake gems:install db:create RAILS_ENV=test`
5
- `rake gems:install db:create RAILS_ENV=cucumber`
4
+ `rake gems:install db:create db:schema:load RAILS_ENV=test`
5
+ `rake gems:install RAILS_ENV=cucumber`
6
6
  end
7
7
 
8
8
  Rake::Task[:default].clear
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.7.6
4
+ version: 0.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-02-13 00:00:00 -08:00
13
+ date: 2010-02-20 00:00:00 -08:00
14
14
  default_executable: bard
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency