torquespec 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,10 +58,10 @@ module TorqueSpec
58
58
  YAML.dump( yaml, file )
59
59
  end
60
60
  end
61
- else
62
- $stderr.puts "WARN: Unable to decorate your deployment descriptor with TorqueSpec::Daemon"
63
61
  end
64
62
  path
63
+ rescue Exception
64
+ path
65
65
  end
66
66
  end
67
67
 
@@ -1,3 +1,3 @@
1
1
  module TorqueSpec
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
data/spec/remote_spec.rb CHANGED
@@ -1,6 +1,9 @@
1
1
  require 'torquespec'
2
2
  require 'open-uri'
3
3
 
4
+ require 'jruby'
5
+ JRuby.objectspace = true
6
+
4
7
  remote_describe "in-container tests" do
5
8
 
6
9
  deploy <<-END.gsub(/^ {4}/,'')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torquespec
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jim Crossley
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-06-10 00:00:00 -04:00
19
+ date: 2011-06-11 00:00:00 -04:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency