This repository was archived by the owner on Oct 16, 2019. It is now read-only.
File tree 3 files changed +25
-25
lines changed
3 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- allure-rspec (0.7.7 )
5
- allure-ruby-adaptor-api (= 0.6.10 )
6
- rspec (~> 3.2 )
4
+ allure-rspec (0.8.0 )
5
+ allure-ruby-adaptor-api (= 0.7.0 )
6
+ rspec (~> 3.5 )
7
7
8
8
GEM
9
9
remote: https://rubygems.org/
10
10
specs:
11
- allure-ruby-adaptor-api (0.6.10 )
11
+ allure-ruby-adaptor-api (0.7.0 )
12
12
mimemagic
13
- nokogiri (~> 1.6.0 )
13
+ nokogiri (~> 1.7 )
14
14
uuid
15
15
diff-lcs (1.2.5 )
16
16
macaddr (1.7.1 )
17
17
systemu (~> 2.6.2 )
18
- mimemagic (0.3.1 )
19
- mini_portile2 (2.0 .0 )
20
- nokogiri (1.6.7.2 )
21
- mini_portile2 (~> 2.0.0.rc2 )
18
+ mimemagic (0.3.2 )
19
+ mini_portile2 (2.1 .0 )
20
+ nokogiri (1.7.0 )
21
+ mini_portile2 (~> 2.1.0 )
22
22
rake (10.4.2 )
23
- rspec (3.4 .0 )
24
- rspec-core (~> 3.4 .0 )
25
- rspec-expectations (~> 3.4 .0 )
26
- rspec-mocks (~> 3.4 .0 )
27
- rspec-core (3.4.2 )
28
- rspec-support (~> 3.4 .0 )
29
- rspec-expectations (3.4 .0 )
23
+ rspec (3.5 .0 )
24
+ rspec-core (~> 3.5 .0 )
25
+ rspec-expectations (~> 3.5 .0 )
26
+ rspec-mocks (~> 3.5 .0 )
27
+ rspec-core (3.5.4 )
28
+ rspec-support (~> 3.5 .0 )
29
+ rspec-expectations (3.5 .0 )
30
30
diff-lcs (>= 1.2.0 , < 2.0 )
31
- rspec-support (~> 3.4 .0 )
32
- rspec-mocks (3.4.1 )
31
+ rspec-support (~> 3.5 .0 )
32
+ rspec-mocks (3.5.0 )
33
33
diff-lcs (>= 1.2.0 , < 2.0 )
34
- rspec-support (~> 3.4 .0 )
35
- rspec-support (3.4.1 )
34
+ rspec-support (~> 3.5 .0 )
35
+ rspec-support (3.5.0 )
36
36
systemu (2.6.5 )
37
37
uuid (2.3.8 )
38
38
macaddr (~> 1.0 )
@@ -46,4 +46,4 @@ DEPENDENCIES
46
46
rake
47
47
48
48
BUNDLED WITH
49
- 1.10.5
49
+ 1.13.7
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ Gem::Specification.new do |s|
11
11
s . description = %q{Adaptor to use Allure framework along with the RSpec 2}
12
12
s . summary = "allure-rspec-#{ AllureRSpec ::Version ::STRING } "
13
13
s . homepage = 'http://allure.qatools.ru'
14
- s . license = 'Apache2 '
14
+ s . license = 'Apache-2.0 '
15
15
16
16
s . files = `git ls-files` . split ( "\n " )
17
17
s . test_files = `git ls-files -- {spec,features}/*` . split ( "\n " )
18
18
s . executables = `git ls-files -- bin/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
19
19
s . require_paths = [ 'lib' ]
20
20
21
- s . add_dependency 'rspec' , '~> 3.2 '
22
- s . add_dependency 'allure-ruby-adaptor-api' , '0.6.10 '
21
+ s . add_dependency 'rspec' , '~> 3.5 '
22
+ s . add_dependency 'allure-ruby-adaptor-api' , '0.7.0 '
23
23
24
24
s . add_development_dependency 'bundler'
25
25
s . add_development_dependency 'rake'
Original file line number Diff line number Diff line change 1
1
module AllureRSpec # :nodoc:
2
2
module Version # :nodoc:
3
- STRING = '0.7.7 '
3
+ STRING = '0.8.0 '
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments