zen 0.2.4 → 0.2.4.1

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.
@@ -102,7 +102,7 @@ module Settings
102
102
  def self.get_theme_values
103
103
  theme_hash = {}
104
104
 
105
- Zen::Package.themes.each do |ident, theme|
105
+ Zen::Theme.themes.each do |ident, theme|
106
106
  theme_hash[ident] = theme.name
107
107
  end
108
108
 
@@ -48,7 +48,7 @@ module Users
48
48
  # Set the page title
49
49
  if !action.method.nil?
50
50
  method = action.method.to_sym
51
- @page_title = lang('access_rules.titles.#{method}') rescue nil
51
+ @page_title = lang("access_rules.titles.#{method}") rescue nil
52
52
  end
53
53
 
54
54
  require_js 'users/access_rules'
@@ -8,5 +8,5 @@ module Zen
8
8
  # @author Yorick Peterse
9
9
  # @since 0.1
10
10
  #
11
- Version = '0.2.4'
11
+ Version = '0.2.4.1'
12
12
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: zen
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.4
5
+ version: 0.2.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Yorick Peterse