ez_model 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/ez_model.gemspec CHANGED
@@ -11,8 +11,8 @@ Gem::Specification.new do |s|
11
11
  s.version = ::EZModel::VERSION
12
12
  s.platform = Gem::Platform::RUBY
13
13
  s.date = "2012-04-10"
14
- s.summary = "Make it easier to generate easier"
15
- s.description = "Generate model files automatically when you have database schema created."
14
+ s.summary = "Generate model files just in one command line"
15
+ s.description = "Generate models and schema.rb from existing database just in one command line. If you prefer design ER diagram and export scripts to generate database schema, or if you have to work with a legacy database, this can save you insame amount of time. All you need to do is to have a database.yml configuraiton file in ~/config/. Besides creating all models it sets proper table name and primary key if tables and columns naming doesn’t follow Rails convention. It also tries to read all foreign keys data from a database."
16
16
  s.authors = ["Tianyu Huang"]
17
17
  s.email = ["tianhsky@yahoo.com"]
18
18
  s.homepage = "http://rubygems.org/gems/ez_model"
@@ -1,3 +1,3 @@
1
1
  module EZModel
2
- VERSION = "1.0.0" unless defined?(::EZModel::VERSION)
2
+ VERSION = "1.0.1" unless defined?(::EZModel::VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ez_model
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,13 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-04-10 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Generate model files automatically when you have database schema created.
14
+ description: Generate models and schema.rb from existing database just in one command
15
+ line. If you prefer design ER diagram and export scripts to generate database schema,
16
+ or if you have to work with a legacy database, this can save you insame amount of
17
+ time. All you need to do is to have a database.yml configuraiton file in ~/config/.
18
+ Besides creating all models it sets proper table name and primary key if tables
19
+ and columns naming doesn’t follow Rails convention. It also tries to read all foreign
20
+ keys data from a database.
15
21
  email:
16
22
  - tianhsky@yahoo.com
17
23
  executables:
@@ -59,6 +65,6 @@ rubyforge_project:
59
65
  rubygems_version: 1.8.17
60
66
  signing_key:
61
67
  specification_version: 3
62
- summary: Make it easier to generate easier
68
+ summary: Generate model files just in one command line
63
69
  test_files: []
64
70
  has_rdoc: