diesel 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/diesel/testing/database.yml +6 -0
  2. metadata +4 -3
@@ -0,0 +1,6 @@
1
+ test: &test
2
+ adapter: sqlite3
3
+ database: tmp/test.sqlite3
4
+ pool: 5
5
+ timeout: 5000
6
+
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: diesel
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - thoughtbot, inc.
@@ -52,6 +52,7 @@ files:
52
52
  - lib/diesel/generators/install_base.rb
53
53
  - lib/diesel/generators/views_base.rb
54
54
  - lib/diesel/testing/application.rb
55
+ - lib/diesel/testing/database.yml
55
56
  - lib/diesel/testing/integration.rb
56
57
  - lib/diesel/testing.rb
57
58
  - features/cucumber_testing.feature