rails_heroicons 0.5.0 → 0.6.0

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: 4a9ae411ecc896997e888b7bcf67ef83c239557bf585116220722e189bb74522
4
- data.tar.gz: f88374c0a724c22d38fbd4a1f3ed38d539e7db35436c30a107526ab2d1fd9238
3
+ metadata.gz: 00b4b7c133b244611466f04996567eb1625e47a67b453d5525dcdb8dc8dc7868
4
+ data.tar.gz: 877cbada1df4789a470f5af9ae056e9a3b3428f4bcb8ac3843111af2e373efa6
5
5
  SHA512:
6
- metadata.gz: 4357becc6635bb58d7621523827b9a600f4c527c2ef118da1c46360034f8c3e49aaaba1fb1f5cc70b95a279d747a218c50fd64cfe159f8a2d6e2de6de13ccab3
7
- data.tar.gz: 39eb58526cc26df737ea09cc4a815dad7a64b94fcc7770a19efefcd561eeb57e9394de71a71274172320b82d3a27dbde5973000057b07b620762cab710f43cc2
6
+ metadata.gz: b0e11f111988fd970c0afce91f3aa52252e4d8c0a806bcb0b7992dcc6000c5233471cbb68072561f9b8aea6490389859e820bf83bc1662ad5b9b685dd19d793c
7
+ data.tar.gz: 9d927abb56e32983d458c0020dddf9d19bcdbed3d96b6eee8f4facec3f67c6b05a8d82b6b501c4d12a2844f7441bd7897afec4400ebd5df2bf568ad6d1fa4548
data/README.md CHANGED
@@ -7,7 +7,7 @@ Use icons from [heroicons.com](https://heroicons.com) in your Rails applications
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'rails_heroicons', '~> 0.5.0'
10
+ gem 'rails_heroicons', '~> 0.6.0'
11
11
  ```
12
12
 
13
13
  And then execute:
@@ -1,3 +1,3 @@
1
1
  module RailsHeroicons
2
- VERSION = '0.5.0'
2
+ VERSION = '0.6.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_heroicons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Mead
@@ -11,7 +11,7 @@ cert_chain: []
11
11
  date: 2021-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: active_support
14
+ name: activesupport
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - ">="