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 +4 -4
- data/bucky-core.gemspec +2 -2
- data/lib/bucky/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 443694a083786ca91bc07ddc002b577692709aa8
|
|
4
|
+
data.tar.gz: 1c5bc3ce225a7f5a37ab79556e5c89c0f893b042
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2224a4c78c13862281ef56ebc827b24e77188d8e50be2c41e06e55e86806f73687748da0bc011983018ec9d88f651dc7710a63b89c7228c7dfa6326e4236b8a9
|
|
7
|
+
data.tar.gz: 1ec76e01714c278d023b033fb79d5197f408eabf9fe80274bbe4fe4941cc045c9d0e41c5ea19eb4d5d0b0cce6eee079cf8f5a609b23910d1963a9d33c61f459f
|
data/bucky-core.gemspec
CHANGED
|
@@ -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.
|
|
19
|
+
spec.required_ruby_version = '>= 2.4.2'
|
|
20
20
|
spec.homepage = 'https://github.com/lifull-dev/bucky-core'
|
|
21
|
-
spec.license = '
|
|
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)/})
|
data/lib/bucky/version.rb
CHANGED
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.
|
|
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-
|
|
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
|
-
-
|
|
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:
|
|
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:
|
|
427
|
+
version: '0'
|
|
428
428
|
requirements: []
|
|
429
429
|
rubyforge_project:
|
|
430
|
-
rubygems_version: 2.
|
|
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.
|