dock_test 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91c8ee1954a3b1a2ee91aa2594ab86a7f8389bc5
4
- data.tar.gz: 8ebb6e2c2c09d90ea333cfbfc82d1d3a99df425f
3
+ metadata.gz: ab62525e9ffb9c9ad2f3dcd1e10f5d7b335a5a5f
4
+ data.tar.gz: 1fd814ff7d00075e55c6e3c1db86a0cada15cd91
5
5
  SHA512:
6
- metadata.gz: 025f3822488847eefbac951c4e169160a7d510cafa1f4b5e92fcdbbf1f175c75d28b646df55771d0ca4df1a3dd883ef5fc0f5cd195a42832ccdb5e66fd0e694e
7
- data.tar.gz: e34bfbd614e855da9e6a75d5252abbed4844ca546a10b618310f89276a29543326721a56f343a0c6d564533cc5efbf1bb903e8b1ad6ec7ce638c54897988c164
6
+ metadata.gz: 467ad61c6ea2b4ad5c3e0a133d4e35eb18c55450a3dd2ece31e7de297a712438ca7684baa6589a63549d0ae6ff3852d23fd4475c931309aee56dd186bc319765
7
+ data.tar.gz: 27085dd0a2532b84953b1622177d1d61a5a2610d5f69b507389d0c1f6a10ff5ead1757c950e13eddefcd6a237991e313b6e4ad69785cc815f4243ce3591eaff0
data/dock_test.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = DockTest::VERSION
9
9
  spec.authors = ["Jack Xu"]
10
10
  spec.email = ["jackxxu@gmail.com"]
11
- spec.summary = spec.description = %q{a outside-in service api test framework.}
11
+ spec.summary = spec.description = %q{an outside-in service api test framework.}
12
12
  spec.homepage = "https://github.com/jackxxu/dock_test"
13
13
  spec.license = "MIT"
14
14
 
@@ -1,3 +1,3 @@
1
1
  module DockTest
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dock_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Xu
@@ -66,7 +66,7 @@ dependencies:
66
66
  version: '0'
67
67
  prerelease: false
68
68
  type: :development
69
- description: a outside-in service api test framework.
69
+ description: an outside-in service api test framework.
70
70
  email:
71
71
  - jackxxu@gmail.com
72
72
  executables: []
@@ -110,7 +110,7 @@ rubyforge_project:
110
110
  rubygems_version: 2.2.2
111
111
  signing_key:
112
112
  specification_version: 4
113
- summary: a outside-in service api test framework.
113
+ summary: an outside-in service api test framework.
114
114
  test_files:
115
115
  - test/dock_test/test_localhost_methods.rb
116
116
  - test/test_helper.rb