colorama 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
  SHA256:
3
- metadata.gz: d913cbfd2e43bd8f111cc97213b42f7ca8affec13865a904ee513acab7f34c56
4
- data.tar.gz: 8252cd9fe9e2ecbfc0b3679813b1c75b84bd8d936c79988928d51abdd0c2c483
3
+ metadata.gz: '049567bc4010f78760eb4a9ca4470af4875e191a40a706e27ccccdb8fb682eb5'
4
+ data.tar.gz: 9249cdb40ead1b2de7d96800fc273236c333b99a354e99defd3b3c8b030aa538
5
5
  SHA512:
6
- metadata.gz: 953bb0a49c35ea9ed79e84fe1e837566048c220def51746cf2bbfef820ae18c4c5f8729f2af1a362530e7e11979637e679f467c0f42e2b4580ba261baa5b6f1f
7
- data.tar.gz: 26f9b874130c13e45c57b87a8127aca193f8db7d1a6cb8cd7d33266be07c54f4d157fafaedc0581b364b5a0e56cc3bdc1f1e57fb15ee327dbb05b7cc6f9b035b
6
+ metadata.gz: a01a862e0676f05af1235d1513dc4c77c08b586e2351e5772dac35327a722b67979cea0b2752f1c13782b2c5791e71671df32daae7cb1e5f8c61ddcf07516bbf
7
+ data.tar.gz: fb7dd14e2348b605ff7e94a8c7c5968ca7ad1cb8a0f09a0e295bac460bf9380fb75cbaa1fcbbba60eb089451d093dea9cad08560420e13ef528ba565a04323bb
data/README.md CHANGED
@@ -52,7 +52,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
52
52
 
53
53
  ## Contributing
54
54
 
55
- Bug reports and pull requests are welcome on GitHub at https://github.com/gustavodiel]/colorama. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/gustavodiel/colorama/blob/master/CODE_OF_CONDUCT.md).
55
+ Bug reports and pull requests are welcome on GitHub at https://github.com/gustavodiel/colorama. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/gustavodiel/colorama/blob/master/CODE_OF_CONDUCT.md).
56
56
 
57
57
  ## License
58
58
 
data/colorama.gemspec CHANGED
@@ -25,4 +25,8 @@ Gem::Specification.new do |spec|
25
25
  spec.bindir = "exe"
26
26
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
27
27
  spec.require_paths = ["lib"]
28
+
29
+ spec.add_runtime_dependency 'rmagick', '~> 4.2.0'
30
+ spec.add_development_dependency 'rmagick', '~> 4.2.0'
31
+
28
32
  end
@@ -1,7 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'pry'
4
-
5
3
  module Colorama
6
4
  class Color
7
5
  attr_reader :red, :green, :blue
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Colorama
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,15 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: colorama
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
  - Gustavo Diel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-29 00:00:00.000000000 Z
12
- dependencies: []
11
+ date: 2021-04-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rmagick
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 4.2.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 4.2.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: rmagick
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 4.2.0
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: 4.2.0
13
41
  description:
14
42
  email:
15
43
  - gustavodiel@hotmail.com
@@ -31,7 +59,6 @@ files:
31
59
  - Rakefile
32
60
  - bin/console
33
61
  - bin/setup
34
- - colorama-0.1.0.gem
35
62
  - colorama.gemspec
36
63
  - lib/colorama.rb
37
64
  - lib/colorama/color.rb
data/colorama-0.1.0.gem DELETED
Binary file