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 +10 -10
- data/lib/resty_test/config.rb +1 -1
- 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.2.
|
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.
|
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.
|
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.
|
20
|
+
rspec-mocks (2.14.1)
|
21
21
|
|
22
22
|
PLATFORMS
|
23
23
|
ruby
|
data/lib/resty_test/config.rb
CHANGED
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.
|
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.
|
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-
|
12
|
+
date: 2013-07-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: excon
|