bootstrap-icons 0.0.1 → 0.0.2

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: '04591f612fb8455d0511c960cfdaf4c47e0804e14c272120fbbb3614ebdf9caa'
4
- data.tar.gz: 92589893f5c4f5b52ecc14d9143a9703f1f0583dd0832540472916923a130a4b
3
+ metadata.gz: 715ccb98ffe190c2d9339b4693968e29ecf0a64474a246e26d1e076d84ff8a55
4
+ data.tar.gz: 7d32b28dc97c12ebff43f662665c6432962bd155dee135af4f1beb2616593803
5
5
  SHA512:
6
- metadata.gz: ccf8729e34ba2dbeaceeb8b1b89ea930132eb799b5e27a0b43f00996e9c911b3438d8560c6d5533747cb891e5fb40dbbfe9dfbb592c58677f79126525932ac60
7
- data.tar.gz: 0cfb4c98dc60eae2ccc247bba5119b3f96bed6dfd2812c629ee3b77f87bf94465e562476a88df57d340fef5d343d80a0a95cf69632ea4a45efe71b37ca7b433a
6
+ metadata.gz: 37fa73e6b9c2c76b8c895fd645faacec685c6d04a2d61d686df88d856e2fc6e54a2622ddebc3c9b970bbff3954b6dca16f6d5c44a4836e50afdc9af657c74185
7
+ data.tar.gz: be31228141e9ba0d11c465e34a611a2279e3cdc0646b098d4018307fa6d91da2faf7d2a764e4d988173b22119ffba59a4cfd3bb329aa582458a1322b15f632ba
data/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ ## 0.0.1
2
+
3
+ - Basic implementation of bootstrap icon.
4
+
5
+ ## 0.0.2
6
+
7
+ - Fix width and height size to even be `"#{size}em"`.
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
File without changes
@@ -69,6 +69,8 @@ module BootstrapIcons
69
69
  size[:height] = @options[:height].nil? ? calculate_height(@options[:width]) : @options[:height]
70
70
  end
71
71
 
72
+ size[:width] = size[:width].to_s + "em"
73
+ size[:height] = size[:height].to_s + "em"
72
74
  size
73
75
  end
74
76
 
@@ -1,3 +1,3 @@
1
1
  module BootstrapIcons
2
- VERSION = "0.0.1".freeze
2
+ VERSION = "0.0.2".freeze
3
3
  end
data/lib/build/data.json CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-icons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcelo Lauxen
@@ -31,6 +31,7 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
+ - CHANGELOG.md
34
35
  - LICENSE
35
36
  - README.md
36
37
  - lib/bootstrap_icons.rb
@@ -56,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
57
  - !ruby/object:Gem::Version
57
58
  version: '0'
58
59
  requirements: []
59
- rubygems_version: 3.1.3
60
+ rubygems_version: 3.0.3
60
61
  signing_key:
61
62
  specification_version: 4
62
63
  summary: Bootstrap Icons gem