remixicon 1.1.1 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +107 -26
- data/README.md +3 -1
- data/lib/remixicon/version.rb +1 -1
- data/remixicon.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 829c424427aa9f73c10c4f6e36f772442f03ad3864cefa3d279ec7a388aea045
|
4
|
+
data.tar.gz: 77f66300cf1f443297c1fcec6d658268a8dbb34e4f3aca7893e3c47478072638
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91ab37d198ede43a3755167d7b673b412873021705105552eb27d5ccfae2921696124d93259af27733b26564c87a5fef480cb38542d5e444827f1c92a71c5502
|
7
|
+
data.tar.gz: 581c4102b43f2f5af37550e41fd0bfb3a0060b9157d45a2dda0ee9507b05f79c511467caf08f41979f5284a0b44422e10c12db9ecda692a93243adba04020ccc
|
data/Gemfile.lock
CHANGED
@@ -1,26 +1,74 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
remixicon (1.
|
5
|
-
|
4
|
+
remixicon (1.2.1)
|
5
|
+
rails (>= 5.0, < 8.0)
|
6
|
+
sprockets-rails (~> 3.4.2)
|
6
7
|
|
7
8
|
GEM
|
8
9
|
remote: https://rubygems.org/
|
9
10
|
specs:
|
10
|
-
|
11
|
-
|
12
|
-
activesupport (= 7.0.
|
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)
|
13
39
|
rack (~> 2.0, >= 2.2.0)
|
14
40
|
rack-test (>= 0.6.3)
|
15
41
|
rails-dom-testing (~> 2.0)
|
16
42
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
17
|
-
|
18
|
-
|
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)
|
19
52
|
builder (~> 3.1)
|
20
53
|
erubi (~> 1.4)
|
21
54
|
rails-dom-testing (~> 2.0)
|
22
55
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
23
|
-
|
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)
|
24
72
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
25
73
|
i18n (>= 1.6, < 2)
|
26
74
|
minitest (>= 5.1)
|
@@ -28,54 +76,87 @@ GEM
|
|
28
76
|
builder (3.2.4)
|
29
77
|
concurrent-ruby (1.1.9)
|
30
78
|
crass (1.0.6)
|
79
|
+
digest (3.0.0)
|
31
80
|
erubi (1.10.0)
|
32
|
-
|
33
|
-
|
81
|
+
globalid (1.0.0)
|
82
|
+
activesupport (>= 5.0)
|
83
|
+
i18n (1.10.0)
|
34
84
|
concurrent-ruby (~> 1.0)
|
35
|
-
|
85
|
+
io-wait (0.2.1)
|
86
|
+
loofah (2.14.0)
|
36
87
|
crass (~> 1.0.2)
|
37
88
|
nokogiri (>= 1.5.9)
|
89
|
+
mail (2.7.1)
|
90
|
+
mini_mime (>= 0.1.1)
|
91
|
+
marcel (1.0.2)
|
38
92
|
method_source (1.0.0)
|
93
|
+
mini_mime (1.1.2)
|
39
94
|
minitest (5.15.0)
|
40
|
-
|
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)
|
41
112
|
racc (~> 1.4)
|
42
113
|
racc (1.6.0)
|
43
114
|
rack (2.2.3)
|
44
115
|
rack-test (1.1.0)
|
45
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)
|
46
131
|
rails-dom-testing (2.0.3)
|
47
132
|
activesupport (>= 4.2.0)
|
48
133
|
nokogiri (>= 1.6)
|
49
134
|
rails-html-sanitizer (1.4.2)
|
50
135
|
loofah (~> 2.3)
|
51
|
-
railties (7.0.
|
52
|
-
actionpack (= 7.0.
|
53
|
-
activesupport (= 7.0.
|
136
|
+
railties (7.0.2.2)
|
137
|
+
actionpack (= 7.0.2.2)
|
138
|
+
activesupport (= 7.0.2.2)
|
54
139
|
method_source
|
55
140
|
rake (>= 12.2)
|
56
141
|
thor (~> 1.0)
|
57
142
|
zeitwerk (~> 2.5)
|
58
143
|
rake (13.0.6)
|
59
|
-
|
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)
|
144
|
+
sprockets (4.0.3)
|
68
145
|
concurrent-ruby (~> 1.0)
|
69
146
|
rack (> 1, < 3)
|
70
147
|
sprockets-rails (3.4.2)
|
71
148
|
actionpack (>= 5.2)
|
72
149
|
activesupport (>= 5.2)
|
73
150
|
sprockets (>= 3.0.0)
|
151
|
+
strscan (3.0.1)
|
74
152
|
thor (1.2.1)
|
75
|
-
|
153
|
+
timeout (0.2.0)
|
76
154
|
tzinfo (2.0.4)
|
77
155
|
concurrent-ruby (~> 1.0)
|
78
|
-
|
156
|
+
websocket-driver (0.7.5)
|
157
|
+
websocket-extensions (>= 0.1.0)
|
158
|
+
websocket-extensions (0.1.5)
|
159
|
+
zeitwerk (2.5.4)
|
79
160
|
|
80
161
|
PLATFORMS
|
81
162
|
x86_64-darwin-19
|
data/README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
[Remixicon](https://remixicon.com/) rubygem for Rails / Sprockets / Hanami / etc
|
4
4
|
|
5
|
+
[![Gem Version](https://badge.fury.io/rb/remixicon.svg)](https://badge.fury.io/rb/remixicon)
|
6
|
+
|
5
7
|
## Installation
|
6
8
|
|
7
9
|
Add this line to your application's Gemfile:
|
@@ -18,7 +20,7 @@ Or install it yourself as:
|
|
18
20
|
|
19
21
|
$ gem install remixicon
|
20
22
|
|
21
|
-
Ensure that `sprockets-rails` is at least
|
23
|
+
Ensure that `sprockets-rails` is at least v3.4.2.
|
22
24
|
|
23
25
|
Import Remixicon styles in `app/assets/stylesheets/application.scss`:
|
24
26
|
|
data/lib/remixicon/version.rb
CHANGED
data/remixicon.gemspec
CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|
23
23
|
spec.files = `git ls-files`.split("\n")
|
24
24
|
|
25
25
|
spec.add_dependency 'rails', '>= 5.0', '< 8.0'
|
26
|
-
spec.add_dependency 'sprockets-rails', '~> 3.
|
26
|
+
spec.add_dependency 'sprockets-rails', '~> 3.4.2'
|
27
27
|
# Uncomment to register a new dependency of your gem
|
28
28
|
# spec.add_dependency "example-gem", "~> 1.0"
|
29
29
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: remixicon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hfpp2012
|
@@ -36,14 +36,14 @@ dependencies:
|
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: 3.
|
39
|
+
version: 3.4.2
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 3.
|
46
|
+
version: 3.4.2
|
47
47
|
description:
|
48
48
|
email:
|
49
49
|
- hfpp2012@gmail.com
|