material_icons-rails 1.0.2 → 1.0.3

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: bf68d38b035d0353869069fdf6bc615db522d83f
4
- data.tar.gz: 4f20fc8c4b2bec6471bbe16580b682edc5abb48b
3
+ metadata.gz: 5ea2907573ef85e91711be94ca2bee5bc5b853a9
4
+ data.tar.gz: dbe354c13dd110864416ba45c8227cacb1d27684
5
5
  SHA512:
6
- metadata.gz: ae573fef9bb2c5e9a703089b08f67b9d4588f811b2efe235f73e493e4c5a37d5b11d9e67133e68173043a92c1436dc2ce76cbbc9bd0c0776cab273448c83adce
7
- data.tar.gz: 296b836bc6f5f5d0b36127859b3e26007a80252639f31e484339dc4c7becf0f65199414c6245bb56a730e19b0cd5f077a83c7093b76574b326921840fb113abd
6
+ metadata.gz: f0ed682878168816e5521af04e0a8e44138a9e5b76df306aca5cce1a2b09bae8895b3fff59d172737e47bbab7aa8ef160c1243c262d12626b13c9cf2bbd94a28
7
+ data.tar.gz: d1e5a7d069f6477dead6fad37f9ad4f84ce0156ecc8d7a26b15e574c84b260db5e279a7b9b4e03b03c5f34da36b08aab1d6eaef9b8bd0872a755fcae131cb08b
data/lib/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module MaterialIcons
2
2
  module Rails
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  FONT_VERSION = '2.2.0'
5
5
  end
6
6
  end
@@ -1,15 +1,13 @@
1
- initializer "material_icons-rails.assets.precompile" do |app|
2
- # Be sure to restart your server when you modify this file.
1
+ # Be sure to restart your server when you modify this file.
3
2
 
4
- # Version of your assets, change this if you want to expire all your assets.
5
- Rails.application.config.assets.version = MaterialIcons::Rails::VERSION
3
+ # Version of your assets, change this if you want to expire all your assets.
4
+ Rails.application.config.assets.version = MaterialIcons::Rails::VERSION
6
5
 
7
- # Add additional assets to the asset load path
8
- # Rails.application.config.assets.paths << Emoji.images_path
6
+ # Add additional assets to the asset load path
7
+ # Rails.application.config.assets.paths << Emoji.images_path
9
8
 
10
- # Precompile additional assets.
11
- # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
12
- # Rails.application.config.assets.precompile += %w( search.js )
13
- Rails.application.config.assets.precompile += [/material-icons.css/]
14
- Rails.application.config.assets.precompile += [/.*MaterialIcons-Regular/]
15
- end
9
+ # Precompile additional assets.
10
+ # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
11
+ # Rails.application.config.assets.precompile += %w( search.js )
12
+ Rails.application.config.assets.precompile += [/material-icons.css/]
13
+ Rails.application.config.assets.precompile += [/.*MaterialIcons-Regular/]
@@ -124,3 +124,5 @@
124
124
   (0.3ms) rollback transaction
125
125
   (0.2ms) begin transaction
126
126
   (0.0ms) rollback transaction
127
+  (0.2ms) begin transaction
128
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material_icons-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - chaunce