suggest-db-indices 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Suggest-Db-Indices
2
2
 
3
- A gem for your rails project that suggests indices for you to add in your database. Currently it suggests adding indexes to unindexed foreign keys.
3
+ A gem for your rails project that suggests indices for you to add in your database. Currently it suggests adding indices to unindexed foreign keys.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,3 +1,3 @@
1
1
  module SuggestDbIndices
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -4,7 +4,7 @@ require File.join File.dirname(__FILE__), 'lib/suggest_db_indices/version'
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Isak Sky"]
6
6
  gem.email = ["isak.sky@gmail.com"]
7
- gem.description = %q{A gem for your rails project that suggests indices for you to add in your database. Currently it suggests adding indexes to unindexed foreign keys.}
7
+ gem.description = %q{A gem for your rails project that suggests indices for you to add in your database. Currently it suggests adding indices to unindexed foreign key columns.}
8
8
  gem.summary = %q{A gem for your rails project that suggests indices for you to add in your database.}
9
9
  gem.homepage = "https://github.com/isaksky/suggest-db-indices"
10
10
  gem.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: suggest-db-indices
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-06-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &2156238200 !ruby/object:Gem::Requirement
16
+ requirement: &2152362540 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,9 +21,9 @@ dependencies:
21
21
  version: 3.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2156238200
24
+ version_requirements: *2152362540
25
25
  description: A gem for your rails project that suggests indices for you to add in
26
- your database. Currently it suggests adding indexes to unindexed foreign keys.
26
+ your database. Currently it suggests adding indices to unindexed foreign key columns.
27
27
  email:
28
28
  - isak.sky@gmail.com
29
29
  executables: []