allure-ruby-adaptor-api 0.6.2 → 0.6.3

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: e2835e1b90c7dcb8cd3f6834a60527d54684e804
4
- data.tar.gz: 1ee288b5b0d2e8af87286206bc2350f9dc2f4431
3
+ metadata.gz: d5dcc22bb2304ee0ee59e7e205ac28668abdd1dd
4
+ data.tar.gz: b04cecf8cd87609c6aa058b60a6c1964375954a5
5
5
  SHA512:
6
- metadata.gz: 6a1078f965281a9da9e788bf2b4a6d8bdaf0a1d041bacad624bc9d1cf2619f4146ab6fa303309b6549c832f10405eb8f8f35b6789dbfe94655dd7c60a6d62550
7
- data.tar.gz: c5544c8cc09bb893c5d02bfa80965373e82418dfe551698b86781afa3dfdada5eeceae324d0cc8585b2ac49224c67f3525cb12f8c665c6b3c0d9dc6cb92114ab
6
+ metadata.gz: e7c0bdd25d16efda3508d463b8a6b9139e5270e64a55b3afe290f59b7c80d82937b6a6c1771effaf8863fa87220e40107d400df098f906e32d6d5d39e9b36dbe
7
+ data.tar.gz: 9f2425edf17e58ce31706e9959e6459c66a8aa9d9226acaca845c463bb647189c37813f34854713e12633f58d51b38c9605b3ee5ee7ce48be1c1c5b314e907e7
data/Gemfile CHANGED
@@ -1,6 +1,3 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
- gem 'rspec', '~> 2.14.0'
5
- gem 'nokogiri', '~> 1.6.0'
6
- gem 'mimemagic'
@@ -1,16 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- allure-ruby-adaptor-api (0.6.2)
4
+ allure-ruby-adaptor-api (0.6.3)
5
5
  mimemagic
6
6
  nokogiri (~> 1.6.0)
7
- rspec (~> 2.14.0)
8
7
  uuid
9
8
 
10
9
  GEM
11
10
  remote: https://rubygems.org/
12
11
  specs:
13
- diff-lcs (1.2.5)
14
12
  macaddr (1.7.1)
15
13
  systemu (~> 2.6.2)
16
14
  mimemagic (0.2.1)
@@ -18,14 +16,6 @@ GEM
18
16
  nokogiri (1.6.3.1)
19
17
  mini_portile (= 0.6.0)
20
18
  rake (10.3.2)
21
- rspec (2.14.1)
22
- rspec-core (~> 2.14.0)
23
- rspec-expectations (~> 2.14.0)
24
- rspec-mocks (~> 2.14.0)
25
- rspec-core (2.14.8)
26
- rspec-expectations (2.14.5)
27
- diff-lcs (>= 1.1.3, < 2.0)
28
- rspec-mocks (2.14.6)
29
19
  systemu (2.6.4)
30
20
  uuid (2.3.7)
31
21
  macaddr (~> 1.0)
@@ -36,7 +26,4 @@ PLATFORMS
36
26
  DEPENDENCIES
37
27
  allure-ruby-adaptor-api!
38
28
  bundler
39
- mimemagic
40
- nokogiri (~> 1.6.0)
41
29
  rake
42
- rspec (~> 2.14.0)
data/README.md CHANGED
@@ -14,7 +14,7 @@ Add the dependency to your Gemfile
14
14
 
15
15
  ## Advanced options
16
16
 
17
- You can specify the directory where the Allure test results will appear. By default it would be 'allure/data' within
17
+ You can specify the directory where the Allure test results will appear. By default it would be 'gen/allure-results' within
18
18
  your current directory.
19
19
 
20
20
  ```ruby
@@ -18,7 +18,6 @@ Gem::Specification.new do |s|
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', '~> 2.14.0'
22
21
  s.add_dependency 'nokogiri', '~> 1.6.0'
23
22
  s.add_dependency 'uuid'
24
23
  s.add_dependency 'mimemagic'
@@ -6,7 +6,7 @@ module AllureRubyAdaptorApi
6
6
  class << self
7
7
  attr_accessor :output_dir
8
8
 
9
- DEFAULT_OUTPUT_DIR = 'allure/data'
9
+ DEFAULT_OUTPUT_DIR = 'gen/allure-results'
10
10
 
11
11
  def output_dir
12
12
  @output_dir || DEFAULT_OUTPUT_DIR
@@ -20,4 +20,4 @@ module AllureRubyAdaptorApi
20
20
  end
21
21
  end
22
22
 
23
- end
23
+ end
@@ -1,6 +1,6 @@
1
1
  module AllureRubyAdaptorApi # :nodoc:
2
2
  module Version # :nodoc:
3
- STRING = '0.6.2'
3
+ STRING = '0.6.3'
4
4
  ALLURE = '1.4.0'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,29 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: allure-ruby-adaptor-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilya Sadykov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-13 00:00:00.000000000 Z
11
+ date: 2014-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: rspec
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ~>
18
- - !ruby/object:Gem::Version
19
- version: 2.14.0
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ~>
25
- - !ruby/object:Gem::Version
26
- version: 2.14.0
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: nokogiri
29
15
  requirement: !ruby/object:Gem::Requirement
@@ -137,5 +123,6 @@ rubyforge_project:
137
123
  rubygems_version: 2.0.3
138
124
  signing_key:
139
125
  specification_version: 4
140
- summary: allure-ruby-adaptor-api-0.6.2
126
+ summary: allure-ruby-adaptor-api-0.6.3
141
127
  test_files: []
128
+ has_rdoc: