remixicon 1.0.0 → 1.2.1

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
  SHA256:
3
- metadata.gz: 017dce6532731f65c841fb9cd981cfd1806da1c91b0c800a097e427c653fcbad
4
- data.tar.gz: a8a205c4a1e9c1ee84a439f7d825200e922bc4d47927c2a5c30696d53443fde5
3
+ metadata.gz: 829c424427aa9f73c10c4f6e36f772442f03ad3864cefa3d279ec7a388aea045
4
+ data.tar.gz: 77f66300cf1f443297c1fcec6d658268a8dbb34e4f3aca7893e3c47478072638
5
5
  SHA512:
6
- metadata.gz: 662654dfe00ef3d0b905ccb180e8603dc1afe39ddb6e454e7bc6126b3756839cc8edb5382c05b6f0a0c1d3a583b80ec289b7b692c730721f19909531a6035e0b
7
- data.tar.gz: 24bddd110d0213fa9e5247a469c356fde2fef106215f41238bf0be462723eea7bd146526a32647a3f7e61a23b2ff964fcc5aaf0d3d0c3b9450aa6429fe3bf066
6
+ metadata.gz: 91ab37d198ede43a3755167d7b673b412873021705105552eb27d5ccfae2921696124d93259af27733b26564c87a5fef480cb38542d5e444827f1c92a71c5502
7
+ data.tar.gz: 581c4102b43f2f5af37550e41fd0bfb3a0060b9157d45a2dda0ee9507b05f79c511467caf08f41979f5284a0b44422e10c12db9ecda692a93243adba04020ccc
data/Gemfile.lock ADDED
@@ -0,0 +1,169 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ remixicon (1.2.1)
5
+ rails (>= 5.0, < 8.0)
6
+ sprockets-rails (~> 3.4.2)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (7.0.2.2)
12
+ actionpack (= 7.0.2.2)
13
+ activesupport (= 7.0.2.2)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ actionmailbox (7.0.2.2)
17
+ actionpack (= 7.0.2.2)
18
+ activejob (= 7.0.2.2)
19
+ activerecord (= 7.0.2.2)
20
+ activestorage (= 7.0.2.2)
21
+ activesupport (= 7.0.2.2)
22
+ mail (>= 2.7.1)
23
+ net-imap
24
+ net-pop
25
+ net-smtp
26
+ actionmailer (7.0.2.2)
27
+ actionpack (= 7.0.2.2)
28
+ actionview (= 7.0.2.2)
29
+ activejob (= 7.0.2.2)
30
+ activesupport (= 7.0.2.2)
31
+ mail (~> 2.5, >= 2.5.4)
32
+ net-imap
33
+ net-pop
34
+ net-smtp
35
+ rails-dom-testing (~> 2.0)
36
+ actionpack (7.0.2.2)
37
+ actionview (= 7.0.2.2)
38
+ activesupport (= 7.0.2.2)
39
+ rack (~> 2.0, >= 2.2.0)
40
+ rack-test (>= 0.6.3)
41
+ rails-dom-testing (~> 2.0)
42
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
43
+ actiontext (7.0.2.2)
44
+ actionpack (= 7.0.2.2)
45
+ activerecord (= 7.0.2.2)
46
+ activestorage (= 7.0.2.2)
47
+ activesupport (= 7.0.2.2)
48
+ globalid (>= 0.6.0)
49
+ nokogiri (>= 1.8.5)
50
+ actionview (7.0.2.2)
51
+ activesupport (= 7.0.2.2)
52
+ builder (~> 3.1)
53
+ erubi (~> 1.4)
54
+ rails-dom-testing (~> 2.0)
55
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
56
+ activejob (7.0.2.2)
57
+ activesupport (= 7.0.2.2)
58
+ globalid (>= 0.3.6)
59
+ activemodel (7.0.2.2)
60
+ activesupport (= 7.0.2.2)
61
+ activerecord (7.0.2.2)
62
+ activemodel (= 7.0.2.2)
63
+ activesupport (= 7.0.2.2)
64
+ activestorage (7.0.2.2)
65
+ actionpack (= 7.0.2.2)
66
+ activejob (= 7.0.2.2)
67
+ activerecord (= 7.0.2.2)
68
+ activesupport (= 7.0.2.2)
69
+ marcel (~> 1.0)
70
+ mini_mime (>= 1.1.0)
71
+ activesupport (7.0.2.2)
72
+ concurrent-ruby (~> 1.0, >= 1.0.2)
73
+ i18n (>= 1.6, < 2)
74
+ minitest (>= 5.1)
75
+ tzinfo (~> 2.0)
76
+ builder (3.2.4)
77
+ concurrent-ruby (1.1.9)
78
+ crass (1.0.6)
79
+ digest (3.0.0)
80
+ erubi (1.10.0)
81
+ globalid (1.0.0)
82
+ activesupport (>= 5.0)
83
+ i18n (1.10.0)
84
+ concurrent-ruby (~> 1.0)
85
+ io-wait (0.2.1)
86
+ loofah (2.14.0)
87
+ crass (~> 1.0.2)
88
+ nokogiri (>= 1.5.9)
89
+ mail (2.7.1)
90
+ mini_mime (>= 0.1.1)
91
+ marcel (1.0.2)
92
+ method_source (1.0.0)
93
+ mini_mime (1.1.2)
94
+ minitest (5.15.0)
95
+ net-imap (0.2.3)
96
+ digest
97
+ net-protocol
98
+ strscan
99
+ net-pop (0.1.1)
100
+ digest
101
+ net-protocol
102
+ timeout
103
+ net-protocol (0.1.2)
104
+ io-wait
105
+ timeout
106
+ net-smtp (0.3.1)
107
+ digest
108
+ net-protocol
109
+ timeout
110
+ nio4r (2.5.8)
111
+ nokogiri (1.13.3-x86_64-darwin)
112
+ racc (~> 1.4)
113
+ racc (1.6.0)
114
+ rack (2.2.3)
115
+ rack-test (1.1.0)
116
+ rack (>= 1.0, < 3)
117
+ rails (7.0.2.2)
118
+ actioncable (= 7.0.2.2)
119
+ actionmailbox (= 7.0.2.2)
120
+ actionmailer (= 7.0.2.2)
121
+ actionpack (= 7.0.2.2)
122
+ actiontext (= 7.0.2.2)
123
+ actionview (= 7.0.2.2)
124
+ activejob (= 7.0.2.2)
125
+ activemodel (= 7.0.2.2)
126
+ activerecord (= 7.0.2.2)
127
+ activestorage (= 7.0.2.2)
128
+ activesupport (= 7.0.2.2)
129
+ bundler (>= 1.15.0)
130
+ railties (= 7.0.2.2)
131
+ rails-dom-testing (2.0.3)
132
+ activesupport (>= 4.2.0)
133
+ nokogiri (>= 1.6)
134
+ rails-html-sanitizer (1.4.2)
135
+ loofah (~> 2.3)
136
+ railties (7.0.2.2)
137
+ actionpack (= 7.0.2.2)
138
+ activesupport (= 7.0.2.2)
139
+ method_source
140
+ rake (>= 12.2)
141
+ thor (~> 1.0)
142
+ zeitwerk (~> 2.5)
143
+ rake (13.0.6)
144
+ sprockets (4.0.3)
145
+ concurrent-ruby (~> 1.0)
146
+ rack (> 1, < 3)
147
+ sprockets-rails (3.4.2)
148
+ actionpack (>= 5.2)
149
+ activesupport (>= 5.2)
150
+ sprockets (>= 3.0.0)
151
+ strscan (3.0.1)
152
+ thor (1.2.1)
153
+ timeout (0.2.0)
154
+ tzinfo (2.0.4)
155
+ concurrent-ruby (~> 1.0)
156
+ websocket-driver (0.7.5)
157
+ websocket-extensions (>= 0.1.0)
158
+ websocket-extensions (0.1.5)
159
+ zeitwerk (2.5.4)
160
+
161
+ PLATFORMS
162
+ x86_64-darwin-19
163
+
164
+ DEPENDENCIES
165
+ rake (~> 13.0)
166
+ remixicon!
167
+
168
+ BUNDLED WITH
169
+ 2.3.5
data/README.md CHANGED
@@ -1,6 +1,8 @@
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
+
5
+ [![Gem Version](https://badge.fury.io/rb/remixicon.svg)](https://badge.fury.io/rb/remixicon)
4
6
 
5
7
  ## Installation
6
8
 
@@ -18,9 +20,7 @@ Or install it yourself as:
18
20
 
19
21
  $ gem install remixicon
20
22
 
21
- ## Usage
22
-
23
- Ensure that `sprockets-rails` is at least v2.3.2.
23
+ Ensure that `sprockets-rails` is at least v3.4.2.
24
24
 
25
25
  Import Remixicon styles in `app/assets/stylesheets/application.scss`:
26
26
 
@@ -37,6 +37,12 @@ $ mv app/assets/stylesheets/application.css app/assets/stylesheets/application.s
37
37
 
38
38
  Then, remove all the `*= require` and `*= require_tree` statements from the Sass file. Instead, use `@import` to import Sass files.
39
39
 
40
- ## Contributing
40
+ ## Usage
41
+
42
+ ```html
43
+ <i class="ri-zcool-fill"></i>
44
+ ```
45
+
46
+ ## My other open source projects
41
47
 
42
- Bug reports and pull requests are welcome on GitHub at https://github.com/hfpp2012/remixicon-rails.
48
+ - [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.2.1'
5
5
  end
6
6
 
data/remixicon.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
 
14
14
  spec.summary = "Remixicon rubygem for Rails / Sprockets / Hanami / etc"
15
15
  spec.homepage = "https://github.com/hfpp2012/remixicon-rails"
16
- spec.required_ruby_version = ">= 2.3.3"
16
+ spec.required_ruby_version = '>= 2.7.0'
17
17
 
18
18
  spec.metadata["homepage_uri"] = spec.homepage
19
19
  spec.metadata["source_code_uri"] = "https://github.com/hfpp2012/remixicon-rails"
@@ -22,7 +22,8 @@ Gem::Specification.new do |spec|
22
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
23
23
  spec.files = `git ls-files`.split("\n")
24
24
 
25
- spec.add_runtime_dependency 'sassc-rails', '>= 2.0.0'
25
+ spec.add_dependency 'rails', '>= 5.0', '< 8.0'
26
+ spec.add_dependency 'sprockets-rails', '~> 3.4.2'
26
27
  # Uncomment to register a new dependency of your gem
27
28
  # spec.add_dependency "example-gem", "~> 1.0"
28
29
 
metadata CHANGED
@@ -1,29 +1,49 @@
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.2.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-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: sassc-rails
14
+ name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 2.0.0
19
+ version: '5.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '8.0'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
27
  - - ">="
25
28
  - !ruby/object:Gem::Version
26
- version: 2.0.0
29
+ version: '5.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '8.0'
33
+ - !ruby/object:Gem::Dependency
34
+ name: sprockets-rails
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: 3.4.2
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: 3.4.2
27
47
  description:
28
48
  email:
29
49
  - hfpp2012@gmail.com
@@ -33,6 +53,7 @@ extra_rdoc_files: []
33
53
  files:
34
54
  - ".gitignore"
35
55
  - Gemfile
56
+ - Gemfile.lock
36
57
  - README.md
37
58
  - Rakefile
38
59
  - assets/fonts/remixicon.eot
@@ -59,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
80
  requirements:
60
81
  - - ">="
61
82
  - !ruby/object:Gem::Version
62
- version: 2.3.3
83
+ version: 2.7.0
63
84
  required_rubygems_version: !ruby/object:Gem::Requirement
64
85
  requirements:
65
86
  - - ">="