schema_plus 0.1.0.pre1 → 0.1.0.pre2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/schema_plus/version.rb +1 -1
- data/schema_plus.gemspec +1 -1
- data/schema_plus.gemspec.rails3.0 +1 -1
- data/schema_plus.gemspec.rails3.1 +1 -1
- metadata +2 -2
data/lib/schema_plus/version.rb
CHANGED
data/schema_plus.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Ronen Barzel", "Michał Łomnicki"]
|
10
10
|
s.email = ["ronen@barzel.org", "michal.lomnicki@gmail.com"]
|
11
|
-
s.homepage = "https://github.com/
|
11
|
+
s.homepage = "https://github.com/ronen/schema_plus"
|
12
12
|
s.summary = "Enhances ActiveRecord schema mechanism, including more DRY index creation and support for foreign key constraints and views."
|
13
13
|
s.description = "SchemaPlus is an ActiveRecord extension that provides enhanced capabilities for schema definition and querying, including: enhanced and more DRY index capabilities, support and automation for foreign key constraints, and support for views."
|
14
14
|
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Ronen Barzel", "Michał Łomnicki"]
|
10
10
|
s.email = ["ronen@barzel.org", "michal.lomnicki@gmail.com"]
|
11
|
-
s.homepage = "https://github.com/
|
11
|
+
s.homepage = "https://github.com/ronen/schema_plus"
|
12
12
|
s.summary = "Provides ActiveRecord support for foreign keys, database defined validations and associations."
|
13
13
|
s.description = "SchemaPlus is an ActiveRecord extension that provides support for defining foreign keys and indexes in database migrations and schemas, as well as for defining model validations and associations based on the database."
|
14
14
|
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Ronen Barzel", "Michał Łomnicki"]
|
10
10
|
s.email = ["ronen@barzel.org", "michal.lomnicki@gmail.com"]
|
11
|
-
s.homepage = "https://github.com/
|
11
|
+
s.homepage = "https://github.com/ronen/schema_plus"
|
12
12
|
s.summary = "Provides ActiveRecord support for foreign keys, database defined validations and associations."
|
13
13
|
s.description = "SchemaPlus is an ActiveRecord extension that provides support for defining foreign keys and indexes in database migrations and schemas, as well as for defining model validations and associations based on the database."
|
14
14
|
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: schema_plus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: 6
|
5
|
-
version: 0.1.0.
|
5
|
+
version: 0.1.0.pre2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Ronen Barzel
|
@@ -212,7 +212,7 @@ files:
|
|
212
212
|
- spec/validations_spec.rb
|
213
213
|
- spec/views_spec.rb
|
214
214
|
has_rdoc: true
|
215
|
-
homepage: https://github.com/
|
215
|
+
homepage: https://github.com/ronen/schema_plus
|
216
216
|
licenses: []
|
217
217
|
|
218
218
|
post_install_message:
|