busser-shunit2 0.1.0 → 0.1.1

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.
@@ -1,3 +1,7 @@
1
+ ## 0.1.1 / 2013-05-03
2
+
3
+ * Trim whitespace from the runner script
4
+
1
5
  ## 0.1.0 / 2013-04-13
2
6
 
3
7
  * Initial release
@@ -43,11 +43,11 @@ class Busser::RunnerPlugin::Shunit2 < Busser::RunnerPlugin::Base
43
43
 
44
44
  inside(dest_path) do
45
45
  create_file("runner") do
46
- """
47
- #!/bin/bash
48
- . $1
49
- . $2
50
- """
46
+ <<-EOF
47
+ #!/bin/bash
48
+ . $1
49
+ . $2
50
+ EOF
51
51
  end
52
52
  chmod("runner", 0755)
53
53
  end
@@ -21,6 +21,6 @@ module Busser
21
21
  module Shunit2
22
22
 
23
23
  # Version string for the Shunit2 Busser runner plugin
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: busser-shunit2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-13 00:00:00.000000000 Z
12
+ date: 2013-05-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: busser
@@ -161,7 +161,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
161
161
  segments:
162
162
  - 0
163
163
  version: '0'
164
- hash: 775599996790431992
164
+ hash: -2675312325140882421
165
165
  required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  none: false
167
167
  requirements:
@@ -170,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  segments:
171
171
  - 0
172
172
  version: '0'
173
- hash: 775599996790431992
173
+ hash: -2675312325140882421
174
174
  requirements: []
175
175
  rubyforge_project:
176
176
  rubygems_version: 1.8.25