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 +4 -4
- data/.travis.yml +8 -7
- data/CHANGELOG.md +5 -0
- data/Gemfile +3 -3
- data/README.md +9 -8
- data/pastel-cli.gemspec +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +19 -21
- data/.ruby-version +0 -1
- data/tasks/console.rake +0 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d563c950106e57ac343359cb3e578dc6693b5daf
|
4
|
+
data.tar.gz: 70656bddd23637c5a3fa367fcd9284ea0661c159
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
-
|
9
|
-
- 2.
|
10
|
-
- 2.
|
11
|
-
- 2.
|
12
|
-
-
|
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
|
-
-
|
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
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -1,16 +1,17 @@
|
|
1
1
|
# Pastel CLI
|
2
2
|
[][gem]
|
3
|
-
[][travis]
|
4
|
+
[][codeclimate]
|
5
|
+
[][coverage]
|
6
6
|
|
7
7
|
[gem]: http://badge.fury.io/rb/pastel-cli
|
8
|
-
[travis]: http://travis-ci.org/
|
9
|
-
[codeclimate]: https://codeclimate.com/github/
|
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/
|
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/
|
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.
|
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.
|
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 '
|
7
|
+
require 'coveralls'
|
8
8
|
|
9
9
|
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
|
10
10
|
SimpleCov::Formatter::HTMLFormatter,
|
11
|
-
|
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.
|
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:
|
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.
|
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.
|
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
|
-
- .
|
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.
|
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
|