jasny_bundle 1.3.1 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e570dad105d7e0a84e7684fc4117a7181aab4712
4
- data.tar.gz: 1f16912ac1abb400cc9fcad8ca496202d7ae8a86
3
+ metadata.gz: a1850688125a0bfcca16609d5f5ac712b3407710
4
+ data.tar.gz: a6b3baf9f1d2598ae726e029e905a61849c0718f
5
5
  SHA512:
6
- metadata.gz: 121f938a5a870921d2811ec119f74e6e8193ecd38e44e18dcd39c19007ad737a21a71e57fbd1da3aa33eedc23aec262b644abee8fe40d754940e6c7ede7cb70c
7
- data.tar.gz: a92b0dba5139dce8f5fc423c7741599603bd1730b358579ee6fc77f23d8c31abced13461c5affee945a6718d5986475378112807dc205465dc6b5e97488e3b92
6
+ metadata.gz: 46fc9d45ca980e3180b97c6ef4abde1565f1ca95300d29f8c8df587614600d48efb4bbeb43d5d9629a7fcffa1223e43e772e19e03fa75a19afb13c3ceb5ad02f
7
+ data.tar.gz: 5356cb1d4192d1a8eca6c0d0af92174f57a0c329ca8282821865ea5b9abb93a879fbc279aa892b100bbc43c70e195006ad8668773c06f8ecec9a3071ea50956e
@@ -1,5 +1,5 @@
1
1
  require 'rack'
2
- require 'jasny-bundle/mime_types'
2
+ require 'jasny_bundle/mime_types'
3
3
 
4
4
  module JasnyBundle
5
5
  class Middleware
@@ -1,10 +1,10 @@
1
- require 'font_assets/middleware'
1
+ require 'jasny_bundle/middleware'
2
2
 
3
3
  module FontAssets
4
4
  class Railtie < Rails::Railtie
5
5
  config.font_assets = ActiveSupport::OrderedOptions.new
6
6
 
7
- initializer "font_assets.configure_rails_initialization" do |app|
7
+ initializer "jasny_bundle.configure_rails_initialization" do |app|
8
8
  config.font_assets.origin ||= "*"
9
9
  config.font_assets.options ||= { allow_ssl: true }
10
10
 
@@ -14,7 +14,7 @@ module FontAssets
14
14
  'Rack::Runtime'
15
15
  end
16
16
 
17
- app.middleware.insert_before insert_target, FontAssets::Middleware, config.font_assets.origin, config.font_assets.options
17
+ app.middleware.insert_before insert_target, JasnyBundle::Middleware, config.font_assets.origin, config.font_assets.options
18
18
  end
19
19
  end
20
20
  end
@@ -1,3 +1,3 @@
1
1
  module JasnyBundle
2
- VERSION = "1.3.1"
2
+ VERSION = "1.4.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jasny_bundle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Scott