reactionlab 0.0.7 → 0.0.8

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
  SHA1:
3
- metadata.gz: cf3f6826c7051b72d92b473240fce2a6864a6e56
4
- data.tar.gz: ba79efb0019b3ab8428837a00bba7f4f1b71996e
3
+ metadata.gz: 5b9284e7ca2d6b6a78bf296497ae8215dd29fa08
4
+ data.tar.gz: f272f924789669e2a7733c3b1ba6babe7f80b63f
5
5
  SHA512:
6
- metadata.gz: 58aedd87cbf7e6084b28a3b55937d067c3bea85e79ad6d9301f8e0931174d1b0c8f4e435b1a30d6d1353723f916723a93bec9358bf45c4f97565acf64012a699
7
- data.tar.gz: 3f25c32105669db23eb720a6fb27b4423d8a43b71863664a51aa56d7b5214d315bd7e4d5647e78116d4f3b90db2944d0ce8ac29b5213d2c71901c058df04a2dd
6
+ metadata.gz: 5e425860db3d6c915b7af264c329f5af1f44b53a990d75661f72ce1502a6b4c850b3236be1f5c4366600340f837d915e76f3c4ef1816f66536c1e0cab5658452
7
+ data.tar.gz: d972778328bae039b98a35e12effdb70c19c97532025cd3f6f500d34d1a337e98655bb16c927ee0b19e42c0c148101d8d48cf4cbc8765499a8b728ab19379ed7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
@@ -8,7 +8,7 @@ class ReactionLab::Client < Sinatra::Base
8
8
  post '/' do
9
9
  data = JSON.parse(request.body.read)
10
10
  content_type :json
11
- JSON.dump(handle(data['InternalArgs'], data['ExternalArgs']))
11
+ JSON.dump(handle(JSON.parse(data['InternalArgs']), JSON.parse(data['ExternalArgs'])))
12
12
  end
13
13
 
14
14
  end
data/reactionlab.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: reactionlab 0.0.7 ruby lib
5
+ # stub: reactionlab 0.0.8 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "reactionlab"
9
- s.version = "0.0.7"
9
+ s.version = "0.0.8"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reactionlab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Huie