boxcab-rails 0.1.1 → 0.1.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 +4 -4
- data/lib/boxcab/action_controller/controller.rb +2 -2
- data/lib/boxcab/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6af52a2f2a6531d1c6d8dfb0e36701cb87d8a732
|
|
4
|
+
data.tar.gz: 4fd34b837f42136e8a2e76d7be98b9ddbf55fbc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9db176e9f480b5b5af68471a424549486c4b2252d9a25dc96b910f18bfcf0e3c2e5ffc91209efb4b407b6f25b9f6600f79d2b0c4e037cc111372c0bf7db9aa2
|
|
7
|
+
data.tar.gz: a796800025f14a163175e2572d6b70337dde65c2d882ccc732ac085891e80cf19ae817c67b004bc263c9d872673472a814ae59fa69f1f89698e6c8b77c1879aa
|
|
@@ -26,13 +26,13 @@ module Boxcab
|
|
|
26
26
|
module ClassMethods
|
|
27
27
|
|
|
28
28
|
def boxcab_pages_here(only: nil)
|
|
29
|
-
include
|
|
29
|
+
include BoxcabContent
|
|
30
30
|
around_action :wrap_boxcab_page, only: only
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
module Content
|
|
35
|
+
module BoxcabContent # Avoid potential name clashing (Content being too generic)
|
|
36
36
|
|
|
37
37
|
extend ActiveSupport::Concern
|
|
38
38
|
|
data/lib/boxcab/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: boxcab-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- did
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|
|
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
133
133
|
version: '0'
|
|
134
134
|
requirements: []
|
|
135
135
|
rubyforge_project:
|
|
136
|
-
rubygems_version: 2.5.
|
|
136
|
+
rubygems_version: 2.5.2
|
|
137
137
|
signing_key:
|
|
138
138
|
specification_version: 4
|
|
139
139
|
summary: Boxcab is an easy to use CMS for applications hosted on Heroku
|