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

Commit

Permalink
Updated stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
dim committed May 28, 2013
1 parent 66e2f79 commit 7f2434e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
@@ -1,23 +1,23 @@
PATH
remote: .
specs:
resty_test (0.1.1)
resty_test (0.2.0)
excon

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.1.3)
excon (0.20.1)
rake (10.0.3)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.1)
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)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)

PLATFORMS
ruby
Expand Down
4 changes: 2 additions & 2 deletions lib/resty_test/config.rb
Expand Up @@ -5,7 +5,7 @@ class RestyTest::Config
attr_accessor :root

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

def logger
Expand Down Expand Up @@ -38,4 +38,4 @@ def platform_specific_build_options
end
end

end
end
2 changes: 1 addition & 1 deletion resty_test.gemspec
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.1.1"
s.version = "0.2.0"

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

0 comments on commit 7f2434e

Please sign in to comment.