gauguin 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/gauguin/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a07d005423451283af94f40f2883014463654d6
4
- data.tar.gz: 94c047bc3adbdfd5a9c312133b7650ad2558b379
3
+ metadata.gz: 556b19e6f1d94e7b42da17888ace3bab0e22be19
4
+ data.tar.gz: 624ed97c5e5c5fb0a2d75cefd7dd934e840a4864
5
5
  SHA512:
6
- metadata.gz: 0b8d86912f76d6ec17cf14e400c346a89559b267d8c345d8697760fae9bbc1158c6cb50130c26f7f566b6b3e866885b407fd4316c307f088df2a093b82ef60fd
7
- data.tar.gz: 3bf13e35ba5fcda29a71cf7b9242802da1bdeb0aaadf686d8af988264269b3e2095db8ac93a23c112b08c4862cc5b85c317e34f825a376f84e7209edc7f43404
6
+ metadata.gz: 79a626b89c4fa47a85f79d6262252a30df3aaa9331b25e90144154be94a47e7012932b37302eb87063d801ceffbce1302f8eb1727d3d878a315485867369d4da
7
+ data.tar.gz: b6d942151fd47a0685f9d67cec0a12644ced48d139230696964ae573b1d3826f9cdebf8a8186a98c1dd960ee5c64b118df319446e0cf5451f02b7144804a0f44
data/README.md CHANGED
@@ -11,7 +11,7 @@ Retrieves palette of main colors, merging similar colors using [Lab color space]
11
11
 
12
12
  How many colors do you recognize on the image below?
13
13
 
14
- ![Black and white image](spec/support/pictures/gray_and_black.png)
14
+ ![Black and white image](http://gauguin.lunarlogic.io/assets/gray_and_black-b6871d86ef45c8740bf898233b0a588c.png)
15
15
 
16
16
  Many people would say `2`, but actually there are `1942`.
17
17
 
@@ -1,3 +1,3 @@
1
1
  module Gauguin
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gauguin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ania Slimak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-19 00:00:00.000000000 Z
11
+ date: 2015-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rmagick