bucky-core 0.9.1 → 0.9.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: 5ca9ddc3d75d052fad26d93b6ba792ca2ef7fff3
4
- data.tar.gz: 949249b28151ab881209439272cc8071d4ded81e
3
+ metadata.gz: 443694a083786ca91bc07ddc002b577692709aa8
4
+ data.tar.gz: 1c5bc3ce225a7f5a37ab79556e5c89c0f893b042
5
5
  SHA512:
6
- metadata.gz: 20bc1124ddb7d9fb746da674f47fdbf9e2c61f46688f91fe2a827a5338edadebe98c5ba1500486e90f5a9b0ece6b02d545018809fb772fd63b399e71d1891652
7
- data.tar.gz: 6846b76b5fd4539f7d31668fbfab22c311f6e2746872475b1fadcf926cd47a494cb0f6795278331eefeb33b6bdcf1c96bcbe65a52863365295377a9be80a103b
6
+ metadata.gz: 2224a4c78c13862281ef56ebc827b24e77188d8e50be2c41e06e55e86806f73687748da0bc011983018ec9d88f651dc7710a63b89c7228c7dfa6326e4236b8a9
7
+ data.tar.gz: 1ec76e01714c278d023b033fb79d5197f408eabf9fe80274bbe4fe4941cc045c9d0e41c5ea19eb4d5d0b0cce6eee079cf8f5a609b23910d1963a9d33c61f459f
@@ -16,9 +16,9 @@ Gem::Specification.new do |spec|
16
16
 
17
17
  When working with Bucky-management, Bucky-core can also record test results. You can make test results visualization by using Bucky-management.
18
18
  DESCRIPTION
19
- spec.required_rubygems_version = '>= 2.4.2'
19
+ spec.required_ruby_version = '>= 2.4.2'
20
20
  spec.homepage = 'https://github.com/lifull-dev/bucky-core'
21
- spec.license = 'MIT'
21
+ spec.license = 'Apache License 2.0'
22
22
 
23
23
  spec.files = `git ls-files -z`.split("\x0").reject { |f|
24
24
  f.match(%r{^(test|spec|features)/})
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bucky
4
4
  module Version
5
- VERSION = '0.9.1'
5
+ VERSION = '0.9.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bucky-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - NaotoKishino
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: exe
15
15
  cert_chain: []
16
- date: 2019-04-15 00:00:00.000000000 Z
16
+ date: 2019-04-16 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: awesome_print
@@ -409,7 +409,7 @@ files:
409
409
  - template/new/system/logs/README.md
410
410
  homepage: https://github.com/lifull-dev/bucky-core
411
411
  licenses:
412
- - MIT
412
+ - Apache License 2.0
413
413
  metadata: {}
414
414
  post_install_message:
415
415
  rdoc_options: []
@@ -419,15 +419,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
419
419
  requirements:
420
420
  - - ">="
421
421
  - !ruby/object:Gem::Version
422
- version: '0'
422
+ version: 2.4.2
423
423
  required_rubygems_version: !ruby/object:Gem::Requirement
424
424
  requirements:
425
425
  - - ">="
426
426
  - !ruby/object:Gem::Version
427
- version: 2.4.2
427
+ version: '0'
428
428
  requirements: []
429
429
  rubyforge_project:
430
- rubygems_version: 2.6.14
430
+ rubygems_version: 2.5.2.3
431
431
  signing_key:
432
432
  specification_version: 4
433
433
  summary: System testing framework for web application.