activerecord-sqlanywhere-adapter 0.1.0 → 0.1.1

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 (3) hide show
  1. data/CHANGELOG +6 -0
  2. data/README +1 -1
  3. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,5 +1,11 @@
1
1
  =CHANGE LOG
2
2
 
3
+ =====0.1.1 -- 2008/11/06
4
+ - Changed file permissions on archives
5
+ - Changed archives to be specific to platform (.zip on windows, .tar.gz
6
+ otherwise)
7
+ - Removed the default rake task
8
+
3
9
  =====0.1.0 -- 2008/10/15
4
10
  - Initial Release
5
11
 
data/README CHANGED
@@ -46,7 +46,7 @@ The following code is a sample database configuration object.
46
46
 
47
47
  require_dependency 'fixtures/course'
48
48
 
49
- 4. Create the two test datbases. These can be created in any directory.
49
+ 4. Create the two test databases. These can be created in any directory.
50
50
 
51
51
  dbinit arunit
52
52
  dbinit arunit2
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: activerecord-sqlanywhere-adapter
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
7
- date: 2008-11-03 00:00:00 -05:00
6
+ version: 0.1.1
7
+ date: 2008-11-07 00:00:00 -05:00
8
8
  summary: ActiveRecord driver for SQL Anywhere
9
9
  require_paths:
10
10
  - lib