galakei 0.15.0 → 0.15.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,6 @@
1
1
  module Galakei
2
2
  module ClassMethods
3
3
  def supports_galakei
4
- include Galakei::HelperMethods
5
4
  after_filter Galakei::Filter::ContentType, :if => lambda {|c| Galakei::Filter::ContentType.condition?(c) }
6
5
  before_filter Galakei::Filter::Recode::Params, :if => lambda {|c| Galakei::Filter::Recode.condition?(c) }
7
6
  after_filter Galakei::Filter::Recode::Response, :if => lambda {|c| Galakei::Filter::Recode.condition?(c) }
@@ -9,7 +8,6 @@ module Galakei
9
8
  after_filter Galakei::Filter::Hankaku, :if => lambda {|c| Galakei::Filter::Hankaku.condition?(c) }
10
9
  around_filter Galakei::Filter::Haml, :if => :galakei? if defined?(Haml)
11
10
  after_filter Galakei::DocomoCss::InlineStylesheet
12
- helper Galakei::InputMode
13
11
  end
14
12
  end
15
13
 
@@ -17,6 +15,8 @@ module Galakei
17
15
  config.galakei = ActiveSupport::OrderedOptions.new
18
16
  initializer "galakei.extend.action_controller" do |app|
19
17
  ActiveSupport.on_load :action_controller do
18
+ include Galakei::HelperMethods
19
+ helper Galakei::InputMode
20
20
  self.class.send :include, Galakei::ClassMethods
21
21
  end
22
22
  end
@@ -1,4 +1,4 @@
1
1
  module Galakei
2
2
  # The version of Galakei you are using
3
- VERSION = "0.15.0"
3
+ VERSION = "0.15.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: galakei
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -174,7 +174,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
174
174
  version: '0'
175
175
  segments:
176
176
  - 0
177
- hash: 3620872008365816983
177
+ hash: 2410560636642683119
178
178
  required_rubygems_version: !ruby/object:Gem::Requirement
179
179
  none: false
180
180
  requirements:
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  version: '0'
184
184
  segments:
185
185
  - 0
186
- hash: 3620872008365816983
186
+ hash: 2410560636642683119
187
187
  requirements: []
188
188
  rubyforge_project: galakei
189
189
  rubygems_version: 1.8.24