adaptation 0.1.8 → 0.1.9
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/CHANGELOG +4 -1
- data/helpers/test_helper.rb +0 -1
- data/lib/adaptation/test/test_help.rb +2 -0
- data/lib/adaptation/version.rb +1 -1
- metadata +2 -2
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/
|
|
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
|
data/helpers/test_helper.rb
CHANGED
data/lib/adaptation/version.rb
CHANGED
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.
|
|
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-
|
|
12
|
+
date: 2009-04-16 00:00:00 +02:00
|
|
13
13
|
default_executable: adaptation
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|