thomler 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb6225c0faf1a460b76b1fd6b0f07e577ac212b3
4
- data.tar.gz: 5f8b874d592523b0c5b7819694101fb5183712d6
3
+ metadata.gz: fb57bb9a45f8c079d292e28d4a9caffe07ef5326
4
+ data.tar.gz: 53ddee64a19cd2b63d3bb21f9839bf561f78bd6f
5
5
  SHA512:
6
- metadata.gz: c1d8e96609dddbd06c72f85978f0370fe997f2ea442723adcd2aefa08bdf348868043fb88ad2c9ec36d1c094dc87e5c6622207c7e64334b86850738e88bd4316
7
- data.tar.gz: 51d6a60283f43f32949630a40da2ff1d23f2e3473b9f23f6063e5cac18f5f207e9ff9c4df225e30954e488e0f26ef810ecda813d838787527bec2ff346de2cf2
6
+ metadata.gz: 8c680e15e4df16d64136edd36ba797cdf1cbec2dac706bd9902f62b19a96db708a07ad44f093da78b1df872bdf03bba64579c88d118424b32998d2ab11ea8f0d
7
+ data.tar.gz: 97f177d98968ba5e40f4903ccd58e95ca991988076089fc65d7fd2a79eeadea58d77c9d0ab7fc891a5a855c21a1a361dbe7b3be6d881d18cb4137aae468c83e6
@@ -1,3 +1,3 @@
1
1
  module Thomler
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/thomler.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require "thomler/version"
2
2
  require "thomler/array"
3
+ require "thomler/routing"
3
4
 
4
5
  module Thomler
5
6
  class Application
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thomler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Osborn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-04 00:00:00.000000000 Z
11
+ date: 2015-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler