spud_permalinks 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,6 @@ class CreateSpudPermalinks < ActiveRecord::Migration
6
6
  t.integer :attachment_id
7
7
  t.timestamps
8
8
  end
9
- add_index :spud_permalinks,[:attachment_type,:attachment_id]
9
+ add_index :spud_permalinks,[:attachment_type,:attachment_id],:name => "idx_permalink_attachment"
10
10
  end
11
11
  end
@@ -1,6 +1,6 @@
1
1
  class AddSiteIdToSpudPermalinks < ActiveRecord::Migration
2
2
  def change
3
3
  add_column :spud_permalinks, :site_id, :integer
4
- add_index :spud_permalinks,:site_id
4
+ add_index :spud_permalinks,:site_id, :name => "idx_permalinks_site_id"
5
5
  end
6
6
  end
@@ -1,5 +1,5 @@
1
1
  module Spud
2
2
  module Permalinks
3
- VERSION = "0.9.0"
3
+ VERSION = "0.9.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spud_permalinks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-12 00:00:00.000000000 Z
12
+ date: 2012-12-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -187,7 +187,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
187
187
  version: '0'
188
188
  segments:
189
189
  - 0
190
- hash: -3690971042289357734
190
+ hash: -2927089009739716077
191
191
  required_rubygems_version: !ruby/object:Gem::Requirement
192
192
  none: false
193
193
  requirements:
@@ -196,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
196
  version: '0'
197
197
  segments:
198
198
  - 0
199
- hash: -3690971042289357734
199
+ hash: -2927089009739716077
200
200
  requirements: []
201
201
  rubyforge_project:
202
202
  rubygems_version: 1.8.24