coltrane 3.0.0.pre → 3.0.0.rc1

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: 7b31feba198134bfc6fb460384f54e2ab64673195da1d8a49387b0330992d684
4
- data.tar.gz: 0185a37862223cf82da552d1b93ba2b0423044cf788956fc2c3d66a8cc9cb19a
3
+ metadata.gz: a5d1a8621e3e0f3c4b9b7841ea9f353c8195865a02049d0f5c5739efceaab92d
4
+ data.tar.gz: 2c6cea9e60d30e64d01d69270af7bc6c58f7c44fc9d3511d813856538e341aca
5
5
  SHA512:
6
- metadata.gz: ecdcbace2c6c7cf71c39acec0768728ac92fc46250310fecb046309e5b97a12b6f2f3c987be29a0a72e88e3c72781a3e867b56a781159db11d62f6110fb16a85
7
- data.tar.gz: 3ddfd6129273dc69b6e20a176129cb86d079735ad47cdcb98a5b16c6706d12ea29414a834c0a488be1273b7dc73d3328416b2575064a6870c47a737a1086c9c7
6
+ metadata.gz: e95088c4907c8014e78b55d5b30da64ac61363643b8ba07ddd3354be49ffb22a23e5942cdd129d7c0a4f06698fd55420736a8fd149c7a1edf8fa2c7776fae124
7
+ data.tar.gz: 2b01cdd22465ad3f722447854aa3b1d6eb195f53063dbab2cc1a48bc55e331731c730b5c72227eb69cd2ee59d42cb0138989428a5067686cd58777bce4f8ef2e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- coltrane (3.0.0.pre)
4
+ coltrane (3.0.0.rc1)
5
5
  color (~> 1.8)
6
6
  dry-monads (~> 0.4)
7
7
  paint (~> 2.0.1)
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  [![Build Status](https://travis-ci.org/pedrozath/coltrane.svg?branch=master)](https://travis-ci.org/pedrozath/coltrane)
2
2
  [![Gem Version](https://badge.fury.io/rb/coltrane.svg)](https://badge.fury.io/rb/coltrane)
3
- [![Maintainability](https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6/maintainability)](https://codeclimate.com/github/pedrozath/coltrane/maintainability)
4
- [![Test Coverage](https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6/test_coverage)](https://codeclimate.com/github/pedrozath/coltrane/test_coverage)
3
+ [![Maintainability](https://api.codeclimate.com/v1/badges/e3c8171def8124132380/maintainability)](https://codeclimate.com/github/pedrozath/coltrane/maintainability)
4
+ [![Test Coverage](https://api.codeclimate.com/v1/badges/e3c8171def8124132380/test_coverage)](https://codeclimate.com/github/pedrozath/coltrane/test_coverage)
5
5
 
6
6
  # Coltrane
7
7
 
data/exe/coltrane CHANGED
@@ -7,7 +7,6 @@ require 'paint'
7
7
  require 'color'
8
8
  require 'mercenary'
9
9
  require 'coltrane/commands'
10
- require 'pry'
11
10
 
12
11
  Paint.mode = 0xFFFFFF
13
12
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Coltrane
4
- VERSION = '3.0.0.pre'
4
+ VERSION = '3.0.0.rc1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coltrane
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.pre
4
+ version: 3.0.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Maciel