adaptation 0.0.5 → 0.0.6

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.
Files changed (2) hide show
  1. data/CHANGELOG +2 -0
  2. metadata +3 -3
data/CHANGELOG CHANGED
@@ -4,3 +4,5 @@
4
4
  - added console and debugger
5
5
  * 0.0.5
6
6
  - migrated to ActiveRrecord validations
7
+ * 0.0.6
8
+ - forced to use ROXML version 1.2
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: adaptation
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.5
6
+ version: 0.0.6
7
7
  date: 2008-07-24 00:00:00 +02:00
8
8
  summary: Framework to facilitate web-application interaction.
9
9
  require_paths:
@@ -140,9 +140,9 @@ dependencies:
140
140
  version_requirement:
141
141
  version_requirements: !ruby/object:Gem::Version::Requirement
142
142
  requirements:
143
- - - ">="
143
+ - - "="
144
144
  - !ruby/object:Gem::Version
145
- version: "1.1"
145
+ version: "1.2"
146
146
  version:
147
147
  - !ruby/object:Gem::Dependency
148
148
  name: activerecord