opskeleton 0.7.1 → 0.7.2

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,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a5ac47a5adfbfcb23b17b3cd11a8f7898f4b6fc
4
- data.tar.gz: c3a72f36fb8f572007d2f540199e23015707809d
3
+ metadata.gz: 172bc1ca440858118989ae993463ca6afb180d15
4
+ data.tar.gz: 182b6a4152577706a4cf18e42b79a3763469a5d0
5
5
  SHA512:
6
- metadata.gz: 6129a1aca0ab8a40787f4e6d5fafceda42f60fc7d4b4f686dc6a66463f64d3bca860dae93d2a471a119cb7e7aa6d5f4b0033d5bd3ebf0b77a1bc294850f40b20
7
- data.tar.gz: a95d1e9651fe865593b3048c2d7c229ee2d7e7e06f0de3b7dc81440e614e753ee3e7c4f7c59a7b5cb2ff7e04f4770b5d57491d30cd630ccdb6ac7e91a84a3f2a
6
+ metadata.gz: 17e1c13a59860aa7054aa53a974fb41ca673f0893be3c0716780ac6e86101872e0d75271d1cf6da8accf7de7c647b38d8877dab54228fd8f624f1b0d6752af27
7
+ data.tar.gz: 633b4572b1f0196be66845f33e20f20740404277ef557dc85012e61131e139bbf7f76f7db16dcc50f931f87ddd57fc4abc3670545a0cfb6e6a8e599094e807fc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opskeleton (0.7.1)
4
+ opskeleton (0.7.2)
5
5
  bintray_deploy
6
6
  thor
7
7
 
@@ -36,6 +36,7 @@ module Opsk
36
36
  ignored = IO.readlines('.gitignore').map(&:chomp)
37
37
  ignored.delete('modules')
38
38
  ignored.delete('cookbooks')
39
+ ignored = ignored.select {|ig| !meta.includes.include?(ig)}
39
40
  excludes = ignored.map{|f| "'#{f}'"}.join(" --exclude=") << ' --exclude-backups --exclude-vcs --exclude=pkg'
40
41
  tar = "#{artifact}.tar.gz"
41
42
  input = artifact
@@ -1,3 +1,3 @@
1
1
  module Opskeleton
2
- VERSION = '0.7.1'
2
+ VERSION = '0.7.2'
3
3
  end
@@ -8,7 +8,7 @@ include SpecInfra::Helper::DetectOS
8
8
  def run(cmd)
9
9
  unless(system(cmd, out: $stdout, err: :out))
10
10
  puts 'Failed to setup vagrant machine'
11
- System.exit 1
11
+ exit 1
12
12
  end
13
13
  end
14
14
 
@@ -18,6 +18,7 @@ RSpec.configure do |c|
18
18
  c.ssh.close if c.ssh
19
19
  options = Net::SSH::Config.for(c.host)
20
20
  if(!ENV['LOCAL'])
21
+ run("vagrant destroy #{c.host} -f")
21
22
  run("vagrant up #{c.host}")
22
23
  config = `vagrant ssh-config #{c.host}`
23
24
  sshhost = sshuser = ''
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opskeleton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - narkisr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-05 00:00:00.000000000 Z
11
+ date: 2014-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor