mschuerig-index_lifter 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/index_lifter.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ $hoe = Hoe.new('index_lifter', IndexLifter::VERSION) do |p|
7
7
  p.developer('Michael Schuerig', 'michael@schuerig.de')
8
8
  p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
9
9
  p.extra_deps = [
10
- ['activesupport','>= 2.0.2'],
10
+ ['activerecord','>= 2.0.2'],
11
11
  ]
12
12
  p.extra_dev_deps = [
13
13
  ['newgem', ">= #{::Newgem::VERSION}"]
@@ -1,6 +1,6 @@
1
1
 
2
2
  class IndexLifter
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  SYSTEM_TABLES = ['schema_migrations'].freeze
5
5
  attr_reader :tables, :indexes
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mschuerig-index_lifter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Schuerig
@@ -13,7 +13,7 @@ date: 2009-04-02 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: activesupport
16
+ name: activerecord
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
@@ -61,7 +61,7 @@ files:
61
61
  - lib/index_lifter.rb
62
62
  - test/test_helper.rb
63
63
  - test/test_index_lifter.rb
64
- has_rdoc: true
64
+ has_rdoc: false
65
65
  homepage: http://github.com/mschuerig/index_lifter
66
66
  post_install_message:
67
67
  rdoc_options: