colorkit 0.4.6 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -12
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df3e1d1035b6c4fae82cadcdd2bf3e52b2886cb6
4
- data.tar.gz: e5de7f6ac89867d0c86d5f1697352693684034c6
3
+ metadata.gz: 02d85c522657be9b6ed87d53c9d5fbdcf45eee9d
4
+ data.tar.gz: 11b12812e05ba1c26be9e2639e0d9c3a89121223
5
5
  SHA512:
6
- metadata.gz: beff267396e26d7d1b576103b1e01a748db6caf17836b70546a04c3c9a562f0fc11b0ecdc3a20f7ea15ea359303f125933400b5d465e3c9b8c21385ac3f17842
7
- data.tar.gz: 4e8b6c1db9ff648915ca42d3f54c3ae60e1e712827adf49def27c6c698e2b8390b52e730141339dd58abcde41e9fa9f9aaf759aec76148c844963491c4f0381e
6
+ metadata.gz: 47c003d84350b067b36e6819fb7650332966ccf63f67d0a07f2265efd49797a7b3287c55ad23a87dad6096e9db167cdc0811f2742f4f755619e57c7be8e74888
7
+ data.tar.gz: ca8da208c56051bb90eccbc75fd503d6add5875f6d60c591a2f13b4009affb8955df4d182e58426043b4659638d50b7440593085fa78fd3f159503428265b8b5
data/README.md CHANGED
@@ -5,22 +5,20 @@ Built on Compass and Sass, Colorkit provides a sensible default color library
5
5
  along with additional functions and mixins that make generating harmonious
6
6
  color schemes a breeze.
7
7
 
8
- Checkout the [Colorkit Codepen](http://codepen.io/kwaledesign/pen/glxBi) to play with a live version.
8
+ Checkout the [Colorkit Codepen](http://codepen.io/kwaledesign/pen/glxBi) to play with a live version, or read the [docs](kwaledesign.github.io/Colorkit).
9
9
 
10
10
  ##Installation:
11
- 1. Download or clone the Colorkit repo
12
- 2. Install the Colorkit gem
11
+ Install the Colorkit gem (you may need to run as sudo depending on your Ruby
12
+ environment).
13
13
  ```
14
- sudo gem install colorkit
14
+ gem install colorkit
15
15
  ```
16
- 3. Run compass create specifying your project's directory (run compass create --help for further instructions).
16
+ Run compass create specifying your project's directory (run compass create --help for further instructions).
17
17
  ```
18
18
  compass create my_project_name -r colorkit --using colorkit
19
19
  ```
20
20
 
21
- To use Colorkit in an existing project:
22
- 1. Download and install Colorkit
23
- 2. Edit your project's config.rb file adding:
21
+ To use Colorkit in an existing project edit your project's config.rb file adding:
24
22
  ```
25
23
  require 'colorkit'
26
24
  ```
@@ -50,9 +48,9 @@ $red-orange--shade-3;
50
48
  ```
51
49
  ###Mixins and Functions
52
50
  Colorkit includes mixins and functions for creating color schemes, color
53
- stacks, and experimenting entire pallets by automaticlly generating class names
54
- to use with the pallet template. These are fairly well commented within the
55
- source, hopefully documentation here will be updated soon.
51
+ stacks, and experimenting entire pallets by automatically generating class names
52
+ to use with the pallet template. Checkout the
53
+ [documentation](kwaledesign.github.io/Colorkit) for further information.
56
54
 
57
55
  ###Color Pallet
58
56
  The `color-pallet.scss` partial is the main settings file for using Colorkit
@@ -65,5 +63,5 @@ Color-stack functions were borrowed from [Snugug's](https://twitter.com/Snugug)
65
63
 
66
64
  <hr>
67
65
  ### License
68
- © Kwale Design - Original source code dual licensed under [MIT license](http://www.opensource.org/licenses/mit-license.php) / [GPL2 license](http://www.gnu.org/licenses/gpl-2.0.html). Open-sourced projects used within this project retain their original licenses.
66
+ © Kwale Design - Original source code dual licensed under [MIT license](http://www.opensource.org/licenses/mit-license.php) / [GPL2 license](http://www.gnu.org/licenses/gpl-2.0.html).
69
67
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: colorkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Ashley
@@ -56,7 +56,7 @@ files:
56
56
  - templates/project/_color-pallet.scss
57
57
  - templates/project/manifest.rb
58
58
  - templates/project/screen.scss
59
- homepage: https://kwaledesign.github.io/Colorkit
59
+ homepage: http://kwaledesign.github.io/Colorkit
60
60
  licenses: []
61
61
  metadata: {}
62
62
  post_install_message: