site_logic 1.9.10 → 1.9.11
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.
- data/VERSION +1 -1
- data/app/models/page.rb +0 -1
- data/site_logic.gemspec +3 -3
- metadata +5 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.9.
|
|
1
|
+
1.9.11
|
data/app/models/page.rb
CHANGED
data/site_logic.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "site_logic"
|
|
8
|
-
s.version = "1.9.
|
|
8
|
+
s.version = "1.9.11"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Bantik"]
|
|
12
|
-
s.date = "2012-02-
|
|
12
|
+
s.date = "2012-02-18"
|
|
13
13
|
s.description = "An engine for search-engine-optimized content management."
|
|
14
14
|
s.email = "corey@seologic.com"
|
|
15
15
|
s.files = [
|
|
@@ -157,7 +157,7 @@ Gem::Specification.new do |s|
|
|
|
157
157
|
]
|
|
158
158
|
s.homepage = "http://github.com/ivanoblomov/site_logic"
|
|
159
159
|
s.require_paths = ["lib"]
|
|
160
|
-
s.rubygems_version = "1.8.
|
|
160
|
+
s.rubygems_version = "1.8.11"
|
|
161
161
|
s.summary = "An engine for search-engine-optimized content management."
|
|
162
162
|
|
|
163
163
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: site_logic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 37
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 1.9.
|
|
9
|
+
- 11
|
|
10
|
+
version: 1.9.11
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Bantik
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-02-
|
|
18
|
+
date: 2012-02-18 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: bson_ext
|
|
@@ -342,7 +342,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
342
342
|
requirements: []
|
|
343
343
|
|
|
344
344
|
rubyforge_project:
|
|
345
|
-
rubygems_version: 1.8.
|
|
345
|
+
rubygems_version: 1.8.11
|
|
346
346
|
signing_key:
|
|
347
347
|
specification_version: 3
|
|
348
348
|
summary: An engine for search-engine-optimized content management.
|