wd_sinatra 1.0.2 → 1.0.3
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.
- data/CHANGELOG.md +4 -0
- data/lib/wd_sinatra/app_loader.rb +1 -0
- data/lib/wd_sinatra/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG.md
CHANGED
|
@@ -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
|
data/lib/wd_sinatra/version.rb
CHANGED
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:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 1.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Matt Aimonetti
|