bcms_blog 1.3.1 → 1.3.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.
- checksums.yaml +15 -0
- data/app/helpers/bcms_blog/blog_helper.rb +1 -6
- data/lib/bcms_blog/version.rb +1 -1
- metadata +5 -15
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
YjBjMjE2MzhjNDAzYWU3OGY5ZTU1YTUzNzg1ZTY0NjZmZDJiOWZhMg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
NDJkODVhMDQwMTI5OGJkNjAyNjNhODMzYTQ1N2M1YjYyMzYxMjRjYg==
|
|
7
|
+
SHA512:
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MWY3NDFlYjI2ZjQxNTA1NGI0YmE4YjM2NzQwNGEyNDE5NDk3MGEzNTMwYTE4
|
|
10
|
+
MGRjMjQ2YTFjNTc1NDgyNDJjNDkwYWJiZDE2YTE4YzBkN2MxNmZhZDg3NjZk
|
|
11
|
+
NzBkMDBjYWM0ZjFmNWJjNDFjMzMyOWVhMzJkNWY2NTQ3NzM5MjA=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
YzUzMzA4ZjQwZDQ2NWEyNGI3ZmEzMmRmYjJhNjYyMTllMDg1NGNhZDgzMDZj
|
|
14
|
+
OTEyM2Y0MTkyYmM5YTQzOTI2YWFlNGRhN2Q2YmVlMzRmODZhNGE4ZWE0YmIy
|
|
15
|
+
OTEzZWJjZWZmMWJmZDA3ZjI3NGM3YjFhMmNmMzRmNWY0YTc2YmU=
|
|
@@ -6,7 +6,7 @@ module BcmsBlog
|
|
|
6
6
|
end
|
|
7
7
|
|
|
8
8
|
def _blog_post_path(blog_post)
|
|
9
|
-
|
|
9
|
+
send("#{blog_post.route_name}_path", blog_post.route_params)
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
def feeds_link_tag_for(name)
|
|
@@ -18,10 +18,5 @@ module BcmsBlog
|
|
|
18
18
|
{:url=> Cms::Engine.routes.url_helpers.portlet_handler_path(:id=>portlet.id, :handler=>'create_comment'),
|
|
19
19
|
:method=>'post'}
|
|
20
20
|
end
|
|
21
|
-
|
|
22
|
-
# Cms::ViewContext doesn't expose this method correctly, so duplicating it here.
|
|
23
|
-
def main_app
|
|
24
|
-
Rails.application.routes.url_helpers
|
|
25
|
-
end
|
|
26
21
|
end
|
|
27
22
|
end
|
data/lib/bcms_blog/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bcms_blog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 1.3.2
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- BrowserMedia
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2013-11-22 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: browsercms
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
17
|
- - <
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
@@ -25,7 +23,6 @@ dependencies:
|
|
|
25
23
|
type: :runtime
|
|
26
24
|
prerelease: false
|
|
27
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
28
|
-
none: false
|
|
29
26
|
requirements:
|
|
30
27
|
- - <
|
|
31
28
|
- !ruby/object:Gem::Version
|
|
@@ -105,33 +102,26 @@ files:
|
|
|
105
102
|
- test/unit/helpers/feeds_helper_test.rb
|
|
106
103
|
homepage: http://www.github.com/browsermedia/bcms_blog
|
|
107
104
|
licenses: []
|
|
105
|
+
metadata: {}
|
|
108
106
|
post_install_message:
|
|
109
107
|
rdoc_options: []
|
|
110
108
|
require_paths:
|
|
111
109
|
- lib
|
|
112
110
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
113
|
-
none: false
|
|
114
111
|
requirements:
|
|
115
112
|
- - ! '>='
|
|
116
113
|
- !ruby/object:Gem::Version
|
|
117
114
|
version: '0'
|
|
118
|
-
segments:
|
|
119
|
-
- 0
|
|
120
|
-
hash: 1305204441381041538
|
|
121
115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
122
|
-
none: false
|
|
123
116
|
requirements:
|
|
124
117
|
- - ! '>='
|
|
125
118
|
- !ruby/object:Gem::Version
|
|
126
119
|
version: '0'
|
|
127
|
-
segments:
|
|
128
|
-
- 0
|
|
129
|
-
hash: 1305204441381041538
|
|
130
120
|
requirements: []
|
|
131
121
|
rubyforge_project: bcms_blog
|
|
132
|
-
rubygems_version: 1.
|
|
122
|
+
rubygems_version: 2.1.10
|
|
133
123
|
signing_key:
|
|
134
|
-
specification_version:
|
|
124
|
+
specification_version: 4
|
|
135
125
|
summary: The Blog Module for BrowserCMS
|
|
136
126
|
test_files:
|
|
137
127
|
- test/bcms_blog_test.rb
|