Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Updated stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
dim committed Jul 17, 2013
1 parent 7f2434e commit 49431df
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
PATH
remote: .
specs:
resty_test (0.2.0)
resty_test (0.2.1)
excon

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.4)
excon (0.22.1)
rake (10.0.4)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
excon (0.25.1)
rake (10.1.0)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.3)
rspec-expectations (2.14.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
rspec-mocks (2.14.1)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/resty_test/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class RestyTest::Config
attr_accessor :root

def source
@source ||= "http://openresty.org/download/ngx_openresty-1.2.7.8.tar.gz"
@source ||= "http://openresty.org/download/ngx_openresty-1.2.8.6.tar.gz"
end

def logger
Expand Down
2 changes: 1 addition & 1 deletion resty_test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.name = File.basename(__FILE__, '.gemspec')
s.summary = "RestyTest"
s.description = "Test OpenResty with your favourite test framework!"
s.version = "0.2.0"
s.version = "0.2.1"

s.authors = ["Dimitrij Denissenko"]
s.email = "dimitrij@blacksquaremedia.com"
Expand Down

0 comments on commit 49431df

Please sign in to comment.