unidom-common-rspec 1.0 → 1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6bed498047da558ddb227718bd226c1287590ec452bbd05246cfb3d1b66d10bd
4
- data.tar.gz: 80a5dfef72584045011946a6f4eaa03e78952bd89087f0d667577d7a92189fad
3
+ metadata.gz: 5755de5fe32c294c67ba6796498142cdeee98092524661746f56c90e8c97924e
4
+ data.tar.gz: 152301ee160e24f78b4bcf0f09b1cddce5f274487310191d105ccd0357537837
5
5
  SHA512:
6
- metadata.gz: '096b7911f542e6ed7059752e0f5b15a4a92b6fa608e4bbd3ea0f973a5c1d2d1fe24ecf01b268a4d86cf768308ae082a860d80ebbd94a862f8ff7ae704d05adb1'
7
- data.tar.gz: 4514328850cb8103921686fda72b6b4c1e3bf872505bb80708a9ff15a76185e4f0f754ed9318e3dc4485c39b311e29f6383598cae6cd96fa06d2b1861a43ae2f
6
+ metadata.gz: 48c808e177675177d5af581b2804e7dfb5c5815da73c5c5ae82f5a95adb23ba7ec38592dae82feb7acd38a8b4eb33abaaf0a992f6127307006b1a90f6293555a
7
+ data.tar.gz: dddfea95c685f0d4ed9e2737bd5ec4caf9c4b3d8290bc761d64acc127245eb14be0f61df17f6944a1f6ea8bcbd8f15b57a871e6d608078388aa6344011dfe79c
@@ -68,9 +68,13 @@
68
68
 
69
69
  ## v0.10.1
70
70
 
71
- 1. Improve the Scope shared examples to separate the Monomorphic Scope shared examples, & the Polymorphic Scope shared examples
72
- 2. Improve the Validates shared examples to separate the Validates Text shared examples, & the Validates Numericality shared examples
71
+ 1. Improved the Scope shared examples to separate the Monomorphic Scope shared examples, & the Polymorphic Scope shared examples
72
+ 2. Improved the Validates shared examples to separate the Validates Text shared examples, & the Validates Numericality shared examples
73
73
 
74
74
  ## v1.0
75
75
 
