wd_sinatra 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,9 @@
1
1
  # Weasel Diesel Sinatra Changelog
2
2
 
3
+ ## 1.0.3
4
+ * Bug release due to a problem with requiring the new `WSList
5
+ extension`.
6
+
3
7
  ## 1.0.2
4
8
  * Fixed a bug with the way sinatra routes are loaded. Because the routes
5
9
  can contain a globing param, the loading had to be changed to be
@@ -6,6 +6,7 @@ require 'bundler'
6
6
  Bundler.setup
7
7
  require 'logger'
8
8
  require 'weasel_diesel'
9
+ require 'wd_sinatra/ws_list_ext'
9
10
 
10
11
  module WDSinatra
11
12
  module AppLoader
@@ -1,5 +1,5 @@
1
1
  module WD
2
2
  module Sinatra
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wd_sinatra
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Aimonetti