coreui-rails 0.2.4 → 0.2.5
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/Gemfile.lock +1 -1
- data/coreui-rails.gemspec +2 -2
- data/lib/coreui_rails/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 980c9e0f86734361d5f503cc8e7313ca82aeebf83f01c2039039eba721df21a7
|
|
4
|
+
data.tar.gz: f2af4a8b9ed0935989e17e19971c52df3bb0655e0cef2cecf4434393c8e83453
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c904937a741546ba20ee419b6b326363f40e7734bd96237ded744119476a88752785e8769203f97d28e7ce550c7d160104674804060ce55ce7210c24860cb2e4
|
|
7
|
+
data.tar.gz: c6e878ceffc98a2ece3a0f3c92e3a8a4091a530bfe153ea1b5453ca7ac845ed9b4b16cfbd867c94efa155eab7a91de1e395710347e0777a051e5951d5fb6f862
|
data/Gemfile.lock
CHANGED
data/coreui-rails.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.authors = ['Chris Born']
|
|
9
9
|
spec.email = ['chris@peltedvenom.com']
|
|
10
10
|
|
|
11
|
-
spec.summary = 'Gem to add CoreUI assets to your Rails asset pipeline.'
|
|
12
|
-
spec.description = '
|
|
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.'
|
|
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.5
|
|
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:
|
|
28
|
-
|
|
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.
|
|
29
29
|
email:
|
|
30
30
|
- chris@peltedvenom.com
|
|
31
31
|
executables: []
|
|
@@ -191,5 +191,5 @@ rubyforge_project:
|
|
|
191
191
|
rubygems_version: 2.7.4
|
|
192
192
|
signing_key:
|
|
193
193
|
specification_version: 4
|
|
194
|
-
summary: Gem to add CoreUI assets to your Rails asset pipeline.
|
|
194
|
+
summary: Gem to add CoreUI-Free assets to your Rails asset pipeline.
|
|
195
195
|
test_files: []
|