brightpearl-cli 1.2.0 → 1.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 +13 -5
- data/lib/brightpearl_cli.rb +2 -2
- data/lib/core/git.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
MDFiZjAwM2JmOGQ3ODg3NGU2YjBiYzgwZDhjY2NmMDNkOWNmYmNjMg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
NTUyYTc5NjU3OWM4M2ZlYmI3MjZlMDRlZGFhNTQ2M2UyZWFiZTBjOQ==
|
|
5
7
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MDIxZjU2ZjRhZGMwOGVmNTU5NzU1YjM1NmExNjhjZjY1MTdhZDYzNGE3NGQx
|
|
10
|
+
MTY5YzNjZjg5YjcyM2NlZGNjOGU2ODdkMDgyZGE1YzZjODE3ZWZiNDk1ZWE4
|
|
11
|
+
MWIwNzM4NzdjOGZiMDhkZGJhOGVjM2ZlMjk0OTBiZDY3YmY5NmE=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
NzhjYmM3MjM2OTE2Nzg0MDllYzAzMTU3YTg0ZWFjMWE3MjQ2OWVlZjA3OTM5
|
|
14
|
+
ODljZjJjOTQwYjcyODhhYmExZDE3MTM4ZjU5YmNiMWQxMDg4NTA4MmE5MmQ0
|
|
15
|
+
Y2ExNmM4NmMwNGQyYzJlNjQ3YzA5ZDNlZDNlYmZhYTRiZTVkNjI=
|
data/lib/brightpearl_cli.rb
CHANGED
|
@@ -53,7 +53,7 @@ module Brightpearl
|
|
|
53
53
|
# TRUE/FALSE DEPENDING ON WHETHER USER IN ON BETA OR NOT.
|
|
54
54
|
beta_only = Brightpearl::Config.param(Brightpearl::Config::BETA) == 'true' ? true : false
|
|
55
55
|
|
|
56
|
-
brightpearl.version '1.
|
|
56
|
+
brightpearl.version '1.3.0'
|
|
57
57
|
brightpearl.summary "\x1B[38;5;166mBRIGHTPEARL-CLI\x1B[0m \x1B[38;5;240m\xe2\x80\x94 BETA\x1B[0m"
|
|
58
58
|
brightpearl.description "\x1B[38;5;#{title_color}mA command line utility for Brightpearl developers and QAs.\nUsed for automating daily work flows & completing repetitive tasks quicker with less errors.\nDesigned to work from anywhere on your workstation.\n\nUse #{Brightpearl::Terminal::format_command('brightpearl')}\x1B[38;5;#{title_color}m or #{Brightpearl::Terminal::format_command('bp')}\x1B[38;5;#{title_color}m to run.\x1B[0m"
|
|
59
59
|
|
|
@@ -376,7 +376,7 @@ module Brightpearl
|
|
|
376
376
|
end
|
|
377
377
|
|
|
378
378
|
# TEST
|
|
379
|
-
brightpearl.command :
|
|
379
|
+
brightpearl.command :test, :aliases => [:t] do |test|
|
|
380
380
|
test.summary 'Run various tests (PHPUnit by default)'
|
|
381
381
|
test.options do |opts|
|
|
382
382
|
opts.opt :cucumber, 'Run Cucumber tests', :short => '-c', :long => '--cucumber', :type => :boolean
|
data/lib/core/git.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brightpearl-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Albert Rannetsperger
|
|
@@ -59,7 +59,7 @@ dependencies:
|
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: 2.9.1
|
|
62
|
-
- -
|
|
62
|
+
- - ! '>='
|
|
63
63
|
- !ruby/object:Gem::Version
|
|
64
64
|
version: 2.9.1
|
|
65
65
|
type: :runtime
|
|
@@ -69,7 +69,7 @@ dependencies:
|
|
|
69
69
|
- - '='
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
71
|
version: 2.9.1
|
|
72
|
-
- -
|
|
72
|
+
- - ! '>='
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: 2.9.1
|
|
75
75
|
- !ruby/object:Gem::Dependency
|
|
@@ -157,12 +157,12 @@ require_paths:
|
|
|
157
157
|
- lib
|
|
158
158
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
159
159
|
requirements:
|
|
160
|
-
- -
|
|
160
|
+
- - ! '>='
|
|
161
161
|
- !ruby/object:Gem::Version
|
|
162
162
|
version: '1.9'
|
|
163
163
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
164
|
requirements:
|
|
165
|
-
- -
|
|
165
|
+
- - ! '>='
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
167
|
version: '0'
|
|
168
168
|
requirements: []
|