reactionlab 0.0.11 → 0.1.0

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: bac0916e4958d2e79dbbb1332729e50f28da2b92
4
- data.tar.gz: aa1f2e983996ada3ef36f4d9ba8cc5b1123746f6
3
+ metadata.gz: ee8639bdba0068b3c900eba07b13efbc9d10540f
4
+ data.tar.gz: f4e9d51bb6a17b3fd28fe22590d2b45d71accdbe
5
5
  SHA512:
6
- metadata.gz: 05bcb5d087fca35b6db79547bad6921927e7d4cdbbcd1f8b1495172852a6ecbb194571d0d769b7da301015dc2876dffa42b99cafe9e8cfc96ac5ffafd7391cbb
7
- data.tar.gz: 37d27b6979c756cdebf8ab12cf181f62e9e3e4932f54812b340aa1539e39f630f8df869842d3b05afb1ec2c095f966fb8b7bfc7960ff94b6198ca2e45eb5b14d
6
+ metadata.gz: 67e20e518a3414826b2791210c6138ed2b04c91553285f0e01628dfce858d6bbae73f7fc020c98dc32b01b54749738b0dc0a7b4e17250cca7647a539307a827c
7
+ data.tar.gz: 677bab2cc433db1f823bbcb0fcd992e34f04e7fdb7ed2871352295487d8d73eec6afb3847451d85a66897efee034b9a49ec355038400f3e3b839071433ad0055
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.11
1
+ 0.1.0
@@ -12,4 +12,9 @@ class ReactionLab::Server < Sinatra::Base
12
12
  JSON.dump(handle(data['internal_args'], data['external_args']))
13
13
  end
14
14
 
15
+ get 'status' do
16
+ content_type :json
17
+ JSON.dump({ status: 'up' })
18
+ end
19
+
15
20
  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.11 ruby lib
5
+ # stub: reactionlab 0.1.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "reactionlab"
9
- s.version = "0.0.11"
9
+ s.version = "0.1.0"
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.11
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Huie