proxy_tester 0.0.5 → 0.0.6

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.
data/.travis.yml ADDED
@@ -0,0 +1,8 @@
1
+ language: ruby
2
+ bundler_args: --without development
3
+ rvm:
4
+ - 1.9.3
5
+ - 2.0.0
6
+ - 2.1.0
7
+ # - jruby-19mode
8
+ script: script/ci
@@ -21,7 +21,7 @@ module ProxyTester
21
21
  options << '--color'
22
22
  options = options + ['--format', 'Fuubar' ]
23
23
  options = options + ['--order', 'rand' ]
24
- options = options + ['--tag' ] + tags
24
+ options = options + tags.collect { |t| "--tag #{t}" }
25
25
 
26
26
  $LOAD_PATH << test_cases_directory
27
27
  RSpec::Core::Runner.run(options + spec_files)
@@ -1,4 +1,4 @@
1
1
  #main ProxyTester
2
2
  module ProxyTester
3
- VERSION = '0.0.5'
3
+ VERSION = '0.0.6'
4
4
  end
data/script/ci CHANGED
@@ -1,7 +1,3 @@
1
1
  #!/bin/sh
2
2
 
3
- script/test_web &
4
-
5
3
  bundle exec rake test:coveralls
6
-
7
- pkill -P $$
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proxy_tester
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -263,6 +263,7 @@ files:
263
263
  - .rdebugrc
264
264
  - .rspec
265
265
  - .simplecov
266
+ - .travis.yml
266
267
  - .yardopts
267
268
  - Gemfile
268
269
  - Gemfile.lock