typekit-rails 0.0.4 → 1.0.0

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
- SHA1:
3
- metadata.gz: aedccc8dbe304c754a08a7e978977c708a8f4d65
4
- data.tar.gz: 58820bbe5d97bc7a4dabb727a93db3d8c9e0edfb
2
+ SHA256:
3
+ metadata.gz: 9ba012176a1fb89c2f43dbdb268478b46c85da06d58bd36a74dd3277c6e22bf7
4
+ data.tar.gz: 2b1386205298ecac58fec91d0b20bf473b363113105198cf26f96209a49a6cd2
5
5
  SHA512:
6
- metadata.gz: d45441be83422b5d21fb8382bfccf17fb211afef95bd7306d6b7c4cfbf0f52884e76f06346ded63242fa3651ba20192da7cbb27707753b2d75be0d890af92dab
7
- data.tar.gz: 0dd9d79297f5d03e908dd84f4f8b0db2344dc890ddbbb8b39a0b2f60c20feb277d2b2a77eac68a4faf50c652d6433fc9ee5768e3705c7bf19d01996366b0e4ee
6
+ metadata.gz: 433df258c858ce31127e3756ad2600aa66c69c78dbcfa74c6a73f67df96f90ec2a6d21a69fe9c4b5cd119ddc5676f6f3d56c35e3382bed29a50591aed6abad9e
7
+ data.tar.gz: ebb19334e2671a61e8d5dbe1a4f05c8fbe962fbbec647a74ab1dfb1f6e8b956e4defe4dd2a7330cb63d28b0dfc290f377ed1637e6bfc0b26ec67a57e4946ac8c
@@ -1,13 +1,13 @@
1
1
  module Typekit
2
2
  module Rails
3
3
  class Engine < ::Rails::Engine
4
-
5
4
  initializer 'typekit.action_controller' do |app|
6
- ActiveSupport.on_load :action_controller do
7
- helper Typekit::ViewHelper
5
+ app.config.to_prepare do
6
+ ActiveSupport.on_load :action_controller do
7
+ helper Typekit::ViewHelper
8
+ end
8
9
  end
9
10
  end
10
-
11
11
  end
12
12
  end
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module Typekit
2
- VERSION = '0.0.4'
2
+ VERSION = '1.0.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typekit-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Bielinski
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-11 00:00:00.000000000 Z
11
+ date: 2021-09-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Adobe Typekit helper for Rails.
14
14
  email:
@@ -17,7 +17,7 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - .gitignore
20
+ - ".gitignore"
21
21
  - LICENSE
22
22
  - README.md
23
23
  - app/assets/javascripts/typekit.js.coffee
@@ -33,24 +33,23 @@ homepage: https://github.com/chrisb/typekit-rails
33
33
  licenses:
34
34
  - MIT
35
35
  metadata: {}
36
- post_install_message:
36
+ post_install_message:
37
37
  rdoc_options: []
38
38
  require_paths:
39
39
  - lib
40
40
  required_ruby_version: !ruby/object:Gem::Requirement
41
41
  requirements:
42
- - - '>='
42
+ - - ">="
43
43
  - !ruby/object:Gem::Version
44
44
  version: '0'
45
45
  required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - '>='
47
+ - - ">="
48
48
  - !ruby/object:Gem::Version
49
49
  version: '0'
50
50
  requirements: []
51
- rubyforge_project:
52
- rubygems_version: 2.0.14
53
- signing_key:
51
+ rubygems_version: 3.2.15
52
+ signing_key:
54
53
  specification_version: 4
55
54
  summary: Adobe Typekit helper for Rails.
56
55
  test_files: []