rainbow_colors 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ec5120a220dbe8f74028e43140a787d49ea608b
4
- data.tar.gz: 68c3c122165dff3a8929eca357dbc95b4d4a7628
3
+ metadata.gz: fb1f2f413c084e4d53969c2d2e3cbd622a907f0c
4
+ data.tar.gz: 4c554749cec6941fdea8cd8f339c6340df3e023b
5
5
  SHA512:
6
- metadata.gz: c275562659e480e4777418c2b973fd2846906c5c9fde4808ebf6a9fab52b9576b8af71ca45054fc037a6a3c2a4247858eeb42deeaf413e2a1db0b2dbcd538c65
7
- data.tar.gz: f89b7c89da057de432b32beff74d67eba3f7e7fa54d08836d69f57244790adc5c5c0a8f26bbd704edd70b60c956fdf1e5b3cc7bb634f685d9a35bb754e42bd03
6
+ metadata.gz: 5f06fa26081c50806f789866edaa62b3762d239f732ee190db9b5e437d151ea0c71ffeda2b3b9c266b186445a41da66204aaf47e238dc068c76f29fc90ac8b33
7
+ data.tar.gz: 0a5988c19abcf33423e8bc0478fc055f959522b14488d4bcb5459bab4e65a3b670255101d23331ec577982ab945e07d06e4fb6afff451200b8e2dab257649039
@@ -1,3 +1,3 @@
1
1
  module RainbowColors
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -6,11 +6,11 @@ require 'rainbow_colors/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "rainbow_colors"
8
8
  spec.version = RainbowColors::VERSION
9
- spec.authors = ["Ashish Kumar"]
10
- spec.email = ["ashish@ashish.co"]
9
+ spec.authors = ["Ashish Kumar", "Nikolay Petrachkov"]
10
+ spec.email = ["ashish@ashish.co", "nik@jastix.biz"]
11
11
 
12
12
  spec.summary = "Generate color palettes and schemes for your designs"
13
- spec.homepage = "https://github.com/ashishkumar/rainbow"
13
+ spec.homepage = "https://github.com/ashishkumar/rainbow_colors"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_development_dependency "bundler", "~> 1.11"
22
- spec.add_development_dependency "rake", "~> 10.0"
23
- spec.add_development_dependency "rspec", "~> 3.0"
21
+ spec.add_development_dependency "bundler", "~> 1.11"
22
+ spec.add_development_dependency "rake", "~> 10.0"
23
+ spec.add_development_dependency "rspec", "~> 3.0"
24
24
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rainbow_colors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashish Kumar
8
+ - Nikolay Petrachkov
8
9
  autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
11
- date: 2016-02-12 00:00:00.000000000 Z
12
+ date: 2016-02-14 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: bundler
@@ -55,6 +56,7 @@ dependencies:
55
56
  description:
56
57
  email:
57
58
  - ashish@ashish.co
59
+ - nik@jastix.biz
58
60
  executables: []
59
61
  extensions: []
60
62
  extra_rdoc_files: []
@@ -73,7 +75,7 @@ files:
73
75
  - lib/rainbow_colors/palette.rb
74
76
  - lib/rainbow_colors/version.rb
75
77
  - rainbow_colors.gemspec
76
- homepage: https://github.com/ashishkumar/rainbow
78
+ homepage: https://github.com/ashishkumar/rainbow_colors
77
79
  licenses:
78
80
  - MIT
79
81
  metadata: {}