jacs 0.1.7 → 0.2

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.
Files changed (2) hide show
  1. data/lib/actionjabber.rb +0 -1
  2. metadata +2 -3
@@ -39,7 +39,6 @@ module ActionJabber
39
39
  request = Request.new(hash, from, path_parts.first, ((path_parts.length == 2) ? path_parts.last : ''))
40
40
  #begin
41
41
  controller_response = @controller.route!(request)
42
- puts controller_response.inspect
43
42
  response = {:status => 200, :data => ''}.merge(controller_response)
44
43
  respond_to request, :status => response[:status], :data => response[:data]
45
44
  #rescue
metadata CHANGED
@@ -4,9 +4,8 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
8
- - 7
9
- version: 0.1.7
7
+ - 2
8
+ version: "0.2"
10
9
  platform: ruby
11
10
  authors:
12
11
  - Dirk Gadsden