newman_scenario 0.1.3 → 0.1.4

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
  SHA256:
3
- metadata.gz: a249bfa843b4d5696be896e2ac9066cd3891da46cbcc0348ca29b587b6f742ad
4
- data.tar.gz: 6c4f66cb953c7ffdf5dacb496889123425ecf4143eefaa83aaf438d42d4bdbcf
3
+ metadata.gz: 14c803747f22b3308cf01a4ba0cdfe32775f9c2bb4f092c5643fa87be92254e8
4
+ data.tar.gz: 843485ee76598e801da49c4427528e578de2737ed6432597767c91f6ef0a503f
5
5
  SHA512:
6
- metadata.gz: 4dec924de1eea41bce0cc3ca79605521cc33235c254469819126104bf93bbf48ae12b75434e23d35071131f3cf72048b12670b68e1dea9aa57b4a51cd1750623
7
- data.tar.gz: 1e925af5a9c6865e52d4bf8d06f39a88f48448244ffb2613595882325850c86816888d469c7baf6ff0439f59b15f4e578f8e1d7ba5d2eaa773e934cbd6bec688
6
+ metadata.gz: 61a856cccf0087a17c698d7753248b5a98f3ae467355cbc14041e26b944224e196750a7939eca75a164ce08634c4cd9af0e6b9328b6f5a9812e61a183f2cf9c7
7
+ data.tar.gz: 50765398bc9568cbeffbc7eb55e33c15735bf2c16a7a1be1994bb528080d8dcaa7a5fce0cbdc345a54ba1b5e669712ed489d8c3d717d1138e046cc4044294a78
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- newman_scenario (0.1.3)
4
+ newman_scenario (0.1.4)
5
5
  dotenv (= 2.7.5)
6
6
  httparty (= 0.16.2)
7
7
  thor (= 1.0.1)
data/README.md CHANGED
@@ -42,8 +42,7 @@ Or install it yourself as:
42
42
 
43
43
  ### Using configure`
44
44
 
45
- configure will guide you to set Postman related collection and environments (fetch from [Postman](https://www.postman.com) ), and
46
- stores them in `.env`
45
+ configure will guide you to set Postman related collection and environments (fetch from [Postman](https://www.postman.com) and supporting Workspaces), and stores them in `.env`
47
46
 
48
47
  $ newman_scenario configure
49
48
 
@@ -179,7 +179,7 @@ module NewmanScenario
179
179
  }
180
180
  write_to_json_file(last_scenario_file_path, new_collection)
181
181
  end
182
- cmd("newman run #{last_scenario_file_path} -e /tmp/postman-environment-#{environment}.json#{bail ? ' --bail' : ''}")
182
+ puts cmd("newman run #{last_scenario_file_path} -e /tmp/postman-environment-#{environment}.json#{bail ? ' --bail' : ''}")
183
183
  end
184
184
 
185
185
  private
@@ -1,3 +1,3 @@
1
1
  module NewmanScenario
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newman_scenario
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hugues Bernet-Rollande
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-19 00:00:00.000000000 Z
11
+ date: 2020-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tty-prompt