webspicy 0.15.0.pre.rc9 → 0.15.0

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
  SHA256:
3
- metadata.gz: 9892bbf2e461e27ac5d2e009d1c00169841e45c92a9e9135300091db17965ba4
4
- data.tar.gz: 95f5af15b58243cf2ed0ff5aacd47561ff05afe9d73337db12902479f8093e43
3
+ metadata.gz: 7bd666306f84477c7822c1b3880a68473b1af3d727f0d8b782cea0a7ea66254f
4
+ data.tar.gz: cee99882e1f8a6adce6084321cc98476f285b2fa802c47eff11cb0275cdec704
5
5
  SHA512:
6
- metadata.gz: b2d0251e5eca82a7cf8383224aca04898844fe43b5342e87697d0af03a3caa4a65b134dfa4bf307aaa95d353430aec8e63ed1d6db6b5254eb034c60a5481609f
7
- data.tar.gz: eeeabe5944386ec82316001363c612bb2bec1230a259427d562e26dff6d32a1c1c13ef8e5e889602e8c59c2c46fa370c5306773a96c248789da517422168f1f5
6
+ metadata.gz: bb811253b21631aaae42de818d36904f01ec9fcb5b8299896f76490af05086ee28b82efcb7d72e2c650ed2faea1c20fc370df0c84853dc0f73da21278772c37f
7
+ data.tar.gz: fc01eddc86340ffe3e80e1b7a3fe821f2ada09d3d03760b0ce106d33e058268a9ca388b239c2d7bec8e14504686526a9d62d1a3548f0ce62d99d776182cda55c
data/README.md CHANGED
@@ -26,3 +26,21 @@ box software operations.
26
26
  Please have a look at the example first. It contains a simple Sinatra application
27
27
  with GET and POST restful services tested with the framework. The Rakefile contains
28
28
  the necessary tasks to run those tests.
29
+
30
+ ## Executing the tests using the command line
31
+
32
+ Please have a look at the examples first. Then:
33
+
34
+ ```
35
+ webspicy --help
36
+ webspicy path/to/your/config.rb
37
+ ```
38
+
39
+ ## Using the docker image
40
+
41
+ A docker image running your tests is provided. It expects a volume with the
42
+ tests to run put in `/home/app`.
43
+
44
+ ```
45
+ docker run enspirit/webspicy -v path/to/tests:/home/app
46
+ ```
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- webspicy (0.15.0.pre.rc9)
4
+ webspicy (0.15.0)
5
5
  finitio (>= 0.8.0)
6
6
  http (>= 2)
7
7
  mustermann (~> 1.0)
@@ -2,7 +2,7 @@ module Webspicy
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 15
5
- TINY = "0-rc9"
5
+ TINY = 0
6
6
  end
7
7
  VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webspicy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0.pre.rc9
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bernard Lambeau
@@ -258,9 +258,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
258
258
  version: '0'
259
259
  required_rubygems_version: !ruby/object:Gem::Requirement
260
260
  requirements:
261
- - - ">"
261
+ - - ">="
262
262
  - !ruby/object:Gem::Version
263
- version: 1.3.1
263
+ version: '0'
264
264
  requirements: []
265
265
  rubyforge_project:
266
266
  rubygems_version: 2.7.6