mongify 0.0.4 → 0.0.5

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.
@@ -1,3 +1,5 @@
1
+ == 0.0.5 / 15 Jan 2011
2
+ * Improved description for mongify.
1
3
  == 0.0.4 / 15 Jan 2011
2
4
  * Switched the way connection files are written out.
3
5
  * Fixed issue with Configuration File reader
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mongify (0.0.4)
4
+ mongify (0.0.5)
5
5
  activerecord (>= 2.3.10)
6
6
  activesupport (>= 2.3.10)
7
7
  bson_ext (>= 1.1.5)
@@ -2,6 +2,9 @@
2
2
 
3
3
  A data translator from sql database to mongoDB.
4
4
 
5
+ Supports MySQL, PostgreSQL, SQLite, Oracle, SQLServer, and DB2 (Basically anything ActiveRecord has built-in)
6
+ Supports any version of MongoDB
7
+
5
8
  Learn more about mongoDB at: http://www.mongodb.org
6
9
 
7
10
  == Install
@@ -12,7 +15,7 @@ Learn more about mongoDB at: http://www.mongodb.org
12
15
 
13
16
  == Usage
14
17
 
15
- === WARNING: Mongify is still a work in progress, so much so, that the code below will currently _NOT_ work and is likely to significantly change!
18
+ === WARNING: Mongify is still a work in progress.
16
19
 
17
20
  Build a config file such as:
18
21
 
@@ -42,7 +45,11 @@ Save the file as <tt>"my_database_translation.rb"</tt> and run the command:
42
45
  mongify check -c datbase.config
43
46
  mongify process database_translation.rb -c database.config
44
47
 
45
- **this is subject to change at any time**
48
+ **this is subject to change during the alpha (0.0.x release)**
49
+
50
+ == Notes
51
+ I have currently only tested this in Ruby 1.8.7
52
+ More testing will be done once the basic functionality is done
46
53
 
47
54
  == Development
48
55
  === Requirements
@@ -1,3 +1,3 @@
1
1
  module Mongify
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.email = ["andrew.kalek@anlek.com"]
10
10
  s.homepage = "http://github.com/anlek/mongify"
11
11
  s.summary = %q{Translate your SQL data to MongoDB}
12
- s.description = %q{Mongify allows you to map your data from a sql database and into a mongodb document database.}
12
+ s.description = %q{Mongify allows you to map your sql data into a mongodb document database.}
13
13
 
14
14
  s.default_executable = "mongify"
15
15
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongify
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Kalek
@@ -221,7 +221,7 @@ dependencies:
221
221
  version: 2.8.1
222
222
  type: :development
223
223
  version_requirements: *id013
224
- description: Mongify allows you to map your data from a sql database and into a mongodb document database.
224
+ description: Mongify allows you to map your sql data into a mongodb document database.
225
225
  email:
226
226
  - andrew.kalek@anlek.com
227
227
  executables: