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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c966df93c569e1cca8e0e0b8be383d696ce36652302d41a33e4d620b521b94d
4
- data.tar.gz: f241ebd8222f05cdb9c1b206f221cfc7b866be44518cfffbeb74df19970438c0
3
+ metadata.gz: 1c31da16417de5e8bb5b83fe154a3d01d093a540f049f4da7189b6200aa04569
4
+ data.tar.gz: 3e1005d7ac00f0beeab6b35af98d06387a5932be24f2bd495523355cde9da7fb
5
5
  SHA512:
6
- metadata.gz: 3a3455329a08c928e3cb85ede143268c8c7eec588676d823a0823b44c2e95847f3f8fa01afcf19dabe6c68e782386f1d5eff856b500b6314047c55bab460f2fc
7
- data.tar.gz: 2fa179db17354d27695821ab2555ca61b2c61130992a940a01533ab678e05f8ca06fa98bdad3bc5fcfb55c7ed16a5b3f7b7ebd10021efa96bf4ac87b07b2ee70
6
+ metadata.gz: 3c55928b85cc3ee60cd3dac9712feffbb05d627019b4928e6ddffb4e4c13e0739d926c20dc4e18f34dbf448efe52e1d795c934daf3f86a6d941ca4f44e744b2d
7
+ data.tar.gz: 68352c9af1093311cbab0a7cc7a9cd4e922c407f937005aea3da2608ea1b644e80bc96c517b5c204e1c9de9dc66d01f3b6ea30e8ec72cd5fa9217854515c2224
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module SuperScaffolding
3
- VERSION = "1.0.15"
3
+ VERSION = "1.0.16"
4
4
  end
5
5
  end
@@ -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
- `open https://fontawesome.com/icons?d=gallery&s=light`
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
- puts " https://fontawesome.com/icons?d=gallery&s=light"
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-globe' or 'fal fa-puzzle-piece') or hit enter to just use the puzzle piece:"
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.15
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-04 00:00:00.000000000 Z
11
+ date: 2022-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails