oats 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/lib/oats/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Oats
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
File without changes
data/oats.gemspec CHANGED
@@ -12,9 +12,8 @@ Gem::Specification.new do |s|
12
12
  s.description = %q{A flexible automated system integration regression test framework.}
13
13
 
14
14
  s.rubyforge_project = "oats"
15
-
16
- s.files = `git ls-files`.split("\n")
17
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
15
+ s.files = File.directory?('.git') ? `git ls-files`.split("\n") : []
16
+ s.test_files = File.directory?('.git') ? `git ls-files -- {test,spec,features}/*`.split("\n") : []
18
17
  # s.test_files = ["test/test_cgi_wrapper.rb" ]
19
18
  s.executables = %w{oats occ}
20
19
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oats
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Levent Atasoy
@@ -183,6 +183,7 @@ files:
183
183
  - lib/oats/unixdiff.rb
184
184
  - lib/oats/util.rb
185
185
  - lib/oats/version.rb
186
+ - nbproject/configs/agent-n.properties
186
187
  - nbproject/configs/agent.properties
187
188
  - nbproject/configs/gr.properties
188
189
  - nbproject/project.properties