brightpearl-cli 2.7.0 → 2.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 11ca22551ed1104e27ddb26e0eec561ee6e9f2b8
4
- data.tar.gz: f2ef6b2558466256904cc7fd55129af139abfbef
3
+ metadata.gz: 5fa2dc02b38e839c3c1544027ad60872e07369f4
4
+ data.tar.gz: 150f2cc0b9622895d36cd8982f32ee628ee7e13b
5
5
  SHA512:
6
- metadata.gz: 8c3843d7e7c4514596f292188a026b6716fa8688342550941b8cc7637559a22f2693e0755d061001649697c41906bcdc116f59fd300516216cde0226d01705a9
7
- data.tar.gz: 8a79acee84d9402c9572fbd0eddc111cbad4711a3fbe21def90b44f47a74abd1ce99790c397d53be1768ed30e084688687ebce9923edd0b910accd4820d8b62e
6
+ metadata.gz: 2d21418f4619a11fa7b7329a623155666b404a886657b3b6ecd9d92c9f29fb7b39de7a8e96352aefee3706f6533d68d7bc814847cd845e7d31603059d9a36920
7
+ data.tar.gz: 3445cceb4f5730d6c0f081c2737dfb94ed5a5d7b8dc086517d5b0a739d05d144c9ef219601eb537f1fe80e4ef774b0f433170d66111211d4717caa60430eaceb
@@ -41,10 +41,10 @@ module AppCommand
41
41
  if current_branch != App::Git::MASTER
42
42
  commands << "git checkout #{App::Git::MASTER}"
43
43
  end
44
- commands << "git pull origin #{App::Git::MASTER} --no-edit"
44
+ commands << "git pull origin #{App::Git::MASTER}"
45
45
  if current_branch != App::Git::MASTER
46
46
  commands << "git checkout #{current_branch}"
47
- commands << "git pull origin #{current_branch} --no-edit"
47
+ commands << "git pull origin #{current_branch}"
48
48
  commands << 'git merge master --no-edit'
49
49
  end
50
50
  results = App::Terminal::command(commands, repo_dir)
data/lib/version.rb CHANGED
@@ -1 +1 @@
1
- VERSION = '2.7.0'
1
+ VERSION = '2.8.0'
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: 2.7.0
4
+ version: 2.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Albert Rannetsperger