76
- 1. Improve the compatibility for Rails 6.x & RSpec Rails 4.x
76
+ 1. Improved the compatibility for Rails 6.x & RSpec Rails 4.x
77
+
78
+ ## v1.1
79
+
80
+ 1. Improved the Ruby Gem Specification to depend on Rake v13.0, & RSpec v3.9
@@ -1,91 +1,96 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- unidom-common-rspec (0.10.1)
4
+ unidom-common-rspec (1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actionpack (5.0.2)
10
- actionview (= 5.0.2)
11
- activesupport (= 5.0.2)
12
- rack (~> 2.0)
13
- rack-test (~> 0.6.3)
9
+ actionpack (6.0.2.2)
10
+ actionview (= 6.0.2.2)
11
+ activesupport (= 6.0.2.2)
12
+ rack (~> 2.0, >= 2.0.8)
13
+ rack-test (>= 0.6.3)
14
14
  rails-dom-testing (~> 2.0)
15
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
16
- actionview (5.0.2)
17
- activesupport (= 5.0.2)
15
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
16
+ actionview (6.0.2.2)
17
+ activesupport (= 6.0.2.2)
18
18
  builder (~> 3.1)
19
- erubis (~> 2.7.0)
19
+ erubi (~> 1.4)
20
20
  rails-dom-testing (~> 2.0)
21
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
22
- activesupport (5.0.2)
21
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
22
+ activesupport (6.0.2.2)
23
23
  concurrent-ruby (~> 1.0, >= 1.0.2)
24
- i18n (~> 0.7)
24
+ i18n (>= 0.7, < 2)
25
25
  minitest (~> 5.1)
26
26
  tzinfo (~> 1.1)
27
- builder (3.2.3)
28
- concurrent-ruby (1.0.5)
27
+ zeitwerk (~> 2.2)
28
+ builder (3.2.4)
29
+ concurrent-ruby (1.1.6)
30
+ crass (1.0.6)
29
31
  diff-lcs (1.3)
30
- erubis (2.7.0)
31
- i18n (0.8.1)
32
- loofah (2.0.3)
32
+ erubi (1.9.0)
33
+ i18n (1.8.2)
34
+ concurrent-ruby (~> 1.0)
35
+ loofah (2.5.0)
36
+ crass (~> 1.0.2)
33
37
  nokogiri (>= 1.5.9)
34
- method_source (0.8.2)
35
- mini_portile2 (2.1.0)
36
- minitest (5.10.1)
37
- nokogiri (1.7.1)
38
- mini_portile2 (~> 2.1.0)
39
- rack (2.0.1)
40
- rack-test (0.6.3)
41
- rack (>= 1.0)
42
- rails-dom-testing (2.0.2)
43
- activesupport (>= 4.2.0, < 6.0)
44
- nokogiri (~> 1.6)
45
- rails-html-sanitizer (1.0.3)
46
- loofah (~> 2.0)
47
- railties (5.0.2)
48
- actionpack (= 5.0.2)
49
- activesupport (= 5.0.2)
38
+ method_source (1.0.0)
39
+ mini_portile2 (2.4.0)
40
+ minitest (5.14.0)
41
+ nokogiri (1.10.9)
42
+ mini_portile2 (~> 2.4.0)
43
+ rack (2.2.2)
44
+ rack-test (1.1.0)
45
+ rack (>= 1.0, < 3)
46
+ rails-dom-testing (2.0.3)
47
+ activesupport (>= 4.2.0)
48
+ nokogiri (>= 1.6)
49
+ rails-html-sanitizer (1.3.0)
50
+ loofah (~> 2.3)
51
+ railties (6.0.2.2)
52
+ actionpack (= 6.0.2.2)
53
+ activesupport (= 6.0.2.2)
50
54
  method_source
51
55
  rake (>= 0.8.7)
52
- thor (>= 0.18.1, < 2.0)
53
- rake (10.5.0)
54
- rspec (3.5.0)
55
- rspec-core (~> 3.5.0)
56
- rspec-expectations (~> 3.5.0)
57
- rspec-mocks (~> 3.5.0)
58
- rspec-core (3.5.4)
59
- rspec-support (~> 3.5.0)
60
- rspec-expectations (3.5.0)
56
+ thor (>= 0.20.3, < 2.0)
57
+ rake (13.0.1)
58
+ rspec (3.9.0)
59
+ rspec-core (~> 3.9.0)
60
+ rspec-expectations (~> 3.9.0)
61
+ rspec-mocks (~> 3.9.0)
62
+ rspec-core (3.9.1)
63
+ rspec-support (~> 3.9.1)
64
+ rspec-expectations (3.9.1)
61
65
  diff-lcs (>= 1.2.0, < 2.0)
62
- rspec-support (~> 3.5.0)
63
- rspec-mocks (3.5.0)
66
+ rspec-support (~> 3.9.0)
67
+ rspec-mocks (3.9.1)
64
68
  diff-lcs (>= 1.2.0, < 2.0)
65
- rspec-support (~> 3.5.0)
66
- rspec-rails (3.5.2)
67
- actionpack (>= 3.0)
68
- activesupport (>= 3.0)
69
- railties (>= 3.0)
70
- rspec-core (~> 3.5.0)
71
- rspec-expectations (~> 3.5.0)
72
- rspec-mocks (~> 3.5.0)
73
- rspec-support (~> 3.5.0)
74
- rspec-support (3.5.0)
75
- thor (0.19.4)
69
+ rspec-support (~> 3.9.0)
70
+ rspec-rails (4.0.0)
71
+ actionpack (>= 4.2)
72
+ activesupport (>= 4.2)
73
+ railties (>= 4.2)
74
+ rspec-core (~> 3.9)
75
+ rspec-expectations (~> 3.9)
76
+ rspec-mocks (~> 3.9)
77
+ rspec-support (~> 3.9)
78
+ rspec-support (3.9.2)
79
+ thor (1.0.1)
76
80
  thread_safe (0.3.6)
77
- tzinfo (1.2.3)
81
+ tzinfo (1.2.7)
78
82
  thread_safe (~> 0.1)
83
+ zeitwerk (2.3.0)
79
84
 
80
85
  PLATFORMS
81
86
  ruby
82
87
 
83
88
  DEPENDENCIES
84
- bundler (~> 1.12)
85
- rake (~> 10.0)
86
- rspec (~> 3.0)
87
- rspec-rails (~> 3.5)
89
+ bundler (~> 2.0)
90
+ rake (~> 13.0)
91
+ rspec (~> 3.9)
92
+ rspec-rails (~> 4.0)
88
93
  unidom-common-rspec!
89
94
 
90
95
  BUNDLED WITH
91
- 1.13.6
96
+ 2.1.4
data/ROADMAP.md CHANGED
@@ -74,3 +74,7 @@
74
74
  ## v1.0
75
75
 
76
76
  1. Improve the compatibility for Rails 6.x & RSpec Rails 4.x
77
+
78
+ ## v1.1
79
+
80
+ 1. Improve the Ruby Gem Specification to depend on Rake v13.0, & RSpec v4.0
@@ -1,7 +1,7 @@
1
1
  module Unidom
2
2
  module Common
3
3
  module RSpec
4
- VERSION = '1.0'
4
+ VERSION = '1.1'
5
5
  end
6
6
  end
7
7
  end
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
  spec.add_development_dependency 'rspec-rails', '~> 4.0'
31
31
 
32
32
  spec.add_development_dependency 'bundler', '~> 2.0'
33
- spec.add_development_dependency 'rake', '~> 11.0'
34
- spec.add_development_dependency 'rspec', '~> 3.0'
33
+ spec.add_development_dependency 'rake', '~> 13.0'
34
+ spec.add_development_dependency 'rspec', '~> 3.9'
35
35
 
36
36
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unidom-common-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Topbit Du
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-13 00:00:00.000000000 Z
11
+ date: 2020-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-rails
@@ -44,28 +44,28 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '11.0'
47
+ version: '13.0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '11.0'
54
+ version: '13.0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rspec
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '3.0'
61
+ version: '3.9'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '3.0'
68
+ version: '3.9'
69
69
  description: Unidom Common RSpec is a RSpec-based Shared Example for the Unidom Common-based
70
70
  models. Unidom Common RSpec 是为 Unidom Common 设计的基于 RSpec 的共享测试用例。
71
71
  email: