refinerycms-base 0.9.9.1 → 0.9.9.2
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.
@@ -9,7 +9,7 @@ class CreateRefinerycmsCoreSchema < ActiveRecord::Migration
|
|
9
9
|
t.datetime "created_at"
|
10
10
|
end
|
11
11
|
|
12
|
-
add_index ::Slug.table_name, ["name", "sluggable_type", "scope", "sequence"], :name => "index_#{::Slug.table_name}
|
12
|
+
add_index ::Slug.table_name, ["name", "sluggable_type", "scope", "sequence"], :name => "index_#{::Slug.table_name}_on_n_s_s_and_s", :unique => true
|
13
13
|
add_index ::Slug.table_name, ["sluggable_id"], :name => "index_#{::Slug.table_name}_on_sluggable_id"
|
14
14
|
end
|
15
15
|
|
data/lib/refinery/version.rb
CHANGED
data/refinerycms-base.gemspec
CHANGED
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{refinerycms-base}
|
5
|
-
s.version = %q{0.9.9.
|
5
|
+
s.version = %q{0.9.9.2}
|
6
6
|
s.summary = %q{Base engine for Refinery CMS}
|
7
7
|
s.description = %q{The basic base for Refinery CMS Refinery CMS}
|
8
|
-
s.date = %q{2011-02-
|
8
|
+
s.date = %q{2011-02-17}
|
9
9
|
s.email = %q{info@refinerycms.com}
|
10
10
|
s.homepage = %q{http://refinerycms.com}
|
11
11
|
s.rubyforge_project = %q{refinerycms}
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: refinerycms-base
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.9.9.
|
5
|
+
version: 0.9.9.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Resolve Digital
|
@@ -13,7 +13,7 @@ autorequire:
|
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
15
|
|
16
|
-
date: 2011-02-
|
16
|
+
date: 2011-02-17 00:00:00 +13:00
|
17
17
|
default_executable:
|
18
18
|
dependencies: []
|
19
19
|
|