fonts-rails 0.0.1 → 0.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.
@@ -2,8 +2,8 @@ module Fonts
2
2
  module Rails
3
3
  class Railtie < ::Rails::Railtie
4
4
 
5
- ActiveSupport.on_load(:action_view) do
6
- include Fonts::Rails::Helpers
5
+ initializer 'fonts.helpers' do
6
+ ActionView::Base.send :include, Fonts::Rails::Helpers
7
7
  end
8
8
 
9
9
  end
@@ -1,7 +1,7 @@
1
1
  module Fonts
2
2
  module Rails
3
3
 
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
 
6
6
  end
7
7
  end
@@ -31,3 +31,21 @@ Processing by StaticsController#home as HTML
31
31
  Rendered statics/home.html.erb within layouts/application (2.8ms)
32
32
  Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms)
33
33
   (0.1ms) rollback transaction
34
+ Connecting to database specified by database.yml
35
+  (0.2ms) begin transaction
36
+  (0.0ms) rollback transaction
37
+  (0.0ms) begin transaction
38
+ Started GET "/" for 127.0.0.1 at 2013-04-03 15:59:03 -0300
39
+ Processing by StaticsController#home as HTML
40
+ Rendered statics/home.html.erb within layouts/application (6.5ms)
41
+ Completed 200 OK in 43ms (Views: 42.0ms | ActiveRecord: 0.0ms)
42
+  (0.1ms) rollback transaction
43
+ Connecting to database specified by database.yml
44
+  (0.3ms) begin transaction
45
+  (0.1ms) rollback transaction
46
+  (0.1ms) begin transaction
47
+ Started GET "/" for 127.0.0.1 at 2013-04-03 16:23:44 -0300
48
+ Processing by StaticsController#home as HTML
49
+ Rendered statics/home.html.erb within layouts/application (3.3ms)
50
+ Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.0ms)
51
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fonts-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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-04-01 00:00:00.000000000 Z
12
+ date: 2013-04-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails