controller-specific-assets 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 074a3b8472ddc3ad079966f05dd383af72f60a71
4
- data.tar.gz: b30454d61228065943d18be6409d7007ce02c9f2
3
+ metadata.gz: 7773d7c66f63a5f17df1a28db98e8e1649f6b720
4
+ data.tar.gz: 3cbbd42dafda9fc0d3f51b57c88bc05de8ee97b4
5
5
  SHA512:
6
- metadata.gz: 93b42c99c99825593928eaa21f6ba8700a2b51e6915781469778ef51bebf7386a5c3f17ed4f66d84bcbb30f94003dcf419482ab833b8e9ea54b279fd36cefe9a
7
- data.tar.gz: 431c8a2c0392d2fb5238c9d84bffdec0fca4720fec14e395ade7ac8e09bfe23f8d597620ab2b804557547d1ad60448f4849f1690a58b6d9074fb68f6554c5ea9
6
+ metadata.gz: d81a0e3f7aaa0e6589295ddbc3a0186f672d4d046a30208517cd2e333b8722b48a062a58e2a3bb31eeef54c1a726da69cee595994c7b7b0db75022ac66b380de
7
+ data.tar.gz: 20c13de71e00513377643027a08256bd081559781e98477643039681728b144c82ad61fe5776ec09a03a40f6fca4e4f2393b3f462434fc438d40a92f24939673
@@ -10,7 +10,6 @@ module ControllerSpecificAssetsHelpers
10
10
 
11
11
  private
12
12
 
13
-
14
13
  def generate_asset_path(path, ext)
15
14
  pathname = Rails.application.assets.resolve("#{path}.#{ext}")
16
15
  if pathname then "#{path}.#{ext}" else "application.#{ext}" end
@@ -1,3 +1,3 @@
1
1
  module ControllerSpecificAssets
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: controller-specific-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Bilko
@@ -50,7 +50,7 @@ files:
50
50
  - MIT-LICENSE
51
51
  - README.rdoc
52
52
  - Rakefile
53
- - lib/controller_specific_assets.rb
53
+ - lib/controller-specific-assets.rb
54
54
  - lib/controller_specific_assets/helpers.rb
55
55
  - lib/controller_specific_assets/railtie.rb
56
56
  - lib/controller_specific_assets/version.rb