uikit-sass-rails 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 791643198e30b2104927fa7d2a66b4dbda76f375
4
- data.tar.gz: 40e97e0d42457e2ef6e7d863fc113c897b058255
3
+ metadata.gz: f870271f8a30c48c6a109fc28cf27db7ec610bc6
4
+ data.tar.gz: af41df443c229eb0df0b3b481c9e12c3d0debb4c
5
5
  SHA512:
6
- metadata.gz: 0be9e283ce1e02f9e9be265dee96b957277b7d1e9e1e2680f6dac2ac51e865085b5a7c2970eb9ff5b949fe120ced0923d246906141c801d3bbbbf008e21720b9
7
- data.tar.gz: c94cad7adf983be8f526d0abe4c08d5718355a9c5c47062c0a975c2fccd79e02af5c56b9ae56d19039426ff438fa570eebb6135c054dcec519a7cc39fe1ef00e
6
+ metadata.gz: 6669ffb014e231b0086ee0ff2a674ca39ba67c21dfbbb1c244c813f5255b872ce1e843780c783cceafd2b02b04b0c01b833d6c7d3d8d32987ba77ad78a030261
7
+ data.tar.gz: fcf60652ccbd12bb09464e38069ad2cefc4641a3df9fbec388f1eb4c7b4f4f4518064ad5937e60fef8ccb32fc7ed563693d136d62fc100f499ac70875ecb673e
@@ -1,4 +1,4 @@
1
- ## 1.4.0
1
+ ## 1.4.1
2
2
  - UIkit 2.20.3
3
3
  - Font Awesome 4.3.0
4
4
 
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Uikit::Sass:Rails
2
2
 
3
3
  [![Gem: Version 1.4](https://img.shields.io/gem/v/uikit-sass-rails.svg?style=flat-square)](https://rubygems.org/gems/uikit-sass-rails)
4
- [![License: EUPL-1.1](https://img.shields.io/badge/license-EUPL--1.1-red.svg?style=flat-square)](https://github.com/marsec/uikit-sass-rails/blob/master/LICENSE.md)
4
+ [![License: EUPL-1.1](https://img.shields.io/badge/license-EUPL--1.1-red.svg?style=flat-square)](https://github.com/cworreschk/uikit-sass-rails/blob/master/LICENSE.md)
5
5
 
6
6
  Uikit::Sass:Rails is a gem to make it super easy to use UIkit in your Rails project. It is written in Sass and compatible with the asset pipeline in Rails. You can start using Uikit::Sass:Rails in your projects by following the instructions below.
7
7
 
@@ -1,7 +1,7 @@
1
1
  module Uikit
2
2
  module Sass
3
3
  module Rails
4
- VERSION = '1.4.0'
4
+ VERSION = '1.4.1'
5
5
  end
6
6
  end
7
7
  end
@@ -12,8 +12,8 @@ Gem::Specification.new do |gem|
12
12
  gem.description = 'Uikit::Sass:Rails is a gem to make it super easy to use UIkit in your Rails project.'
13
13
 
14
14
  gem.authors = ['Christian Worreschk']
15
- gem.email = ['info@marsec.de']
16
- gem.homepage = 'http://github.com/marsec/uikit-sass-rails'
15
+ gem.email = ['info@worreschk.eu']
16
+ gem.homepage = 'http://github.com/cworreschk/uikit-sass-rails'
17
17
  gem.licenses = ['EUPL-1.1']
18
18
 
19
19
  gem.require_paths = ['lib']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uikit-sass-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Worreschk
@@ -27,7 +27,7 @@ dependencies:
27
27
  description: Uikit::Sass:Rails is a gem to make it super easy to use UIkit in your
28
28
  Rails project.
29
29
  email:
30
- - info@marsec.de
30
+ - info@worreschk.eu
31
31
  executables: []
32
32
  extensions: []
33
33
  extra_rdoc_files:
@@ -160,7 +160,7 @@ files:
160
160
  - vendor/assets/stylesheets/uikit/uikit.almost-flat.scss
161
161
  - vendor/assets/stylesheets/uikit/uikit.gradient.scss
162
162
  - vendor/assets/stylesheets/uikit/uikit.scss
163
- homepage: http://github.com/marsec/uikit-sass-rails
163
+ homepage: http://github.com/cworreschk/uikit-sass-rails
164
164
  licenses:
165
165
  - EUPL-1.1
166
166
  metadata: {}