coreui-rails 0.2.5 → 0.2.6

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: 980c9e0f86734361d5f503cc8e7313ca82aeebf83f01c2039039eba721df21a7
4
- data.tar.gz: f2af4a8b9ed0935989e17e19971c52df3bb0655e0cef2cecf4434393c8e83453
3
+ metadata.gz: c9a7725605ed530e98484bd673925e4d72c306d51608490f0c4e58a90cd48468
4
+ data.tar.gz: 609729bfc77a79a4fb365dfe4463dc21128302da2d0427bdb9a984da555e9135
5
5
  SHA512:
6
- metadata.gz: c904937a741546ba20ee419b6b326363f40e7734bd96237ded744119476a88752785e8769203f97d28e7ce550c7d160104674804060ce55ce7210c24860cb2e4
7
- data.tar.gz: c6e878ceffc98a2ece3a0f3c92e3a8a4091a530bfe153ea1b5453ca7ac845ed9b4b16cfbd867c94efa155eab7a91de1e395710347e0777a051e5951d5fb6f862
6
+ metadata.gz: cc35bbc4122001ffe88f3b39e74bb40c370c1b174a1ba1aff608eab7bd8d86b76db9ecf3bc3b05e1909b5f247a85956a7ee404ee2514da9091ef2b33532a8e6b
7
+ data.tar.gz: '091a67eba5704bc9602aa704ebe7cfb6d987facf9a24c266abbc1330d110c3708a9ca79efc32731788e12530fd7b87534d7a588c3caf96dd189e5077894456d0'
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # CoreUI::Rails
2
2
 
3
- A is a simple gem to get for adding the [CoreUI-Free](http://coreui.io/index.html) admin template by [Łukasz Holeczek's](https://github.com/mrholek) to a Rails project's asset pipeline.
3
+ A is a simple gem for adding the [CoreUI-Free](http://coreui.io/index.html) admin template (by [Łukasz Holeczek's](https://github.com/mrholek)) to a Rails project's asset pipeline.
4
4
 
5
5
  As of 1.0.0 this only includes the SCSS source of CoreUI-Free from this [repo](https://github.com/mrholek/CoreUI-SCSS).
6
6
 
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['chris@peltedvenom.com']
10
10
 
11
11
  spec.summary = 'Gem to add CoreUI-Free assets to your Rails asset pipeline.'
12
- spec.description = 'A is a simple gem to get for adding the CoreUI-Free admin template (by Łukasz Holeczek) to a Rails project\'s asset pipeline.'
12
+ spec.description = 'A is a simple gem for adding the CoreUI-Free admin template (by Łukasz Holeczek) to a Rails project\'s asset pipeline.'
13
13
  spec.homepage = 'https://github.com/pelted/coreui-rails'
14
14
  spec.license = 'MIT'
15
15
 
@@ -1,3 +1,3 @@
1
1
  module CoreUI
2
- VERSION = '0.2.5'.freeze
2
+ VERSION = '0.2.6'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coreui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Born
@@ -24,8 +24,8 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.2'
27
- description: A is a simple gem to get for adding the CoreUI-Free admin template (by
28
- Łukasz Holeczek) to a Rails project's asset pipeline.
27
+ description: A is a simple gem for adding the CoreUI-Free admin template (by Łukasz
28
+ Holeczek) to a Rails project's asset pipeline.
29
29
  email:
30
30
  - chris@peltedvenom.com
31
31
  executables: []