resty_test 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- resty_test (0.2.0)
4
+ resty_test (0.2.1)
5
5
  excon
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  diff-lcs (1.2.4)
11
- excon (0.22.1)
12
- rake (10.0.4)
13
- rspec (2.13.0)
14
- rspec-core (~> 2.13.0)
15
- rspec-expectations (~> 2.13.0)
16
- rspec-mocks (~> 2.13.0)
17
- rspec-core (2.13.1)
18
- rspec-expectations (2.13.0)
11
+ excon (0.25.1)
12
+ rake (10.1.0)
13
+ rspec (2.14.1)
14
+ rspec-core (~> 2.14.0)
15
+ rspec-expectations (~> 2.14.0)
16
+ rspec-mocks (~> 2.14.0)
17
+ rspec-core (2.14.3)
18
+ rspec-expectations (2.14.0)
19
19
  diff-lcs (>= 1.1.3, < 2.0)
20
- rspec-mocks (2.13.1)
20
+ rspec-mocks (2.14.1)
21
21
 
22
22
  PLATFORMS
23
23
  ruby
@@ -5,7 +5,7 @@ class RestyTest::Config
5
5
  attr_accessor :root
6
6
 
7
7
  def source
8
- @source ||= "http://openresty.org/download/ngx_openresty-1.2.7.8.tar.gz"
8
+ @source ||= "http://openresty.org/download/ngx_openresty-1.2.8.6.tar.gz"
9
9
  end
10
10
 
11
11
  def logger
data/resty_test.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.name = File.basename(__FILE__, '.gemspec')
8
8
  s.summary = "RestyTest"
9
9
  s.description = "Test OpenResty with your favourite test framework!"
10
- s.version = "0.2.0"
10
+ s.version = "0.2.1"
11
11
 
12
12
  s.authors = ["Dimitrij Denissenko"]
13
13
  s.email = "dimitrij@blacksquaremedia.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resty_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.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-05-28 00:00:00.000000000 Z
12
+ date: 2013-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: excon