tolaria 1.0.1 → 1.0.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: c447de7756733e7206984d95df7b1cc2745b65a8
4
- data.tar.gz: 9cafe04bae67cf2248f4a90c5c19e0f684739095
3
+ metadata.gz: a996431001ce37bf060537c471f8bf1f2c0f458d
4
+ data.tar.gz: f6a7d061f34e5ec17f8208ef7aeb18d40459d75d
5
5
  SHA512:
6
- metadata.gz: 7cfa153900abd851aea97fc0d79dfb012a35218f448c690a098d495bdf5bdbc4fe26499e16bd27b9a7578e75e07f3a1613ac0ba71447bbcfe2b8ef77f04e877d
7
- data.tar.gz: 8c6ca85bfd80d7544dfb3b5d3623147c6a29c0e161963823f2392c42f7f82060ee62a76bca94f214d84f86ba591095e2d9815a532b8e5ed9b53d134a384e87f6
6
+ metadata.gz: 7dab63d32a4e18bdbcb6ca062c4b4bcdebccf10b41e67c6682d96d92a1d6d445f9f02522b5f6062758468a768a5d5a9bdc957ae6800c774d44756c61e88f9bc1
7
+ data.tar.gz: ccbbd5526545118d5213d0a8449fb4b1acfd9cd0e9ac6b5d324232872519dc4a9fe3489393f1d6e8e20e0f961650c73fa383aad2ad5c33ab7b693d0ba33a1715
@@ -36,7 +36,7 @@ module Tolaria
36
36
 
37
37
  # A factory method that registers a new model in Tolaria and configures
38
38
  # its menu and param settings. Developers should use `ActiveRecord::Base.manage_with_tolaria`
39
- def self.create(klass, icon:"file-o", permit_params:[], priority:10, category:"Settings", default_order:"id DESC", paginated:true, allowed_actions:%i[index show new create edit update destroy])
39
+ def self.create(klass, icon:"file-o", permit_params:[], priority:10, category:"Settings", default_order:"id DESC", paginated:true, allowed_actions:[:index, :show, :new, :create, :edit, :update, :destroy])
40
40
 
41
41
  managed_class = self.new
42
42
  managed_class.klass = klass
@@ -2,7 +2,7 @@ module Tolaria
2
2
 
3
3
  # Returns Tolaria’s version number
4
4
  def self.version
5
- Gem::Version.new("1.0.1")
5
+ Gem::Version.new("1.0.2")
6
6
  end
7
7
 
8
8
  module VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tolaria
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Corey Csuhta
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-24 00:00:00.000000000 Z
12
+ date: 2015-12-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bcrypt
@@ -427,7 +427,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
427
427
  version: '0'
428
428
  requirements: []
429
429
  rubyforge_project:
430
- rubygems_version: 2.4.8
430
+ rubygems_version: 2.5.1
431
431
  signing_key:
432
432
  specification_version: 4
433
433
  summary: A Rails CMS framework for making people happy.