pastel-cli 0.2.0 → 0.3.0

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: 4e967a73d4b4239fcc3a89d9d96ca72fa57a3162
4
- data.tar.gz: a94b8ddf623418430a14a47f6c20a6f6277daa85
3
+ metadata.gz: d563c950106e57ac343359cb3e578dc6693b5daf
4
+ data.tar.gz: 70656bddd23637c5a3fa367fcd9284ea0661c159
5
5
  SHA512:
6
- metadata.gz: dc3650c54b2bb1721292aeada353aff4756bfdc14eff43a9e2d5d9302a4c3d9b71ca4e3efbc91eeb70c23b2807c090be4493ebc44bf624f5b9cc24439e76928c
7
- data.tar.gz: ce7a3900f50ee239850a1b355a5784de7789517dd06ee8ff053293cd9b51e6ede367b6c8744596ae8fb7f18c2e37c8027f684336ea7bfcb9b05b08b27ebadcdf
6
+ metadata.gz: 5c7bda550f42d92af868a42df55e75f9050e0c0d78ed134bb9660968173625e1973c80ad09515d9e5ad1c473c40620eae5559ca728302cc90109df3f14ef8143
7
+ data.tar.gz: d78b5298e3e6efb552cd70bfee037c07524174d59684981a3976035536327f07b9d35d09b30fdec8866c0086cad97d65c6d6968f38cd0d3277a408647c6bfe1c
data/.travis.yml CHANGED
@@ -2,17 +2,17 @@
2
2
  language: ruby
3
3
  sudo: false
4
4
  cache: bundler
5
- bundler_args: --without yard benchmarks
6
5
  script: "bundle exec rake ci"
7
6
  rvm:
8
- - 1.9.3
9
- - 2.0
10
- - 2.1
11
- - 2.2
12
- - rbx-2
7
+ - 2.0.0
8
+ - 2.1.10
9
+ - 2.2.6
10
+ - 2.3.3
11
+ - 2.4.0
12
+ - ruby-head
13
13
  - jruby-9000
14
14
  - jruby-head
15
- - ruby-head
15
+ - rbx-3
16
16
  env:
17
17
  global:
18
18
  - JRUBY_OPTS='--dev -J-Xmx1024M'
@@ -21,6 +21,7 @@ matrix:
21
21
  - rvm: ruby-head
22
22
  - rvm: jruby-head
23
23
  - rvm: jruby-9000
24
+ - rvm: rbx-3
24
25
  fast_finish: true
25
26
  branches:
26
27
  only: master
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ## [v0.3.0] - 2017-01-01
4
+
5
+ ### Changed
6
+ * Change pastel dependency
7
+
3
8
  ## [v0.2.0] - 2016-03-05
4
9
 
5
10
  ### Added
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
 
5
5
  group :test do
6
- gem 'rspec', '~> 3.4.0'
7
- gem 'simplecov', '~> 0.11.2'
8
- gem 'codeclimate-test-reporter', '~> 0.4.8'
6
+ gem 'rspec', '~> 3.5.0'
7
+ gem 'simplecov', '~> 0.12.0'
8
+ gem 'coveralls', '~> 0.8.13'
9
9
  end
data/README.md CHANGED
@@ -1,16 +1,17 @@
1
1
  # Pastel CLI
2
2
  [![Gem Version](https://badge.fury.io/rb/pastel-cli.svg)][gem]
3
- [![Build Status](https://secure.travis-ci.org/peter-murach/pastel-cli.svg?branch=master)][travis]
4
- [![Code Climate](https://codeclimate.com/github/peter-murach/pastel-cli/badges/gpa.svg)][codeclimate]
5
- [![Coverage Status](https://codeclimate.com/github/peter-murach/pastel-cli/badges/coverage.svg)][codeclimate]
3
+ [![Build Status](https://secure.travis-ci.org/piotrmurach/pastel-cli.svg?branch=master)][travis]
4
+ [![Code Climate](https://codeclimate.com/github/piotrmurach/pastel-cli/badges/gpa.svg)][codeclimate]
5
+ [![Coverage Status](https://coveralls.io/repos/github/piotrmurach/pastel-cli/badge.svg)][coverage]
6
6
 
7
7
  [gem]: http://badge.fury.io/rb/pastel-cli
8
- [travis]: http://travis-ci.org/peter-murach/pastel-cli
9
- [codeclimate]: https://codeclimate.com/github/peter-murach/pastel-cli
8
+ [travis]: http://travis-ci.org/piotrmurach/pastel-cli
9
+ [codeclimate]: https://codeclimate.com/github/piotrmurach/pastel-cli
10
+ [coverage]: https://coveralls.io/github/piotrmurach/pastel-cli
10
11
 
11
12
  > CLI tool for intuitive terminal output styling
12
13
 
13
- **Pastel CLI** provides terminal tool for [Pastel](https://github.com/peter-murach/pastel).
14
+ **Pastel CLI** provides terminal tool for [Pastel](https://github.com/piotrmurach/pastel).
14
15
 
15
16
  ## Installation
16
17
 
@@ -50,7 +51,7 @@ $ echo 'Unicorns & rainbows!' | pastel green
50
51
 
51
52
  ## Contributing
52
53
 
53
- 1. Fork it ( https://github.com/peter-murach/pastel-cli/fork )
54
+ 1. Fork it ( https://github.com/piotrmurach/pastel-cli/fork )
54
55
  2. Create your feature branch (`git checkout -b my-new-feature`)
55
56
  3. Commit your changes (`git commit -am 'Add some feature'`)
56
57
  4. Push to the branch (`git push origin my-new-feature`)
@@ -58,4 +59,4 @@ $ echo 'Unicorns & rainbows!' | pastel green
58
59
 
59
60
  ## Copyright
60
61
 
61
- Copyright (c) 2016 Piotr Murach. See LICENSE for further details.
62
+ Copyright (c) 2016-2017 Piotr Murach. See LICENSE for further details.
data/pastel-cli.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'pastel-cli'
5
- spec.version = '0.2.0'
5
+ spec.version = '0.3.0'
6
6
  spec.authors = ['Piotr Murach']
7
7
  spec.email = ['']
8
8
  spec.summary = %q{CLI tool for intuitive terminal output styling}
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
15
15
  spec.test_files = spec.files.grep(%r{^spec/})
16
16
 
17
- spec.add_dependency 'pastel', '~> 0.6.0'
17
+ spec.add_dependency 'pastel', '~> 0.7.0'
18
18
 
19
19
  spec.add_development_dependency 'bundler', '>= 1.5.0', '< 2.0'
20
20
  spec.add_development_dependency 'rake'
data/spec/spec_helper.rb CHANGED
@@ -4,11 +4,11 @@ $:.unshift File.expand_path("../../bin", __FILE__)
4
4
 
5
5
  if RUBY_VERSION > '1.9' and (ENV['COVERAGE'] || ENV['TRAVIS'])
6
6
  require 'simplecov'
7
- require 'codeclimate-test-reporter'
7
+ require 'coveralls'
8
8
 
9
9
  SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
10
10
  SimpleCov::Formatter::HTMLFormatter,
11
- CodeClimate::TestReporter::Formatter
11
+ Coveralls::SimpleCov::Formatter
12
12
  ]
13
13
 
14
14
  SimpleCov.start do
metadata CHANGED
@@ -1,61 +1,61 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pastel-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Murach
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-05 00:00:00.000000000 Z
11
+ date: 2017-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pastel
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.6.0
19
+ version: 0.7.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.6.0
26
+ version: 0.7.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: 1.5.0
34
- - - <
34
+ - - "<"
35
35
  - !ruby/object:Gem::Version
36
36
  version: '2.0'
37
37
  type: :development
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
- - - '>='
41
+ - - ">="
42
42
  - !ruby/object:Gem::Version
43
43
  version: 1.5.0
44
- - - <
44
+ - - "<"
45
45
  - !ruby/object:Gem::Version
46
46
  version: '2.0'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rake
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - '>='
51
+ - - ">="
52
52
  - !ruby/object:Gem::Version
53
53
  version: '0'
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - '>='
58
+ - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
61
  description: CLI tool for intuitive terminal output styling
@@ -66,11 +66,10 @@ executables:
66
66
  extensions: []
67
67
  extra_rdoc_files: []
68
68
  files:
69
- - .codeclimate.yml
70
- - .gitignore
71
- - .rspec
72
- - .ruby-version
73
- - .travis.yml
69
+ - ".codeclimate.yml"
70
+ - ".gitignore"
71
+ - ".rspec"
72
+ - ".travis.yml"
74
73
  - CHANGELOG.md
75
74
  - Gemfile
76
75
  - LICENSE.txt
@@ -80,7 +79,6 @@ files:
80
79
  - pastel-cli.gemspec
81
80
  - spec/spec_helper.rb
82
81
  - spec/unit/pastel_command_spec.rb
83
- - tasks/console.rake
84
82
  - tasks/coverage.rake
85
83
  - tasks/spec.rake
86
84
  homepage: ''
@@ -93,17 +91,17 @@ require_paths:
93
91
  - lib
94
92
  required_ruby_version: !ruby/object:Gem::Requirement
95
93
  requirements:
96
- - - '>='
94
+ - - ">="
97
95
  - !ruby/object:Gem::Version
98
96
  version: '0'
99
97
  required_rubygems_version: !ruby/object:Gem::Requirement
100
98
  requirements:
101
- - - '>='
99
+ - - ">="
102
100
  - !ruby/object:Gem::Version
103
101
  version: '0'
104
102
  requirements: []
105
103
  rubyforge_project:
106
- rubygems_version: 2.0.3
104
+ rubygems_version: 2.5.1
107
105
  signing_key:
108
106
  specification_version: 4
109
107
  summary: CLI tool for intuitive terminal output styling
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- 2.0.0
data/tasks/console.rake DELETED
@@ -1,10 +0,0 @@
1
- # encoding: utf-8
2
-
3
- desc 'Load gem inside irb console'
4
- task :console do
5
- require 'irb'
6
- require 'irb/completion'
7
- require File.join(__FILE__, '../../lib/pastel')
8
- ARGV.clear
9
- IRB.start
10
- end