rapid-app 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/doc/todo.txt ADDED
@@ -0,0 +1,5 @@
1
+ deploy/*.rb
2
+ - dynamic stages
3
+
4
+ deploy.rb
5
+ - settings for default_stage
@@ -1,5 +1,5 @@
1
1
  module Rapid
2
2
  module App
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
@@ -37,10 +37,10 @@ RSpec.configure do |config|
37
37
  end
38
38
 
39
39
  config.before(:each) do
40
- DatabaseCleaner.clean
40
+ DatabaseCleaner.start
41
41
  end
42
42
 
43
- config.after(:all) do
43
+ config.after(:each) do
44
44
  DatabaseCleaner.clean
45
45
  end
46
46
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rapid-app
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dan Cunning
@@ -132,6 +132,7 @@ files:
132
132
  - .rspec
133
133
  - Gemfile
134
134
  - Rakefile
135
+ - doc/todo.txt
135
136
  - lib/rapid-app.rb
136
137
  - lib/rapid/app.rb
137
138
  - lib/rapid/app/settings.rb