specjour 0.1.16 → 0.1.17

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.16
1
+ 0.1.17
@@ -6,8 +6,8 @@ module Specjour
6
6
  def scrub
7
7
  connect_to_database
8
8
  if pending_migrations?
9
- Rake::Task['db:test:purge'].invoke
10
- Rake::Task['db:schema:load'].invoke
9
+ puts "Migrating schema for database #{ENV['TEST_ENV_NUMBER'] || 1}..."
10
+ Rake::Task['db:test:load'].invoke
11
11
  else
12
12
  purge_tables
13
13
  end
data/lib/specjour.rb CHANGED
@@ -24,7 +24,7 @@ module Specjour
24
24
  autoload :SocketHelpers, 'specjour/socket_helpers'
25
25
  autoload :Worker, 'specjour/worker'
26
26
 
27
- VERSION = "0.1.16".freeze
27
+ VERSION = "0.1.17".freeze
28
28
 
29
29
  class Error < StandardError; end
30
30
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 16
9
- version: 0.1.16
8
+ - 17
9
+ version: 0.1.17
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sandro Turriate
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-15 00:00:00 -04:00
17
+ date: 2010-04-16 00:00:00 -04:00
18
18
  default_executable: specjour
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency