rest-assured 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,6 +1,11 @@
1
+ 1.2.1 (21 Mar 2013)
2
+
3
+ - fix broken active record connections on heroku
4
+
1
5
  1.2.0 (20 Mar 2013)
2
6
 
3
7
  - always use thin
8
+ - dependencies update
4
9
 
5
10
  1.1.10 (09 Jan 2013)
6
11
 
@@ -24,4 +24,4 @@ opts = {
24
24
  RestAssured::Config.build(opts)
25
25
 
26
26
  require 'rest-assured/application'
27
- RestAssured::Application.run!
27
+ RestAssured::Application.run!(:threaded => false)
@@ -1,3 +1,3 @@
1
1
  module RestAssured
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest-assured
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: