regressy_common 0.2.0 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: d0bdb902629f2fd3eb055547a5970a8916dbeb4f
4
- data.tar.gz: ee07ce5dad9a894352e8ae047f4ee8bed7936bea
2
+ SHA256:
3
+ metadata.gz: bd1c88507bfb4e9fa795afc234230434e6e302a0063390d7fae556ed8942b3ca
4
+ data.tar.gz: c7a9e61feed87bace17511504f950e871fa1538b06e0bababf0fef26ae4e5197
5
5
  SHA512:
6
- metadata.gz: d62f0142ddba157553f087ea7e3b918fc162abb6ea3f19dfad72cba4cb936e4b418954bb410470fd8c1b5811bde70f0075d25b1b9d1b8a9a1bf6bb3d30fc86e8
7
- data.tar.gz: c2539c7c19a9f71d70ea03ef4afa5d71c0138f95cfe1cfc45d1717a547c77255a487962bcd8baf568b25e7404e9ccf15be42b8fdcf2e233a397b0a63e54f799b
6
+ metadata.gz: 540e9be64eabadbd0aa0525b21954a39be332c901e82a6b6cbb8fe71670b06c7dd13481cafd6cd1ce2f6eaf199bdc6119d4f4aeda6cfbee338ab9c9abb64c3aa
7
+ data.tar.gz: 6cff0b467529e236f444beca6a972cb4567877bfb26d0ed0db71874226a3545db4a531573fccb7dd34711d53100f4f928d712eb350eb5be46e1522e021f744c4
@@ -0,0 +1,14 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
12
+
13
+ # env.secret
14
+ docker/development/env/env.secret
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at TODO: Write your email address. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
@@ -0,0 +1,66 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ regressy_common (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ addressable (2.6.0)
10
+ public_suffix (>= 2.0.2, < 4.0)
11
+ byebug (11.0.1)
12
+ childprocess (1.0.1)
13
+ rake (< 13.0)
14
+ coderay (1.1.2)
15
+ crack (0.4.3)
16
+ safe_yaml (~> 1.0.0)
17
+ diff-lcs (1.3)
18
+ hashdiff (1.0.0)
19
+ httpclient (2.8.3)
20
+ method_source (0.9.2)
21
+ pry (0.12.2)
22
+ coderay (~> 1.1.0)
23
+ method_source (~> 0.9.0)
24
+ pry-byebug (3.7.0)
25
+ byebug (~> 11.0)
26
+ pry (~> 0.10)
27
+ public_suffix (3.1.1)
28
+ rake (10.5.0)
29
+ rspec (3.8.0)
30
+ rspec-core (~> 3.8.0)
31
+ rspec-expectations (~> 3.8.0)
32
+ rspec-mocks (~> 3.8.0)
33
+ rspec-core (3.8.2)
34
+ rspec-support (~> 3.8.0)
35
+ rspec-expectations (3.8.4)
36
+ diff-lcs (>= 1.2.0, < 2.0)
37
+ rspec-support (~> 3.8.0)
38
+ rspec-mocks (3.8.1)
39
+ diff-lcs (>= 1.2.0, < 2.0)
40
+ rspec-support (~> 3.8.0)
41
+ rspec-support (3.8.2)
42
+ rubyzip (1.2.3)
43
+ safe_yaml (1.0.5)
44
+ selenium-webdriver (3.142.3)
45
+ childprocess (>= 0.5, < 2.0)
46
+ rubyzip (~> 1.2, >= 1.2.2)
47
+ webmock (3.6.2)
48
+ addressable (>= 2.3.6)
49
+ crack (>= 0.3.2)
50
+ hashdiff (>= 0.4.0, < 2.0.0)
51
+
52
+ PLATFORMS
53
+ ruby
54
+
55
+ DEPENDENCIES
56
+ bundler (~> 1.17)
57
+ httpclient
58
+ pry-byebug
59
+ rake (~> 10.0)
60
+ regressy_common!
61
+ rspec (~> 3.0)
62
+ selenium-webdriver (~> 3)
63
+ webmock (~> 3.6.2)
64
+
65
+ BUNDLED WITH
66
+ 1.17.3
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 TODO: Write your name
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -26,10 +26,18 @@ TODO: Write usage instructions here
26
26
 
27
27
  ## Development
28
28
 
29
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
30
 
31
31
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
32
 
33
33
  ## Contributing
34
34
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/regressy_common.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/regressy_common. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
+
41
+ ## Code of Conduct
42
+
43
+ Everyone interacting in the RegressyCommon project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/regressy_common/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile CHANGED
@@ -1,2 +1,6 @@
1
1
  require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
2
6
  task :default => :spec
@@ -0,0 +1,19 @@
1
+ FROM ruby:2.6.1
2
+
3
+ # locale
4
+ ENV LANG C.UTF-8
5
+
6
+ # localtime JST
7
+ RUN ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
8
+
9
+ # bundle install
10
+ RUN mkdir /rails_work
11
+ WORKDIR /rails_work
12
+ COPY Gemfile /rails_work
13
+ COPY Gemfile.lock /rails_work
14
+ COPY lib /rails_work/lib/
15
+ COPY regressy_common.gemspec /rails_work
16
+ RUN bundle install
17
+
18
+ # finished
19
+ WORKDIR /opt
@@ -0,0 +1,30 @@
1
+ version: '3'
2
+ services:
3
+ selenium-hub:
4
+ container_name: selenium-hub
5
+ image: dosel/zalenium:3
6
+ ports:
7
+ - 4444:4444
8
+ volumes:
9
+ - /dev/shm:/dev/shm
10
+ - /var/run/docker.sock:/var/run/docker.sock
11
+ - /tmp/videos:/home/seluser/videos
12
+ privileged: true
13
+ stdin_open: true
14
+ tty: true
15
+ command: >
16
+ start --timeZone "Asia/Tokyo"
17
+ --screenWidth 1920
18
+ --screenHeight 1024
19
+ regressy_common:
20
+ build:
21
+ context: ./../../
22
+ dockerfile: ./docker/development/Dockerfile
23
+ container_name: regressy_common
24
+ environment:
25
+ - RUBYLIB=/opt:/opt/app
26
+ image: fluxware-co-ltd/regressy_common:1.0
27
+ volumes:
28
+ - ~/project/fluxware/regressy_common:/opt
29
+ tty: true
30
+ command: /bin/bash
@@ -1,47 +1,7 @@
1
- require "regressy_common/version"
1
+ require "regressy_common/snap_shot"
2
+ require "regressy_common/snap_storage"
2
3
 
3
4
  module RegressyCommon
4
5
  class Error < StandardError; end
5
-
6
- module Checker
7
- def assert_element_present?(how, what)
8
- assert_with_timeout(failure_message(how, what)) do
9
- @driver.find_element(how, what).displayed?
10
- end
11
- end
12
-
13
- def assert_elements_present?(how, what, index)
14
- assert_with_timeout(failure_message(how, what, index)) do
15
- unless @driver.find_elements(how, what)[index].nil?
16
- @driver.find_elements(how, what)[index].displayed?
17
- end
18
- end
19
- end
20
-
21
- def assert_element_enabled?(how, what)
22
- assert_with_timeout(failure_message(how, what)) do
23
- result = @driver.find_element(how, what).enabled?
24
- end
25
- end
26
-
27
- def assert_with_timeout(message, timeout_value=10)
28
- @test_case.instance_eval do # assert count 集計のため、test_case で実行する
29
- assert_block message do
30
- begin
31
- Selenium::WebDriver::Wait.new(:timeout => timeout_value).until do
32
- yield
33
- end
34
- rescue => e
35
- logger.info e.message
36
- false
37
- end
38
- end
39
- end
40
- end
41
-
42
- def failure_message(*params)
43
- "#{caller[0][/`([^']*)'/, 1]} is failed. #{params}"
44
- end
45
- end
46
-
6
+ # Your code goes here...
47
7
  end
@@ -0,0 +1,24 @@
1
+ module RegressyCommon
2
+ class SnapShot
3
+ def initialize(driver, tag)
4
+ @driver = driver
5
+ @tag = tag
6
+ end
7
+
8
+ def take_and_store
9
+ save_screenshot
10
+ RegressyCommon::SnapStorage.new.store_file(snap_file, @tag)
11
+ true
12
+ end
13
+
14
+ private
15
+
16
+ def snap_file
17
+ @snap_file ||= Tempfile.create(['snap_', '.png'])
18
+ end
19
+
20
+ def save_screenshot
21
+ @driver.save_screenshot(snap_file.path)
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,45 @@
1
+ require 'httpclient'
2
+
3
+ module RegressyCommon
4
+ class SnapStorage
5
+ def store_file(file, tag)
6
+ post_file(file, tag)
7
+ File.unlink(file.path)
8
+ end
9
+
10
+ private
11
+
12
+ def post_file(file, tag)
13
+ res = File.open(file.path) do |file|
14
+ HTTPClient.new.post(
15
+ inner_api_url,
16
+ {
17
+ upload: file,
18
+ api_token: api_token,
19
+ snap_tag: tag,
20
+ }
21
+ )
22
+ end
23
+ end
24
+
25
+ def inner_api_url
26
+ %(#{api_base}#{path})
27
+ end
28
+
29
+ def api_base
30
+ ENV['API_BASE']
31
+ end
32
+
33
+ def path
34
+ %(/inner_api/v1/test_tasks/#{test_task_id}/snap_shots)
35
+ end
36
+
37
+ def test_task_id
38
+ ENV['TEST_TASK_ID']
39
+ end
40
+
41
+ def api_token
42
+ ENV['API_TOKEN']
43
+ end
44
+ end
45
+ end
@@ -1,3 +1,3 @@
1
1
  module RegressyCommon
2
- VERSION = "0.2.0"
2
+ VERSION = "0.4.0"
3
3
  end
@@ -6,21 +6,21 @@ require "regressy_common/version"
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "regressy_common"
8
8
  spec.version = RegressyCommon::VERSION
9
- spec.authors = ["Minoru Nagasaka"]
10
- spec.email = ["minoru.nagasaka@gmail.com"]
9
+ spec.authors = ["info@fluxware.co.jp"]
10
+ spec.email = ["info@fluxware.co.jp"]
11
11
 
12
- spec.summary = %q{common checker for regressy scripts}
13
- #spec.description = %q{TODO: Write a longer description or delete this line.}
14
- spec.homepage = "https://github.com/gorogit/regressy.git"
12
+ spec.summary = %q{Shared module for regression test at Regressy.}
13
+ spec.homepage = "https://bitbucket.org/fluxware_jp/regressy_common"
14
+ spec.license = "MIT"
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
17
  # to allow pushing to a single host or delete this section to allow pushing to any host.
18
18
  if spec.respond_to?(:metadata)
19
- # spec.metadata["allowed_push_host"] = "http://nohost.net"
19
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
20
20
 
21
21
  spec.metadata["homepage_uri"] = spec.homepage
22
- spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
23
- spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
22
+ spec.metadata["source_code_uri"] = "https://bitbucket.org/fluxware_jp/regressy_common/"
23
+ spec.metadata["changelog_uri"] = "https://bitbucket.org/fluxware_jp/regressy_common/CHANGELOG.md"
24
24
  else
25
25
  raise "RubyGems 2.0 or newer is required to protect against " \
26
26
  "public gem pushes."
@@ -35,6 +35,11 @@ Gem::Specification.new do |spec|
35
35
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
36
36
  spec.require_paths = ["lib"]
37
37
 
38
+ spec.add_dependency "httpclient", "~> 2.8"
38
39
  spec.add_development_dependency "bundler", "~> 1.17"
39
40
  spec.add_development_dependency "rake", "~> 10.0"
41
+ spec.add_development_dependency "rspec", "~> 3.0"
42
+ spec.add_development_dependency "pry-byebug", "~> 3.7"
43
+ spec.add_development_dependency "webmock", "~> 3.6.2"
44
+ spec.add_development_dependency "selenium-webdriver", "~> 3"
40
45
  end
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: regressy_common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
- - Minoru Nagasaka
7
+ - info@fluxware.co.jp
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-21 00:00:00.000000000 Z
11
+ date: 2019-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: httpclient
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.8'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.8'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: bundler
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -38,27 +52,94 @@ dependencies:
38
52
  - - "~>"
39
53
  - !ruby/object:Gem::Version
40
54
  version: '10.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rspec
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '3.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '3.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: pry-byebug
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '3.7'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '3.7'
83
+ - !ruby/object:Gem::Dependency
84
+ name: webmock
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: 3.6.2
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: 3.6.2
97
+ - !ruby/object:Gem::Dependency
98
+ name: selenium-webdriver
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '3'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '3'
41
111
  description:
42
112
  email:
43
- - minoru.nagasaka@gmail.com
113
+ - info@fluxware.co.jp
44
114
  executables: []
45
115
  extensions: []
46
116
  extra_rdoc_files: []
47
117
  files:
118
+ - ".gitignore"
119
+ - ".rspec"
120
+ - CODE_OF_CONDUCT.md
48
121
  - Gemfile
122
+ - Gemfile.lock
123
+ - LICENSE.txt
49
124
  - README.md
50
125
  - Rakefile
51
126
  - bin/console
52
127
  - bin/setup
128
+ - docker/development/Dockerfile
129
+ - docker/development/docker-compose.yml
53
130
  - lib/regressy_common.rb
131
+ - lib/regressy_common/snap_shot.rb
132
+ - lib/regressy_common/snap_storage.rb
54
133
  - lib/regressy_common/version.rb
55
134
  - regressy_common.gemspec
56
- homepage: https://github.com/gorogit/regressy.git
57
- licenses: []
135
+ homepage: https://bitbucket.org/fluxware_jp/regressy_common
136
+ licenses:
137
+ - MIT
58
138
  metadata:
59
- homepage_uri: https://github.com/gorogit/regressy.git
60
- source_code_uri: 'TODO: Put your gem''s public repo URL here.'
61
- changelog_uri: 'TODO: Put your gem''s CHANGELOG.md URL here.'
139
+ allowed_push_host: https://rubygems.org
140
+ homepage_uri: https://bitbucket.org/fluxware_jp/regressy_common
141
+ source_code_uri: https://bitbucket.org/fluxware_jp/regressy_common/
142
+ changelog_uri: https://bitbucket.org/fluxware_jp/regressy_common/CHANGELOG.md
62
143
  post_install_message:
63
144
  rdoc_options: []
64
145
  require_paths:
@@ -74,9 +155,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
155
  - !ruby/object:Gem::Version
75
156
  version: '0'
76
157
  requirements: []
77
- rubyforge_project:
78
- rubygems_version: 2.6.13
158
+ rubygems_version: 3.0.3
79
159
  signing_key:
80
160
  specification_version: 4
81
- summary: common checker for regressy scripts
161
+ summary: Shared module for regression test at Regressy.
82
162
  test_files: []