hiptest-publisher 0.2.0 → 0.2.1

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: 5a5e8d4f38038c17b0009f6824c62008381c394d
4
- data.tar.gz: c233e7e0b2947c037c04d2551509c3faf12cc4f4
3
+ metadata.gz: b9917743576cd4e61c3005e0a9535b676bdaa3e8
4
+ data.tar.gz: ae0187d7a2438b75d5369d0231e66bae458c7c00
5
5
  SHA512:
6
- metadata.gz: 3f9a95295875103d1b18c083f98a99b85a113c5fc19344715c94ec9df2b9306b50e94fc467c5707d7c8cb68c513dfa0f8ba11174fbcb58e60bab2e174c8a4eef
7
- data.tar.gz: ea856f6b89ba0c981b73768d7e5f1408782ea5a5c5d30bc291d0b10655e0a024962279873ff307ea97971fe8ac83dcebaf97db960622285917291a89f7c5bbb7
6
+ metadata.gz: 76bca6131d95f2302981d3bf6c0c74ee9d17f34bad68a369b37eb60a583b9e4132d332c6d8cb4283d180f844131e1b023829ae723e03c81250caff9ef47b2eaf
7
+ data.tar.gz: c087c267d1084c11240bb4976a0c11bb36c2ace85cb1aa9897afaa33640d8b1d29a99cdd9aed1ba536702af793e305d1ece4058e51a22039b16e93e5496915d4
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  Hiptest Publisher
2
2
  ==============
3
3
 
4
- [![Build Status](https://travis-ci.org/Smartesting/zest-publisher.svg?branch=master)](https://travis-ci.org/Smartesting/zest-publisher)
5
- [![Gem version](https://badge.fury.io/rb/zest-publisher.svg)](http://badge.fury.io/rb/zest-publisher)
6
- [![Code climate](https://codeclimate.com/github/Smartesting/zest-publisher.png)](https://codeclimate.com/github/Smartesting/zest-publisher)
7
- [![Coverage](https://codeclimate.com/github/Smartesting/zest-publisher/coverage.png)](https://codeclimate.com/github/Smartesting/zest-publisher)
8
- [![Dependencies](https://gemnasium.com/Smartesting/zest-publisher.svg)](https://gemnasium.com/Smartesting/zest-publisher)
4
+ [![Build Status](https://travis-ci.org/hiptest/hiptest-publisher.svg?branch=master)](https://travis-ci.org/hiptest/hiptest-publisher)
5
+ [![Gem Version](https://badge.fury.io/rb/hiptest-publisher.svg)](http://badge.fury.io/rb/hiptest-publisher)
6
+ [![Code Climate](https://codeclimate.com/github/hiptest/hiptest-publisher/badges/gpa.svg)](https://codeclimate.com/github/hiptest/hiptest-publisher)
7
+ [![Test Coverage](https://codeclimate.com/github/hiptest/hiptest-publisher/badges/coverage.svg)](https://codeclimate.com/github/hiptest/hiptest-publisher)
8
+ [![Dependency Status](https://gemnasium.com/hiptest/hiptest-publisher.svg)](https://gemnasium.com/hiptest/hiptest-publisher)
9
9
 
10
10
 
11
11
  Installing
@@ -89,7 +89,7 @@ For example, for java you can use this config file content:
89
89
  token = '<YOUR TOKEN>'
90
90
  language = 'java'
91
91
  output_directory = '<YOUR OUTPUT DIRECTORY>'
92
- package = 'com.youcompagny'
92
+ package = 'com.youcompany'
93
93
  ```
94
94
 
95
95
  Adding support for other languages and framework
@@ -81,7 +81,7 @@ class OptionsParser
81
81
  Option.new(nil, 'actionwords-only', false, nil, "Export only the actionwords", :actionwords_only),
82
82
  Option.new(nil, 'split-scenarios', false, nil, "Export each scenario in a single file", :split_scenarios),
83
83
  Option.new(nil, 'leafless-export', false, nil, "Use only last level action word", :leafless_export),
84
- Option.new('s', 'site=SITE', 'https://www.hiptest-testing.com', String, "Site to fetch from", :site),
84
+ Option.new('s', 'site=SITE', 'https://hiptest.net', String, "Site to fetch from", :site),
85
85
  Option.new('v', 'verbose', false, nil, "Run verbosely", :verbose)
86
86
  ]
87
87
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiptest-publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiptest R&D