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 +4 -4
- data/README.md +1 -1
- data/coreui-rails.gemspec +1 -1
- data/lib/coreui_rails/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9a7725605ed530e98484bd673925e4d72c306d51608490f0c4e58a90cd48468
|
|
4
|
+
data.tar.gz: 609729bfc77a79a4fb365dfe4463dc21128302da2d0427bdb9a984da555e9135
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
data/coreui-rails.gemspec
CHANGED
|
@@ -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
|
|
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
|
|
data/lib/coreui_rails/version.rb
CHANGED
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.
|
|
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
|
|
28
|
-
|
|
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: []
|