thomler 0.0.4 → 0.0.5

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: 74ec347f8a0c2d476c77cca705f9a15d96497c0a
4
- data.tar.gz: bd70961f504ddbb401b8fc8afcd38fc011fcf019
3
+ metadata.gz: 31ab9ff9ccbeefd37c09b076c0bfdb9de3eb6afe
4
+ data.tar.gz: c15e6ebee710d5dfbb7d51f583deac0a5fdcbd25
5
5
  SHA512:
6
- metadata.gz: 1d9885e91a1adde46ba0bb3b7e77253dd62a8724cedca40bf6c87cc8af885b0580df4bbdad136d0cfb4dac50a73f7e5541e375256d983579530fad4fcd346574
7
- data.tar.gz: 8f8bc441805d62f31d417c263a70f11674a0b59de70132a828a42b5898a6b137b646ea5ad1253de56452d2f056d48897ca7449fe829c8421be9fb6f8d619eb3b
6
+ metadata.gz: f1ddd4f9d421d377de9f05225ea0e820361328e1d99c78539c7a24b87adab32565237c2a121e0e8d7cdc26899ac899e354ec2d0997f30690b0c68cce4220300f
7
+ data.tar.gz: 8535793b6eb8ad3d9d0c8abd7543e8162144803d180c57853c45ccfb92415e59574f8955ba7e81664ab08a2cc7ab819501e1b11710b2bd62e58837c2dc3eda2d
@@ -1,3 +1,3 @@
1
1
  module Thomler
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/lib/thomler.rb CHANGED
@@ -4,7 +4,8 @@ module Thomler
4
4
  class Application
5
5
  def call env
6
6
  'echo debug > debug.txt';
7
- [200, {'Content-Type' => 'text/html'}, ["Hello from Ruby on Thomler, version 0.0.4!"]]
7
+ [200, {'Content-Type' => 'text/html'},
8
+ ["Hello from Ruby on Thomler, version 0.0.4!"]]
8
9
  end
9
10
  end
10
11
  end
data/thomler.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["trosborn@gmail.com"]
11
11
  spec.description = %q{Ruby on Thomler}
12
12
  spec.summary = %q{Thomler is an opinionated MVC framework written in the Ruby programming language. All credit to Rebuilding Rails.}
13
- spec.homepage = ""
13
+ spec.homepage = "http://www.trosborn.com"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
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.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Osborn
@@ -67,7 +67,7 @@ files:
67
67
  - lib/thomler.rb
68
68
  - lib/thomler/version.rb
69
69
  - thomler.gemspec
70
- homepage: ''
70
+ homepage: http://www.trosborn.com
71
71
  licenses:
72
72
  - MIT
73
73
  metadata: {}