thomler 0.1.6 → 0.1.7

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: 4abbe1d79453e018be9ec1382f584c3cbae71d98
4
- data.tar.gz: 040c632b75414045e9ae7a02a68255d94d600693
3
+ metadata.gz: bf1e8b8e946ab58178c3ff14d2ba59b69164a74a
4
+ data.tar.gz: eb21f9cfe1f61511b112ec0fc680643e4b0ed9b1
5
5
  SHA512:
6
- metadata.gz: c46297fb030de3211917cc04d05b1370c5503413dc512d2b6f87051050796f9c05923182c2e8df87cb036c56f848e0cb8377a524ec9278282a81b1f0d67ed528
7
- data.tar.gz: bdf530bdd640462e2568573fa16c5b2a514ccfa9ed427309fdd52bfaee30b37c4b47980809562b36808b8aa7fa23fc71de6b56c470e570bd5d0d27a883c8e7a1
6
+ metadata.gz: daa68c5538d9d2892a880930b0cd1a4b44d1ee61f089c5389a2cdee76dfb453a6c461ab8fb6a62671df27ad5b7abfe1061ec9b29e46a52552f5e2602a1b3e0e6
7
+ data.tar.gz: 5b8c547c91970fa8ae30b95899b538ae8f5cc7ac3331b4a685d2d75a8fc3a9ab222e0a56c9d68978efc74298498e1f5eff8f1a7fc9bb6cfa4218dc4b7475bd5c
data/lib/thomler.rb CHANGED
@@ -12,10 +12,9 @@ module Thomler
12
12
  controller = klass.new(env)
13
13
  begin
14
14
  text = controller.send(act)
15
- rescue Exception => e
16
- puts e.message
17
- puts e.backtrace.inspect
18
- end
15
+ rescue Exception => e
16
+ puts e.message
17
+ puts e.backtrace.inspect
19
18
  end
20
19
  [200, {'Content-Type' => 'text/html'}, [text]]
21
20
  end
@@ -1,3 +1,3 @@
1
1
  module Thomler
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thomler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Osborn