json-rigs 1.0.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b948986d7f1dda5f386391f83ce52c3d342a8194
4
- data.tar.gz: b51936d4af268f96f9e406765ceee41e3ad6853b
3
+ metadata.gz: f1b5071004ba3dbb211567a93bd9f1e6abae17c6
4
+ data.tar.gz: 6bdedbf07a0bac649bf6974ddb0fa2c06c3edd1b
5
5
  SHA512:
6
- metadata.gz: 5cc7e5c4611ea393849553308c28f2d4aea01a7b9ffa2bed214d984325db825f6c2cf249a99ea2c280aba04510a4ead2881a6e4b94b05215b32522728510297f
7
- data.tar.gz: aecb7b4a6f6f41317b14ad83bcafc86e0abc12d75822ee29e534012a66a29af5c24def2d6662943dfc9b2e9b56288ef0caff984ef00004500e9c13a134cc00b5
6
+ metadata.gz: f5655dd7ea5ff601f3006db20b1a9fc3cb40ded6086a87d7c1dd8047127743ffa681b7854e947fb4934da0834e80694b9811b1eb7d7f28dc521b025748330ead
7
+ data.tar.gz: e9dcb96a57265427cf7d22843ce704515ac0d18d775b70d664834c646067157551861fd0d815d08e1cc0d8523d01b89328050351e5ed1532cb7569d9eb04d519
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json-rigs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clinkle
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-01 00:00:00.000000000 Z
12
+ date: 2015-03-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: daemons
@@ -81,8 +81,9 @@ dependencies:
81
81
  - - "~>"
82
82
  - !ruby/object:Gem::Version
83
83
  version: '4.0'
84
- description: An easy way to serve fixtures in response to web requests.Use a handy
85
- panel to choose which fixtures to serve. Great for QA and fast prototyping.
84
+ description: Serve fixtured API responses quickly and easily. Runs a tiny sinatra
85
+ server that serves .json files from disk. Control which fixtures are being used
86
+ at localhost:port/test-panel. Great for QA and fast prototyping.
86
87
  email:
87
88
  - alex@clinkle.com
88
89
  - 21echoes@gmail.com