amistad 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/spec/spec_helper.rb +2 -2
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.3.0
data/spec/spec_helper.rb CHANGED
@@ -6,7 +6,7 @@ require File.join(File.dirname(__FILE__), '../lib/amistad')
6
6
 
7
7
  ActiveRecord::Base.establish_connection(
8
8
  :adapter => "sqlite3",
9
- :database => "tmp/amistad.sqlite3.db"
9
+ :database => "spec/db/amistad.sqlite3.db"
10
10
  )
11
11
 
12
12
  ActiveRecord::Migration.verbose = false
@@ -23,7 +23,7 @@ ActiveRecord::Schema.define do
23
23
  end
24
24
  end
25
25
 
26
- ActiveRecord::Base.logger = Logger.new(File.open('tmp/database.log', 'a'))
26
+ ActiveRecord::Base.logger = Logger.new(File.open('spec/db/database.log', 'a'))
27
27
 
28
28
  class User < ActiveRecord::Base
29
29
  acts_as_friend
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 2
7
+ - 3
8
8
  - 0
9
- version: 0.2.0
9
+ version: 0.3.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Rawane ZOSSOU