socialcast-git-extensions 3.1.25 → 3.1.26

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: 9bef743036ae096b672baa387db056922567daaa
4
- data.tar.gz: ed82bd91d889331d71b010786476186f1357ae1c
3
+ metadata.gz: db88c7e69892bd65d7a6e6533a963b7abd16a6a1
4
+ data.tar.gz: 390627ceb2cdefd9ef3066d75592173f950bc698
5
5
  SHA512:
6
- metadata.gz: 2f89c0952bfd6317142c929fe44786eac10df193955afd945184c80a472f8a2fc7f00d48924ec60a420ea0ebf8e197f7462a779b1901c6da53be1cb400bdc008
7
- data.tar.gz: 00c83cd3101131844d45b684b59b9e7534ec85a8e59c3ebb48286dd444997293f17f8086295b0e94d2b7702625b2f5095a9afe82657f78df4d07a52150c1c7c6
6
+ metadata.gz: 5903bfcc3b6529f774061e3618ecbcb61f564843e01ddfc506feb278f8e0363aef7a03f2ea5485651db070d1c36963244ce1e3b81614d7fc26a9d79103a8205e
7
+ data.tar.gz: 95a4af3fd6e1a23cc8385ab2866bb4ef8149bcef1aeea89e52dceb109184ef3460e487134501d28283b86907bbc4bc073edfb8a72da014861ebcd1e26bbef97e
@@ -224,9 +224,9 @@ module Socialcast
224
224
  if removed_branches.any?
225
225
  message += <<-EOS.strip_heredoc
226
226
 
227
- the following branches were affected:
228
- #{removed_branches.map{|b| ['*', b].join(' ')}.join("\n")}
227
+ The following branches were affected:
229
228
  EOS
229
+ message += removed_branches.map{ |b| ['*', b].join(' ') }.join("\n")
230
230
  end
231
231
 
232
232
  post message.strip
@@ -1,5 +1,5 @@
1
1
  module Socialcast
2
2
  module Gitx
3
- VERSION = "3.1.25"
3
+ VERSION = "3.1.26"
4
4
  end
5
5
  end
data/spec/cli_spec.rb CHANGED
@@ -372,10 +372,10 @@ describe Socialcast::Gitx::CLI do
372
372
  describe '#nuke' do
373
373
  context 'when target branch == prototype and --destination == master' do
374
374
  before do
375
- prototype_branches = %w( dev-foo dev-bar )
375
+ prototype_branches = %w( dev-foo dev-bar dev-baz )
376
376
  master_branches = %w( dev-foo )
377
377
  expect_any_instance_of(Socialcast::Gitx::CLI).to receive(:branches).and_return(prototype_branches, master_branches, prototype_branches, master_branches)
378
- stub_message "#worklog resetting prototype branch to last_known_good_master in socialcast/socialcast-git-extensions #scgitx\n/cc @SocialcastDevelopers\n\nthe following branches were affected:\n* dev-bar"
378
+ stub_message "#worklog resetting prototype branch to last_known_good_master in socialcast/socialcast-git-extensions #scgitx\n/cc @SocialcastDevelopers\n\nThe following branches were affected:\n* dev-bar\n* dev-baz"
379
379
  Socialcast::Gitx::CLI.start ['nuke', 'prototype', '--destination', 'master']
380
380
  end
381
381
  it 'should publish message into socialcast' do end # see expectations
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: socialcast-git-extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.25
4
+ version: 3.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Sonnek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-03 00:00:00.000000000 Z
11
+ date: 2014-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grit