singularity_dsl 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzUyMDdiNTU2N2MzYWZmYzVjYTgwOGJlNjNlNTVlYTFiZDJiYTllYQ==
4
+ YjkxZmM2NTQzMDZhZTA0ZGU3ODU1Yjg5ZTU1YWQ4MGYwNjIzNGMzNw==
5
5
  data.tar.gz: !binary |-
6
- Y2RiYmMzNDczNmZkYmFlYzZiM2NmOTc3ZjFjNGQ2MWJlNDE0MjU4YQ==
6
+ MjAzY2QwOGZkMDkzZWMxNTc3MzNkMWUwZjdjNDhiYjc0ZmY2MzZmZg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NmNhMjMzOWE0NTc2NGU1YjFlZmJiYmJiN2JjN2I2MDkzNWQwMjgwNmI4YmE4
10
- NDcxZDU2ZjA0Yjc2OWExZmYyM2ExZDBmNzc5ZGNhZTVlNWU3NmRhOTA0YmE0
11
- ODI5MDY5YmU3NzkxNTBiNDM5ZmE3MTkwN2Q1ZWIwOTUwMWM2NWE=
9
+ NjRlNjk1ZTJkOTY1NjAwMDhmOWM0ZmUwYmUyYTFhY2UyMzBkYTRhOWJkMDBl
10
+ NzczMDY3NjlhYzhjMDBiYjU4ZDc1NTQ4NWEyOTg5YzRmMzNmZjJkYjBlYTY5
11
+ NjQyM2NmOTY2ZjNkMTI2ZjA3NjAyYTYxODliNGY3N2M5ZTI4ZDI=
12
12
  data.tar.gz: !binary |-
13
- OTk5YmFmYmZjNWM3ZjlkOTE4NjBiZmYzZjk0YzA3MTYyMDdjMjc3ZmUyMDIy
14
- OWE0YWM4ZTBiY2E3NWQwMmU3YjVlZjI3ZjQyMTc5MWI0YWU4ZGYxZjVhNDg4
15
- MDI1ODY3YTkzYmM0OWMwNjcyZjgxYWUyNWFhZDAxY2E3NmNkZDY=
13
+ YTU1YTNiNDg1Yjk3ZjhkNjYwMTg0NjQ3OGU1MmQ4ZGMxYTg2NjRiMjdmMDE5
14
+ ZmZmNzBiYzYxNGNkNTg1M2ZjYmE1NjNjOGI1YmU1YjU0NzdkNjJkYjA4MTJl
15
+ ZDBjZTgxNTE3MjA1YTk0NzhlMTU4MmU3N2VlNmUyZDBiYzg3ZjQ=
data/Gemfile.lock CHANGED
@@ -31,11 +31,11 @@ GEM
31
31
  gem-release (0.7.3)
32
32
  http-cookie (1.0.2)
33
33
  domain_name (~> 0.5)
34
- json (1.8.2)
35
- mime-types (2.5)
36
- mixlib-shellout (2.0.1)
34
+ json (1.8.3)
35
+ mime-types (2.6.1)
36
+ mixlib-shellout (2.1.0)
37
37
  netrc (0.10.3)
38
- parser (2.2.2.2)
38
+ parser (2.2.2.5)
39
39
  ast (>= 1.1, < 3.0)
40
40
  powerpack (0.1.1)
41
41
  rainbow (2.0.0)
@@ -73,7 +73,7 @@ GEM
73
73
  tins (~> 1.0)
74
74
  terminal-table (1.4.5)
75
75
  thor (0.19.1)
76
- tins (1.5.1)
76
+ tins (1.5.2)
77
77
  unf (0.1.4)
78
78
  unf_ext
79
79
  unf_ext (0.0.7.1)
@@ -115,7 +115,7 @@ module SingularityDsl
115
115
  end
116
116
 
117
117
  def clean
118
- exec 'git clean -fdx'
118
+ exec 'git clean -ffdx'
119
119
  end
120
120
 
121
121
  def exec(cmd, output = false)
@@ -2,5 +2,5 @@
2
2
 
3
3
  # version const for gem
4
4
  module SingularityDsl
5
- VERSION = '3.0.2'
5
+ VERSION = '3.0.3'
6
6
  end
@@ -75,7 +75,7 @@ describe SingularityDsl::Cli::Command::TestMerge do
75
75
 
76
76
  it 'attempts to clean & reset local' do
77
77
  allow(cmd.git).to receive :verbosity
78
- expect_git_cmd('git clean -fdx')
78
+ expect_git_cmd('git clean -ffdx')
79
79
  expect_git_cmd('git add . && git reset --hard')
80
80
  expect_git_cmd('git submodule update --init --recursive')
81
81
  expect(cmd.bootstrap_cwd repo).to eql cmd
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: singularity_dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - chr0n1x
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-12 00:00:00.000000000 Z
11
+ date: 2015-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json