resty_test 0.1.1 → 0.2.0

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/Gemfile.lock CHANGED
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- resty_test (0.1.1)
4
+ resty_test (0.2.0)
5
5
  excon
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- diff-lcs (1.1.3)
11
- excon (0.20.1)
12
- rake (10.0.3)
13
- rspec (2.12.0)
14
- rspec-core (~> 2.12.0)
15
- rspec-expectations (~> 2.12.0)
16
- rspec-mocks (~> 2.12.0)
17
- rspec-core (2.12.2)
18
- rspec-expectations (2.12.1)
19
- diff-lcs (~> 1.1.3)
20
- rspec-mocks (2.12.1)
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)
19
+ diff-lcs (>= 1.1.3, < 2.0)
20
+ rspec-mocks (2.13.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.6.6.tar.gz"
8
+ @source ||= "http://openresty.org/download/ngx_openresty-1.2.7.8.tar.gz"
9
9
  end
10
10
 
11
11
  def logger
@@ -38,4 +38,4 @@ class RestyTest::Config
38
38
  end
39
39
  end
40
40
 
41
- end
41
+ end
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.1.1"
10
+ s.version = "0.2.0"
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.1.1
4
+ version: 0.2.0
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-04-11 00:00:00.000000000 Z
12
+ date: 2013-05-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: excon