resty_test 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/resty_test.gemspec +2 -1
- metadata +3 -2
data/Gemfile.lock
CHANGED
data/resty_test.gemspec
CHANGED
@@ -7,11 +7,12 @@ 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.2"
|
11
11
|
|
12
12
|
s.authors = ["Dimitrij Denissenko"]
|
13
13
|
s.email = "dimitrij@blacksquaremedia.com"
|
14
14
|
s.homepage = "https://github.com/bsm/resty_test"
|
15
|
+
s.license = 'MIT'
|
15
16
|
|
16
17
|
s.require_path = 'lib'
|
17
18
|
s.files = `git ls-files`.split("\n")
|
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.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -96,7 +96,8 @@ files:
|
|
96
96
|
- spec/resty_test_spec.rb
|
97
97
|
- spec/spec_helper.rb
|
98
98
|
homepage: https://github.com/bsm/resty_test
|
99
|
-
licenses:
|
99
|
+
licenses:
|
100
|
+
- MIT
|
100
101
|
post_install_message:
|
101
102
|
rdoc_options: []
|
102
103
|
require_paths:
|