shibori 1.5.0 → 1.5.1.beta1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -6
- data/lib/shibori/version.rb +1 -1
- data/source/css/_hk-icon-rails.scss +5 -5
- data/source/css/shibori/scss/components/_readmore.scss +10 -4
- metadata +15 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd3752f6b9c721936586c7efcd78e2e02e25dbe3
|
4
|
+
data.tar.gz: 5d433817f3ffbed024f0a0babbd20a3f59085735
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0950f19651a1158c43fc42e8f1afcf2b4db92dba8af3597eeb0ec045f09875a3338bb5b77d49277c70cca76068accd694f6a340f9fe48fc69fa3e23ca9317805'
|
7
|
+
data.tar.gz: b7089f81e469c577defdbd6d99c25ce9a94f45e3fb82cb6c05b540413c84fbce41f5daf631ffd8c18f4abe1aaf1c5576917f183b6a8ad20acf398e8859c60683
|
data/README.md
CHANGED
@@ -1,10 +1,6 @@
|
|
1
|
-
|
2
|
-
#### She • bore • ee
|
3
|
-
Patterns for use on Heroku web properties. See the library at [shibori.herokuapp.com](http://shibori.herokuapp.com)
|
1
|
+
![shibori-hero](https://cloud.githubusercontent.com/assets/51578/22348697/b9929036-e3da-11e6-9863-10c734b5cf2b.png)
|
4
2
|
|
5
|
-
|
6
|
-
|
7
|
-
> [Shibori](https://en.wikipedia.org/wiki/Shibori) is a Japanese tie-dying technique, using a variety of techniques in different shapes to make different patterns.
|
3
|
+
[Shibori](https://en.wikipedia.org/wiki/Shibori) is an HTML/CSS library used across Heroku marketing and web properties such as WWW and Elements Marketplace. View the library at [shibori.herokuapp.com](http://shibori.herokuapp.com)
|
8
4
|
|
9
5
|
## Local setup
|
10
6
|
Run:
|
@@ -31,3 +27,9 @@ alias shibori-off="bundle config --delete local.shibori"
|
|
31
27
|
|
32
28
|
## Pattern lab docs
|
33
29
|
Shibori uses the [node version](https://github.com/pattern-lab/patternlab-node) of [Pattern Lab](http://patternlab.io/). You can find documentation in this repo's [`docs`](/docs) directory.
|
30
|
+
|
31
|
+
|
32
|
+
## Release new gem version
|
33
|
+
- Update ```lib/shibori/version.rb``` with new version of Shibori
|
34
|
+
- Commit and merge into ```master``` branch
|
35
|
+
- Run ```rake release``` (you must be an owner of [Shibori on Rubygems.org](https://rubygems.org/gems/shibori))
|
data/lib/shibori/version.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
@font-face {
|
2
2
|
font-family: "hk-icon";
|
3
|
-
src:font-url('hk-icon/hk-icon.eot');
|
4
|
-
src:font-url('hk-icon/hk-icon.eot?#iefix') format('embedded-opentype'),
|
5
|
-
font-url('hk-icon/hk-icon.ttf') format('truetype'),
|
6
|
-
font-url('hk-icon/hk-icon.woff') format('woff'),
|
7
|
-
font-url('hk-icon/hk-icon.svg#hk-icon') format('svg');
|
3
|
+
src:url(font-url('hk-icon/hk-icon.eot'));
|
4
|
+
src:url(font-url('hk-icon/hk-icon.eot?#iefix')) format('embedded-opentype'),
|
5
|
+
url(font-url('hk-icon/hk-icon.ttf')) format('truetype'),
|
6
|
+
url(font-url('hk-icon/hk-icon.woff')) format('woff'),
|
7
|
+
url(font-url('hk-icon/hk-icon.svg#hk-icon')) format('svg');
|
8
8
|
font-weight: normal;
|
9
9
|
font-style: normal;
|
10
10
|
}
|
@@ -2,10 +2,16 @@
|
|
2
2
|
// Read More snippet
|
3
3
|
// ==========================================================================
|
4
4
|
|
5
|
-
|
6
|
-
margin-bottom:
|
5
|
+
.read-more {
|
6
|
+
margin-bottom: 30px;
|
7
7
|
|
8
|
-
|
8
|
+
:last-child {
|
9
|
+
margin-bottom: 0;
|
10
|
+
}
|
11
|
+
|
12
|
+
& + [data-readmore-toggle] {
|
13
|
+
margin-top: -20px;
|
9
14
|
margin-bottom: $space;
|
15
|
+
display: block;
|
10
16
|
}
|
11
|
-
}
|
17
|
+
}
|
metadata
CHANGED
@@ -1,53 +1,53 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shibori
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.1.beta1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Heroku
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-01-
|
11
|
+
date: 2017-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bourbon
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - <
|
17
|
+
- - "<"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 5.0.0
|
20
|
-
- -
|
20
|
+
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 3.1.8
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
|
-
- - <
|
27
|
+
- - "<"
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: 5.0.0
|
30
|
-
- -
|
30
|
+
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 3.1.8
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: neat
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
|
-
- - ~>
|
37
|
+
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
39
|
version: '1.7'
|
40
|
-
- -
|
40
|
+
- - ">="
|
41
41
|
- !ruby/object:Gem::Version
|
42
42
|
version: 1.7.2
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
|
-
- - ~>
|
47
|
+
- - "~>"
|
48
48
|
- !ruby/object:Gem::Version
|
49
49
|
version: '1.7'
|
50
|
-
- -
|
50
|
+
- - ">="
|
51
51
|
- !ruby/object:Gem::Version
|
52
52
|
version: 1.7.2
|
53
53
|
description: shibori styleguide
|
@@ -56,7 +56,7 @@ executables: []
|
|
56
56
|
extensions: []
|
57
57
|
extra_rdoc_files: []
|
58
58
|
files:
|
59
|
-
- .gitignore
|
59
|
+
- ".gitignore"
|
60
60
|
- Gemfile
|
61
61
|
- Gemfile.lock
|
62
62
|
- Procfile
|
@@ -310,17 +310,17 @@ require_paths:
|
|
310
310
|
- lib
|
311
311
|
required_ruby_version: !ruby/object:Gem::Requirement
|
312
312
|
requirements:
|
313
|
-
- -
|
313
|
+
- - ">="
|
314
314
|
- !ruby/object:Gem::Version
|
315
315
|
version: '0'
|
316
316
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
317
317
|
requirements:
|
318
|
-
- -
|
318
|
+
- - ">"
|
319
319
|
- !ruby/object:Gem::Version
|
320
|
-
version:
|
320
|
+
version: 1.3.1
|
321
321
|
requirements: []
|
322
322
|
rubyforge_project:
|
323
|
-
rubygems_version: 2.
|
323
|
+
rubygems_version: 2.6.8
|
324
324
|
signing_key:
|
325
325
|
specification_version: 4
|
326
326
|
summary: shibori styleguide
|