cucumber-calliope_importer 0.1.1 → 0.1.2

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: 687622ca4e7d14d8dc9b95fb5b236428b1a53a19
4
- data.tar.gz: dcc5209e1bcb4b4335066ca4551b467bdf24b776
3
+ metadata.gz: 55eb38ed64e6e6de4a93601d20d33723046b0842
4
+ data.tar.gz: 57f6d1e35b7f89b543c2fe6ba65be38fadde93f3
5
5
  SHA512:
6
- metadata.gz: 714753b7b9757a47c54728e23f29fb25c2823aeaaa7bc91ebaf2036d690a6dc879bc9c5600b6da27aba0b4b8fa60c6afb384edc0621c222bccbd0c95e452dc09
7
- data.tar.gz: 4d3ca7035005188eae7242e4515b01c1e9e87b4fdc496aca20a16558ce0813684a293a59fe96b3458f0bdfe00f7f905f339d141eb8eae976d430871f590ac048
6
+ metadata.gz: 3c3e01099298b4cbdcc0c69e3d8ad54dbc2d61aa7aa61ee52e20a7f640cf282155078ca19d8ecebc0e359912760efc5829ad216153cdaa87fa8d995528a02754
7
+ data.tar.gz: 41a5cc6a3fd4acd18eaf52a5fdc6b5552f8a2b34695276e123441f28aa57e88d44812a1fa88cc064dfa60e04b17d2cef877729da67fb61385da5216d503eb501
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Cucumber::CalliopeImporter
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/cucumber/calliope_importer`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ This gem adds a 'calliope-import' formatter to cucumber that uploads cucumber json output to the calliope.pro platform.
6
4
 
7
5
  ## Installation
8
6
 
@@ -11,9 +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
- You can set those variables and call the formatter like this:
15
-
16
- $ cucumber API_KEY='API Key Here' PROFILE_ID='Profile_ID Here' -f calliope_import}
14
+ See the documentation for }
17
15
  spec.homepage = "https://github.com/mauricewijnia/cucumber-calliope_import"
18
16
  spec.license = "MIT"
19
17
 
@@ -1,5 +1,5 @@
1
1
  module Cucumber
2
2
  module CalliopeImporter
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maurice Wijnia
@@ -52,11 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '2'
55
- description: |-
56
- CalliopeImport uses environment variables of a test run to make an API call with the test results.
57
- You can set those variables and call the formatter like this:
58
-
59
- $ cucumber API_KEY='API Key Here' PROFILE_ID='Profile_ID Here' -f calliope_import
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 "
60
57
  email:
61
58
  - maurice.wijnia@spritecloud.com
62
59
  executables: []