fakerest 0.0.3 → 0.0.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.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fakerest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -43,8 +43,9 @@ dependencies:
|
|
|
43
43
|
- - ! '>='
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: 0.12.3
|
|
46
|
-
description:
|
|
47
|
-
|
|
46
|
+
description: Fakerest is a simple tool based on sinatra which starts a http server
|
|
47
|
+
(webrick) and exposes restful services based on the configuration specified in a
|
|
48
|
+
YAML format, which can be used as stub out any external systems
|
|
48
49
|
email: vatsa.katta@gmail.com
|
|
49
50
|
executables:
|
|
50
51
|
- fakerest
|