schema_plus 0.1.0.pre4 → 0.1.0

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.pre4"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -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/ronen/schema_plus"
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: true
4
+ prerelease: false
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
8
  - 0
9
- - pre4
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-25 00:00:00 +02:00
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/ronen/schema_plus
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
- - 1
227
- - 3
228
- - 1
229
- version: 1.3.1
225
+ - 0
226
+ version: "0"
230
227
  requirements: []
231
228
 
232
229
  rubyforge_project: schema_plus