aslon_settings 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module AslonSettings
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/lib/engine.rb CHANGED
@@ -5,7 +5,7 @@ require 'application_helper'
5
5
 
6
6
  module AslonSettings
7
7
  class Engine < Rails::Engine
8
-
8
+ #raise
9
9
  # Config defaults
10
10
  config.widget_factory_name = "default factory name"
11
11
  config.mount_at = '/'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aslon_settings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-12 00:00:00.000000000 Z
12
+ date: 2013-02-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -100,7 +100,6 @@ extra_rdoc_files: []
100
100
  files:
101
101
  - app/controllers/admin/item_params_controller.rb
102
102
  - app/controllers/admin/params_controller.rb
103
- - app/helpers/application_helper.rb
104
103
  - app/helpers/cheese/widgets_helper.rb
105
104
  - app/models/admin/item_param.rb
106
105
  - app/models/admin/param.rb
@@ -1,6 +0,0 @@
1
- ## Look in lib/application_helper.rb
2
- ## I can't figure out how to get it included unless I put it that directory
3
-
4
- def is_mobihhle_request?
5
- true
6
- end