remixicon 1.0.0 → 1.0.1

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
  SHA256:
3
- metadata.gz: 017dce6532731f65c841fb9cd981cfd1806da1c91b0c800a097e427c653fcbad
4
- data.tar.gz: a8a205c4a1e9c1ee84a439f7d825200e922bc4d47927c2a5c30696d53443fde5
3
+ metadata.gz: fb082acfa2c8f159b3639fdb954fc599025aa5e0e2c2c10a52182925902bbef3
4
+ data.tar.gz: a55a7e9d6a5a9db032cb71b25e2516f48860a4f84adf6d8500aca39c83de78a1
5
5
  SHA512:
6
- metadata.gz: 662654dfe00ef3d0b905ccb180e8603dc1afe39ddb6e454e7bc6126b3756839cc8edb5382c05b6f0a0c1d3a583b80ec289b7b692c730721f19909531a6035e0b
7
- data.tar.gz: 24bddd110d0213fa9e5247a469c356fde2fef106215f41238bf0be462723eea7bd146526a32647a3f7e61a23b2ff964fcc5aaf0d3d0c3b9450aa6429fe3bf066
6
+ metadata.gz: 2110ef528d5beddaa7754cca19eef123beeda26fcb40c0367e805d174594b7ab81d2ce39c3063ad5cacae4ce7a15d9279a290d368f01c1a63086da6909b318a2
7
+ data.tar.gz: 3ed6d95e6262717578d441c37f23c2a5d8356fd179d49123f6a0bc80c06a235250742a7878c494c0d94b81faae28c35d0b617148efcd0f3a1efd7f338255d87e
data/Gemfile.lock ADDED
@@ -0,0 +1,88 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ remixicon (1.0.1)
5
+ sassc-rails (>= 2.0.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionpack (7.0.1)
11
+ actionview (= 7.0.1)
12
+ activesupport (= 7.0.1)
13
+ rack (~> 2.0, >= 2.2.0)
14
+ rack-test (>= 0.6.3)
15
+ rails-dom-testing (~> 2.0)
16
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
17
+ actionview (7.0.1)
18
+ activesupport (= 7.0.1)
19
+ builder (~> 3.1)
20
+ erubi (~> 1.4)
21
+ rails-dom-testing (~> 2.0)
22
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
23
+ activesupport (7.0.1)
24
+ concurrent-ruby (~> 1.0, >= 1.0.2)
25
+ i18n (>= 1.6, < 2)
26
+ minitest (>= 5.1)
27
+ tzinfo (~> 2.0)
28
+ builder (3.2.4)
29
+ concurrent-ruby (1.1.9)
30
+ crass (1.0.6)
31
+ erubi (1.10.0)
32
+ ffi (1.15.5)
33
+ i18n (1.8.11)
34
+ concurrent-ruby (~> 1.0)
35
+ loofah (2.13.0)
36
+ crass (~> 1.0.2)
37
+ nokogiri (>= 1.5.9)
38
+ method_source (1.0.0)
39
+ minitest (5.15.0)
40
+ nokogiri (1.13.1-x86_64-darwin)
41
+ racc (~> 1.4)
42
+ racc (1.6.0)
43
+ rack (2.2.3)
44
+ rack-test (1.1.0)
45
+ rack (>= 1.0, < 3)
46
+ rails-dom-testing (2.0.3)
47
+ activesupport (>= 4.2.0)
48
+ nokogiri (>= 1.6)
49
+ rails-html-sanitizer (1.4.2)
50
+ loofah (~> 2.3)
51
+ railties (7.0.1)
52
+ actionpack (= 7.0.1)
53
+ activesupport (= 7.0.1)
54
+ method_source
55
+ rake (>= 12.2)
56
+ thor (~> 1.0)
57
+ zeitwerk (~> 2.5)
58
+ rake (13.0.6)
59
+ sassc (2.4.0)
60
+ ffi (~> 1.9)
61
+ sassc-rails (2.1.2)
62
+ railties (>= 4.0.0)
63
+ sassc (>= 2.0)
64
+ sprockets (> 3.0)
65
+ sprockets-rails
66
+ tilt
67
+ sprockets (4.0.2)
68
+ concurrent-ruby (~> 1.0)
69
+ rack (> 1, < 3)
70
+ sprockets-rails (3.4.2)
71
+ actionpack (>= 5.2)
72
+ activesupport (>= 5.2)
73
+ sprockets (>= 3.0.0)
74
+ thor (1.2.1)
75
+ tilt (2.0.10)
76
+ tzinfo (2.0.4)
77
+ concurrent-ruby (~> 1.0)
78
+ zeitwerk (2.5.3)
79
+
80
+ PLATFORMS
81
+ x86_64-darwin-19
82
+
83
+ DEPENDENCIES
84
+ rake (~> 13.0)
85
+ remixicon!
86
+
87
+ BUNDLED WITH
88
+ 2.3.5
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Remixicon Ruby Gem
2
2
 
3
- Remixicon rubygem for Rails / Sprockets / Hanami / etc
3
+ [Remixicon](https://remixicon.com/) rubygem for Rails / Sprockets / Hanami / etc
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,8 +18,6 @@ Or install it yourself as:
18
18
 
19
19
  $ gem install remixicon
20
20
 
21
- ## Usage
22
-
23
21
  Ensure that `sprockets-rails` is at least v2.3.2.
24
22
 
25
23
  Import Remixicon styles in `app/assets/stylesheets/application.scss`:
@@ -37,6 +35,12 @@ $ mv app/assets/stylesheets/application.css app/assets/stylesheets/application.s
37
35
 
38
36
  Then, remove all the `*= require` and `*= require_tree` statements from the Sass file. Instead, use `@import` to import Sass files.
39
37
 
40
- ## Contributing
38
+ ## Usage
39
+
40
+ ```html
41
+ <i class="ri-zcool-fill"></i>
42
+ ```
43
+
44
+ ## My other open source projects
41
45
 
42
- Bug reports and pull requests are welcome on GitHub at https://github.com/hfpp2012/remixicon-rails.
46
+ - [railstart-niceadmin](https://github.com/hfpp2012/railstart-niceadmin)
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Remixicon
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remixicon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - hfpp2012
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-26 00:00:00.000000000 Z
11
+ date: 2022-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sassc-rails
@@ -33,6 +33,7 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - ".gitignore"
35
35
  - Gemfile
36
+ - Gemfile.lock
36
37
  - README.md
37
38
  - Rakefile
38
39
  - assets/fonts/remixicon.eot