specjour 0.1.3 → 0.1.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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
@@ -7,7 +7,8 @@ module Specjour
7
7
  begin
8
8
  ActiveRecord::Base.connection
9
9
  rescue # assume the database doesn't exist
10
- Rake::Task['db:test:load'].invoke
10
+ Rake::Task['db:create'].invoke
11
+ Rake::Task['db:schema:load'].invoke
11
12
  else
12
13
  if pending_migrations?
13
14
  Rake::Task['db:migrate'].invoke
data/lib/specjour.rb CHANGED
@@ -18,5 +18,5 @@ module Specjour
18
18
  autoload :RsyncDaemon, 'specjour/rsync_daemon'
19
19
  autoload :Worker, 'specjour/worker'
20
20
 
21
- VERSION = "0.1.3".freeze
21
+ VERSION = "0.1.4".freeze
22
22
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sandro Turriate