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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4dd777211abf5b54ed84af0ce2a654cca247c331
4
- data.tar.gz: 792f0c123af396b252bf650c0d48cdff14c2d3d3
3
+ metadata.gz: 6af52a2f2a6531d1c6d8dfb0e36701cb87d8a732
4
+ data.tar.gz: 4fd34b837f42136e8a2e76d7be98b9ddbf55fbc0
5
5
  SHA512:
6
- metadata.gz: 37fdea50f162020c7fff9271d8b24929c191f83fc86adb28ecfe822a30bf0cbbbcfac1bf69fbdf58ddd07c4c1ba31a505611a47c46d47aed050516b0aac5898d
7
- data.tar.gz: 1e8c4eda0a39e39199d88728f7b8e10b6cbd65588117dfc679964b841dad8ce41bc46606075b94fc326c161e5af92e669a7f02fc80dd44d77fe60463fa4b49a5
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 Content
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
 
@@ -1,3 +1,3 @@
1
1
  module Boxcab
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
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.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: 2016-12-17 00:00:00.000000000 Z
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.1
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