testbot 0.3.8.pre → 0.3.8

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.
Files changed (3) hide show
  1. data/README.markdown +1 -1
  2. data/lib/testbot.rb +1 -1
  3. metadata +7 -10
@@ -68,7 +68,7 @@ Using testbot with Rails 3:
68
68
 
69
69
  Using testbot with Rails 2:
70
70
 
71
- ruby script/plugin install git://github.com/joakimk/testbot.git -r 'refs/tags/v0.3.7'
71
+ ruby script/plugin install git://github.com/joakimk/testbot.git -r 'refs/tags/v0.3.8'
72
72
  script/generate testbot --connect 192.168.0.100
73
73
 
74
74
  rake testbot:spec (or :test, :features)
@@ -8,7 +8,7 @@ unless defined?(Testbot)
8
8
  require 'railtie' if defined?(Rails)
9
9
 
10
10
  # Don't forget to update readme and changelog
11
- VERSION = "0.3.8.pre"
11
+ VERSION = "0.3.8"
12
12
 
13
13
  SERVER_PID = "/tmp/testbot_server.pid"
14
14
  RUNNER_PID = "/tmp/testbot_runner.pid"
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testbot
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961916028
5
- prerelease: true
4
+ hash: 3
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 8
10
- - pre
11
- version: 0.3.8.pre
10
+ version: 0.3.8
12
11
  platform: ruby
13
12
  authors:
14
13
  - "Joakim Kolsj\xC3\xB6"
@@ -219,14 +218,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
219
218
  required_rubygems_version: !ruby/object:Gem::Requirement
220
219
  none: false
221
220
  requirements:
222
- - - ">"
221
+ - - ">="
223
222
  - !ruby/object:Gem::Version
224
- hash: 25
223
+ hash: 3
225
224
  segments:
226
- - 1
227
- - 3
228
- - 1
229
- version: 1.3.1
225
+ - 0
226
+ version: "0"
230
227
  requirements: []
231
228
 
232
229
  rubyforge_project: