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 CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: da7eebac2caf1baa02083c78c51c17a0a2a17467
4
- data.tar.gz: b672ae93fccbb7546e4b53bf86a1a60f107bce76
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MDFiZjAwM2JmOGQ3ODg3NGU2YjBiYzgwZDhjY2NmMDNkOWNmYmNjMg==
5
+ data.tar.gz: !binary |-
6
+ NTUyYTc5NjU3OWM4M2ZlYmI3MjZlMDRlZGFhNTQ2M2UyZWFiZTBjOQ==
5
7
  SHA512:
6
- metadata.gz: e0b8d69d7314f3ee26df37522d0ad4535a085f7e926bf17051f62204d29931911bab9e19669ce6d8c2cb62067038ed50385c18770b8dd0db475f2b00dd3153ee
7
- data.tar.gz: bb880740f1dbc34bb1917ef991fcbbf14ee9b5885281f16c2d7d62579eb00fb9af2993cc8f04b16f8bcd183b39ba6b6b02a4a72fdc770a7bc3c7c53057e1b95f
8
+ metadata.gz: !binary |-
9
+ MDIxZjU2ZjRhZGMwOGVmNTU5NzU1YjM1NmExNjhjZjY1MTdhZDYzNGE3NGQx
10
+ MTY5YzNjZjg5YjcyM2NlZGNjOGU2ODdkMDgyZGE1YzZjODE3ZWZiNDk1ZWE4
11
+ MWIwNzM4NzdjOGZiMDhkZGJhOGVjM2ZlMjk0OTBiZDY3YmY5NmE=
12
+ data.tar.gz: !binary |-
13
+ NzhjYmM3MjM2OTE2Nzg0MDllYzAzMTU3YTg0ZWFjMWE3MjQ2OWVlZjA3OTM5
14
+ ODljZjJjOTQwYjcyODhhYmExZDE3MTM4ZjU5YmNiMWQxMDg4NTA4MmE5MmQ0
15
+ Y2ExNmM4NmMwNGQyYzJlNjQ3YzA5ZDNlZDNlYmZhYTRiZTVkNjI=
@@ -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.2.0'
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 :tests, :aliases => [:t] do |test|
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
@@ -19,7 +19,7 @@ module Brightpearl
19
19
  DB = 'db'
20
20
 
21
21
  MERGED_PREFIX = 'MERGED-'
22
- MDASH = ''
22
+ MDASH = '-'
23
23
 
24
24
  MASTER = 'master'
25
25
  REFNAME = 'refname'
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.2.0
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: []