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.
@@ -1,3 +1,3 @@
1
1
  module SchemaPlus
2
- VERSION = "0.1.0.pre1"
2
+ VERSION = "0.1.0.pre2"
3
3
  end
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/lomba/schema_plus"
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/lomba/schema_plus"
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/lomba/schema_plus"
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.pre1
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/lomba/schema_plus
215
+ homepage: https://github.com/ronen/schema_plus
216
216
  licenses: []
217
217
 
218
218
  post_install_message: