schema_plus 0.1.0.pre4 → 0.1.0
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.
- data/lib/schema_plus/version.rb +1 -1
- data/schema_plus.gemspec +1 -1
- metadata +7 -10
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/lomba/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
|
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: schema_plus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
4
|
+
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 0.1.0.pre4
|
|
9
|
+
version: 0.1.0
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Ronen Barzel
|
|
@@ -16,7 +15,7 @@ autorequire:
|
|
|
16
15
|
bindir: bin
|
|
17
16
|
cert_chain: []
|
|
18
17
|
|
|
19
|
-
date: 2011-07-
|
|
18
|
+
date: 2011-07-26 00:00:00 +02:00
|
|
20
19
|
default_executable:
|
|
21
20
|
dependencies:
|
|
22
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -203,7 +202,7 @@ files:
|
|
|
203
202
|
- spec/support/reference.rb
|
|
204
203
|
- spec/views_spec.rb
|
|
205
204
|
has_rdoc: true
|
|
206
|
-
homepage: https://github.com/
|
|
205
|
+
homepage: https://github.com/lomba/schema_plus
|
|
207
206
|
licenses: []
|
|
208
207
|
|
|
209
208
|
post_install_message:
|
|
@@ -220,13 +219,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
220
219
|
version: "0"
|
|
221
220
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
222
221
|
requirements:
|
|
223
|
-
- - "
|
|
222
|
+
- - ">="
|
|
224
223
|
- !ruby/object:Gem::Version
|
|
225
224
|
segments:
|
|
226
|
-
-
|
|
227
|
-
|
|
228
|
-
- 1
|
|
229
|
-
version: 1.3.1
|
|
225
|
+
- 0
|
|
226
|
+
version: "0"
|
|
230
227
|
requirements: []
|
|
231
228
|
|
|
232
229
|
rubyforge_project: schema_plus
|