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 +4 -4
- data/.gitignore +1 -0
- data/README.md +1 -1
- data/cucumber-calliope_importer.gemspec +1 -1
- data/lib/cucumber/calliope_importer/version.rb +1 -1
- metadata +4 -4
- data/cucumber-calliope_importer-0.1.0.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf46107d9aa7462854d3e784d9114d2535d503da
|
4
|
+
data.tar.gz: 3400f7385aedcdf67e376e81ca4e9ee0279e9670
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7e9b689fe20f8b9d0835e83fb7d6ec6dc86e4657a7159cc742b1a611a22e608c94d6dc13f52c91d68558f4bc6759f498453a16b554625e7bbf6e342f4b3ed25
|
7
|
+
data.tar.gz: 5ffd81a6eb1a360964ae34bdb740dbc94bc2e78accddd5797dbc1d5c71d657a2bbd521f2c38be3cd42024709e9879b003c582e1eae8d4f7013f0078a6ff256ab
|
data/.gitignore
CHANGED
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/
|
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
|
|
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.
|
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:
|
56
|
-
call with the test results
|
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
|