thomler 0.0.3 → 0.0.4

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: 6a26a0f5b370947ba33d715496a7b1600933ee6b
4
- data.tar.gz: 2f0334164da4fa611fa5293e3856ecd9e7f240f5
3
+ metadata.gz: 74ec347f8a0c2d476c77cca705f9a15d96497c0a
4
+ data.tar.gz: bd70961f504ddbb401b8fc8afcd38fc011fcf019
5
5
  SHA512:
6
- metadata.gz: 4cefbbed24b2e0d6be7864d7fafddcaed49f22bdafc6fb8a48149e9645fc03eafc5d82f59d550c6d18721ee8182bb6d89fa79fa90ee4060a5d12b7fffc4361aa
7
- data.tar.gz: f824fff0be89cc936ec76e92b34145f04fd821ef6d9e2b4cec9c5320de5f0e052beb399fd0aea796293e75844aaea7a250e83866c263ac9529e4fa2f31398e28
6
+ metadata.gz: 1d9885e91a1adde46ba0bb3b7e77253dd62a8724cedca40bf6c87cc8af885b0580df4bbdad136d0cfb4dac50a73f7e5541e375256d983579530fad4fcd346574
7
+ data.tar.gz: 8f8bc441805d62f31d417c263a70f11674a0b59de70132a828a42b5898a6b137b646ea5ad1253de56452d2f056d48897ca7449fe829c8421be9fb6f8d619eb3b
@@ -1,3 +1,3 @@
1
1
  module Thomler
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/lib/thomler.rb CHANGED
@@ -4,7 +4,7 @@ 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!"]]
7
+ [200, {'Content-Type' => 'text/html'}, ["Hello from Ruby on Thomler, version 0.0.4!"]]
8
8
  end
9
9
  end
10
10
  end
data/thomler.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Thomas Osborn"]
10
10
  spec.email = ["trosborn@gmail.com"]
11
11
  spec.description = %q{Ruby on Thomler}
12
- spec.summary = %q{Thomler is an opinionated MVC framework written in the Ruby programming language. All credit to REbuilding Rails.}
12
+ spec.summary = %q{Thomler is an opinionated MVC framework written in the Ruby programming language. All credit to Rebuilding Rails.}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Osborn
@@ -91,6 +91,6 @@ rubygems_version: 2.0.6
91
91
  signing_key:
92
92
  specification_version: 4
93
93
  summary: Thomler is an opinionated MVC framework written in the Ruby programming language.
94
- All credit to REbuilding Rails.
94
+ All credit to Rebuilding Rails.
95
95
  test_files: []
96
96
  has_rdoc: