adaptation 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -59,4 +59,7 @@
59
59
  - boot is (usually) done using config/boot.rb, except when forcing the
60
60
  environment
61
61
  * 0.1.8
62
- - console didn't start due to missing "require 'adaptation/vversion'"
62
+ - console didn't start due to missing "require 'adaptation/version'"
63
+ - unused breakpointer.rb still present
64
+ * 0.1.9
65
+ - bug: test environment not set properly since 0.1.7
@@ -5,5 +5,4 @@ end
5
5
  $:.unshift("#{ADAPTOR_ROOT}/app/adaptors")
6
6
 
7
7
  require 'rubygems'
8
- require 'adaptation'
9
8
  require "adaptation/test/test_help"
@@ -1,6 +1,8 @@
1
1
  #set environment
2
2
  ADAPTOR_ENV = "test"
3
3
 
4
+ require 'adaptation'
5
+
4
6
  Adaptation::Initializer.run
5
7
 
6
8
  if File.exists?("config/database.yml")
@@ -2,7 +2,7 @@ module Adaptation
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 8
5
+ TINY = 9
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adaptation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xavi Vila Morell
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-15 00:00:00 +02:00
12
+ date: 2009-04-16 00:00:00 +02:00
13
13
  default_executable: adaptation
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency