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 +12 -12
- data/lib/resty_test/config.rb +2 -2
- data/resty_test.gemspec +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
resty_test (0.
|
|
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.
|
|
11
|
-
excon (0.
|
|
12
|
-
rake (10.0.
|
|
13
|
-
rspec (2.
|
|
14
|
-
rspec-core (~> 2.
|
|
15
|
-
rspec-expectations (~> 2.
|
|
16
|
-
rspec-mocks (~> 2.
|
|
17
|
-
rspec-core (2.
|
|
18
|
-
rspec-expectations (2.
|
|
19
|
-
diff-lcs (
|
|
20
|
-
rspec-mocks (2.
|
|
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
|
data/lib/resty_test/config.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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-
|
|
12
|
+
date: 2013-05-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: excon
|