caboose-cms 0.8.7 → 0.8.8

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: c76d29359edc3b7c15eaef50ec8dac3800943a16
4
- data.tar.gz: a7e47962d43aa2fbbb4ca72bff30facbbd2868a5
3
+ metadata.gz: 6852076238e8424ef56def872219eb15fb1f889a
4
+ data.tar.gz: 71a34edc4ce2e85f6eb6511c0cb1fe574e5f7e82
5
5
  SHA512:
6
- metadata.gz: e3d5f4c34ea71e9a576ac86f3e8bcb4833d0b9a05cb31c252a986850a21a0228e5797639e6f816d70c8fdcb7c1a70222b232a71b27bc200f7fb8719e260bd910
7
- data.tar.gz: 1142c9d9a45c0d1cf3ccc182bc0927351d3ed7eaef0de16fb1e442559cd094ed1f84af129992d0f6d4cc218e6f43f04a3a60a434d694c67447c3f3f14a1d5d2d
6
+ metadata.gz: 63e29cac0c1bd3a3672909254abeb743f643fc6126f8bccfa8d8721a18909f57fb556decaa80459cb91c57cefcd5bfec094cb04d1f2641548c1546a492fa75d7
7
+ data.tar.gz: 18413b27fe4d5f457fada8fe61cb0350a0ddf3ba14be9d48ae91af9c3c6022c078e1e1a7ab9524a18bd57faf9eee46bc1a8dddddbe0351dfd06907ae7685b367
@@ -1,7 +1,7 @@
1
1
  module Caboose
2
2
  class PostCustomFieldValuesController < ApplicationController
3
3
 
4
- # PUT /admin/post-custom-field-values/:id
4
+ # @route PUT /admin/post-custom-field-values/:id
5
5
  def admin_update
6
6
  return if !user_is_allowed('postcustomfieldvalues', 'edit')
7
7
 
@@ -200,7 +200,7 @@ module Caboose
200
200
  render :json => resp
201
201
  end
202
202
 
203
- # @route PUT /admin/posts/:id/add-to-category
203
+ # @route GET /admin/posts/:id/add-to-category
204
204
  def admin_add_to_category
205
205
  return if !user_is_allowed('posts', 'edit')
206
206
 
@@ -214,7 +214,7 @@ module Caboose
214
214
  render :json => true
215
215
  end
216
216
 
217
- # @route PUT /admin/posts/:id/remove-from-category
217
+ # @route GET /admin/posts/:id/remove-from-category
218
218
  def admin_remove_from_category
219
219
  return if !user_is_allowed('posts', 'edit')
220
220
 
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.8.7'
2
+ VERSION = '0.8.8'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.7
4
+ version: 0.8.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-18 00:00:00.000000000 Z
11
+ date: 2016-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg