bullet_train-super_scaffolding 1.0.15 → 1.0.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bullet_train/super_scaffolding/version.rb +1 -1
- data/lib/scaffolding/transformer.rb +7 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c31da16417de5e8bb5b83fe154a3d01d093a540f049f4da7189b6200aa04569
|
4
|
+
data.tar.gz: 3e1005d7ac00f0beeab6b35af98d06387a5932be24f2bd495523355cde9da7fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c55928b85cc3ee60cd3dac9712feffbb05d627019b4928e6ddffb4e4c13e0739d926c20dc4e18f34dbf448efe52e1d795c934daf3f86a6d941ca4f44e744b2d
|
7
|
+
data.tar.gz: 68352c9af1093311cbab0a7cc7a9cd4e922c407f937005aea3da2608ea1b644e80bc96c517b5c204e1c9de9dc66d01f3b6ea30e8ec72cd5fa9217854515c2224
|
@@ -1347,16 +1347,20 @@ class Scaffolding::Transformer
|
|
1347
1347
|
$stdin.gets.chomp
|
1348
1348
|
if `which open`.present?
|
1349
1349
|
`open https://themify.me/themify-icons`
|
1350
|
-
|
1350
|
+
if font_awesome?
|
1351
|
+
`open https://fontawesome.com/icons?d=gallery&s=light`
|
1352
|
+
end
|
1351
1353
|
else
|
1352
1354
|
puts "Sorry! We can't open these URLs automatically on your platform, but you can visit them manually:"
|
1353
1355
|
puts ""
|
1354
1356
|
puts " https://themify.me/themify-icons"
|
1355
|
-
|
1357
|
+
if font_awesome?
|
1358
|
+
puts " https://fontawesome.com/icons?d=gallery&s=light"
|
1359
|
+
end
|
1356
1360
|
puts ""
|
1357
1361
|
end
|
1358
1362
|
puts ""
|
1359
|
-
puts "Did you find an icon you wanted to use? Enter the full CSS class here (e.g. 'ti ti-
|
1363
|
+
puts "Did you find an icon you wanted to use? Enter the full CSS class here (e.g. 'ti ti-world'#{" or 'fal fa-puzzle-piece'" if font_awesome?}) or hit enter to just use the puzzle piece:"
|
1360
1364
|
icon_name = $stdin.gets.chomp
|
1361
1365
|
puts ""
|
1362
1366
|
unless icon_name.length > 0 || icon_name.downcase == "y"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-super_scaffolding
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|