cucumber-calliope_importer 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: 55eb38ed64e6e6de4a93601d20d33723046b0842
4
- data.tar.gz: 57f6d1e35b7f89b543c2fe6ba65be38fadde93f3
3
+ metadata.gz: cf46107d9aa7462854d3e784d9114d2535d503da
4
+ data.tar.gz: 3400f7385aedcdf67e376e81ca4e9ee0279e9670
5
5
  SHA512:
6
- metadata.gz: 3c3e01099298b4cbdcc0c69e3d8ad54dbc2d61aa7aa61ee52e20a7f640cf282155078ca19d8ecebc0e359912760efc5829ad216153cdaa87fa8d995528a02754
7
- data.tar.gz: 41a5cc6a3fd4acd18eaf52a5fdc6b5552f8a2b34695276e123441f28aa57e88d44812a1fa88cc064dfa60e04b17d2cef877729da67fb61385da5216d503eb501
6
+ metadata.gz: a7e9b689fe20f8b9d0835e83fb7d6ec6dc86e4657a7159cc742b1a611a22e608c94d6dc13f52c91d68558f4bc6759f498453a16b554625e7bbf6e342f4b3ed25
7
+ data.tar.gz: 5ffd81a6eb1a360964ae34bdb740dbc94bc2e78accddd5797dbc1d5c71d657a2bbd521f2c38be3cd42024709e9879b003c582e1eae8d4f7013f0078a6ff256ab
data/.gitignore CHANGED
@@ -8,3 +8,4 @@
8
8
  /spec/reports/
9
9
  /tmp/
10
10
  /.idea/
11
+ /*.gem
data/README.md CHANGED
@@ -33,7 +33,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
33
33
 
34
34
  ## Contributing
35
35
 
36
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/cucumber-calliope_importer.
36
+ Bug reports and pull requests are welcome on GitHub at https://github.com/mauricewijnia/cucumber-calliope_importer.
37
37
 
38
38
  ## License
39
39
 
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{This gem adds a 'calliope-import' formatter to cucumber that uploads cucumber json output to the calliope.pro platform.}
13
13
  spec.description = %q{CalliopeImport uses environment variables of a test run to make an API call with the test results.
14
- See the documentation for }
14
+ See the documentation for more information.}
15
15
  spec.homepage = "https://github.com/mauricewijnia/cucumber-calliope_import"
16
16
  spec.license = "MIT"
17
17
 
@@ -1,5 +1,5 @@
1
1
  module Cucumber
2
2
  module CalliopeImporter
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-calliope_importer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maurice Wijnia
@@ -52,8 +52,9 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '2'
55
- description: "CalliopeImport uses environment variables of a test run to make an API
56
- call with the test results.\n See the documentation for "
55
+ description: |-
56
+ CalliopeImport uses environment variables of a test run to make an API call with the test results.
57
+ See the documentation for more information.
57
58
  email:
58
59
  - maurice.wijnia@spritecloud.com
59
60
  executables: []
@@ -67,7 +68,6 @@ files:
67
68
  - Rakefile
68
69
  - bin/console
69
70
  - bin/setup
70
- - cucumber-calliope_importer-0.1.0.gem
71
71
  - cucumber-calliope_importer.gemspec
72
72
  - lib/cucumber/calliope_importer.rb
73
73
  - lib/cucumber/calliope_importer/json.rb
Binary file