sinatra-bells 0.4.0 → 0.4.1
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 +4 -4
- data/ChangeLog +4 -0
- data/README +1 -1
- data/lib/sinatra/bells/helpers/view.rb +1 -1
- data/lib/sinatra/bells/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 419ad67b68c696d4ad82fb51408c30e6c5caadba
|
|
4
|
+
data.tar.gz: 521c7ef99e9148a54d529cdfabe98b063db37ada
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad85c202930f58d5cdd1c3ef47a723ce5420d846ed9d5cb4533e46f817a7ea9e18b8a4c8073340e8a83cc9033ae683ce42f17b79ba1c7a15e47841d88e22f461
|
|
7
|
+
data.tar.gz: 631db25e12e6f86963de205f3b0eb4759190ff24efc4098cbf0f175448a1e52c495f5316d11888d0b1cfd1472fa18eafcc7444be5172a0ba2dd8ba054ced19f5
|
data/ChangeLog
CHANGED
data/README
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sinatra-bells
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jens Wille
|
|
@@ -83,14 +83,13 @@ licenses:
|
|
|
83
83
|
metadata: {}
|
|
84
84
|
post_install_message: |2+
|
|
85
85
|
|
|
86
|
-
sinatra-bells-0.4.
|
|
86
|
+
sinatra-bells-0.4.1 [2016-06-06]:
|
|
87
87
|
|
|
88
|
-
*
|
|
89
|
-
* Added Sinatra::Bells::Helpers::View#tag__ and HTML element helpers.
|
|
88
|
+
* Fixed regression introduced in 0.4.0.
|
|
90
89
|
|
|
91
90
|
rdoc_options:
|
|
92
91
|
- "--title"
|
|
93
|
-
- sinatra-bells Application documentation (v0.4.
|
|
92
|
+
- sinatra-bells Application documentation (v0.4.1)
|
|
94
93
|
- "--charset"
|
|
95
94
|
- UTF-8
|
|
96
95
|
- "--line-numbers"
|