bootstrap-icons-helper 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39539d50d7ccb6e99ac20005fb792058770166e51e627db12ca025577757dbc0
4
- data.tar.gz: 8922adee2dafc242867f1df711af2a6767e00d0c955026f2d4d2d6e3823f2ba5
3
+ metadata.gz: 26dd5a739c0e71f4775d5abf5dfb19759850c20a47dd7037ad806eba057026f9
4
+ data.tar.gz: '08e760c17792842d1cbe4c10cacb0a73c2a70ac31629e8f21a72f63a4b8fecd4'
5
5
  SHA512:
6
- metadata.gz: 9eb05cfa4bef2c02849057579439a3d2f17d84aaaf052210d46b1f726f6c885297813182fffb529967aae88d27ef4c083839805282fe668a9f8e82c9fd805e9f
7
- data.tar.gz: b1223fa94ef409e357d7a188280ed232333e6ba74f7170e7375e15752b1b6189715bceafac40a3e222ac59bdf9aa54f30b8309a4828620baf9034147536dcfe5
6
+ metadata.gz: 663ad7c770fa813241f2d64f257011fe9eb73b5dad8fb5c94211ebb5b6d9dec39a536c050f7327a85c36502b2e394df0667b338d8fe9938d0d9c33861cc76c1e
7
+ data.tar.gz: abe00f51550d84e9ccbd9573064fabd4efc5360943c35fca68732871a0e9e05f47ee6b06a1d02b258800963c6b0cf41373667bba56bb66b0382aa1f94b939c75
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
@@ -1,3 +1 @@
1
- # bootstrap-icons-helper
2
-
3
- - Work in progress
1
+ # bootstrap-icons-helper
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module BootstrapIconsHelper
2
- VERSION = "0.0.1".freeze
2
+ VERSION = "0.0.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-icons-helper
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
@@ -11,7 +11,7 @@ cert_chain: []
11
11
  date: 2020-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: bootstrap_icons
14
+ name: bootstrap-icons
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - '='
@@ -51,7 +51,7 @@ files:
51
51
  - lib/bootstrap-icons-helper/helper.rb
52
52
  - lib/bootstrap-icons-helper/railtie.rb
53
53
  - lib/bootstrap-icons-helper/version.rb
54
- homepage: https://github.com/marcelolx/icons
54
+ homepage: https://github.com/marcelolx/bootstrap-icons
55
55
  licenses:
56
56
  - MIT
57
57
  metadata: {}
@@ -70,8 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.1.3
73
+ rubygems_version: 3.0.3
74
74
  signing_key:
75
75
  specification_version: 4
76
- summary: Bootstrap I rails helper
76
+ summary: Bootstrap Icons rails helper
77
77
  test_files: []