editorial_logic 1.1.2 → 1.1.3
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/views/managed_contents/show.html.erb +2 -2
- data/editorial_logic.gemspec +5 -5
- metadata +7 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.3
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
<%- if @content.has_sections? -%>
|
|
5
5
|
<%= render '/sections/contents' -%>
|
|
6
|
-
<h2><%= @content.
|
|
6
|
+
<h2><%= @content.headline -%></h2>
|
|
7
7
|
<h3><%= @section.headline -%></h3>
|
|
8
8
|
<%= @section.content.html_safe -%>
|
|
9
9
|
<%- else -%>
|
|
@@ -31,4 +31,4 @@
|
|
|
31
31
|
<%- end -%>
|
|
32
32
|
|
|
33
33
|
<%= link_to 'Download PDF', "#{@content.humanize_path.gsub(/\/$/,'.pdf')}", :class => :button if @content.publication.pdf_enabled -%>
|
|
34
|
-
<%= link_to 'Back', @content.publication.humanize_path, :class => :button -%>
|
|
34
|
+
<%= link_to 'Back', @content.publication.humanize_path, :class => :button -%>
|
data/editorial_logic.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{editorial_logic}
|
|
8
|
-
s.version = "1.1.
|
|
8
|
+
s.version = "1.1.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = [
|
|
12
|
-
s.date = %q{2011-
|
|
11
|
+
s.authors = ["Bantik"]
|
|
12
|
+
s.date = %q{2011-08-10}
|
|
13
13
|
s.description = %q{An engine for enabling managed content, including articles, blogs, FAQs and glossaries.}
|
|
14
14
|
s.email = %q{corey@seologic.com}
|
|
15
15
|
s.files = [
|
|
@@ -811,8 +811,8 @@ Gem::Specification.new do |s|
|
|
|
811
811
|
"tasks/editorial_logic.rake"
|
|
812
812
|
]
|
|
813
813
|
s.homepage = %q{http://github.com/ivanoblomov/editorial_logic}
|
|
814
|
-
s.require_paths = [
|
|
815
|
-
s.rubygems_version = %q{1.
|
|
814
|
+
s.require_paths = ["lib"]
|
|
815
|
+
s.rubygems_version = %q{1.6.2}
|
|
816
816
|
s.summary = %q{An engine for enabling managed content in a Rails app, including articles, blogs, FAQs and glossaries.}
|
|
817
817
|
|
|
818
818
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: editorial_logic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 1.1.
|
|
9
|
+
- 3
|
|
10
|
+
version: 1.1.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Bantik
|
|
@@ -15,7 +15,8 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-08-10 00:00:00 -05:00
|
|
19
|
+
default_executable:
|
|
19
20
|
dependencies:
|
|
20
21
|
- !ruby/object:Gem::Dependency
|
|
21
22
|
name: bson_ext
|
|
@@ -966,6 +967,7 @@ files:
|
|
|
966
967
|
- spec/spec_helper.rb
|
|
967
968
|
- spec/support/be_valid_asset.rb
|
|
968
969
|
- tasks/editorial_logic.rake
|
|
970
|
+
has_rdoc: true
|
|
969
971
|
homepage: http://github.com/ivanoblomov/editorial_logic
|
|
970
972
|
licenses: []
|
|
971
973
|
|
|
@@ -995,7 +997,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
995
997
|
requirements: []
|
|
996
998
|
|
|
997
999
|
rubyforge_project:
|
|
998
|
-
rubygems_version: 1.
|
|
1000
|
+
rubygems_version: 1.4.2
|
|
999
1001
|
signing_key:
|
|
1000
1002
|
specification_version: 3
|
|
1001
1003
|
summary: An engine for enabling managed content in a Rails app, including articles, blogs, FAQs and glossaries.
|