wbzyl-sinatra-static-assets 0.2.1 → 0.2.2
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/VERSION.yml +1 -1
- metadata +3 -2
data/VERSION.yml
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wbzyl-sinatra-static-assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Wlodek Bzyl
|
|
@@ -108,6 +108,7 @@ files:
|
|
|
108
108
|
- README.markdown
|
|
109
109
|
has_rdoc: false
|
|
110
110
|
homepage: http://github.com/wbzyl/sinatra-static-assets
|
|
111
|
+
licenses:
|
|
111
112
|
post_install_message:
|
|
112
113
|
rdoc_options:
|
|
113
114
|
- --charset=UTF-8
|
|
@@ -128,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
128
129
|
requirements: []
|
|
129
130
|
|
|
130
131
|
rubyforge_project: sinatra-static-assets
|
|
131
|
-
rubygems_version: 1.
|
|
132
|
+
rubygems_version: 1.3.5
|
|
132
133
|
signing_key:
|
|
133
134
|
specification_version: 3
|
|
134
135
|
summary: Sinatra extension providing helper methods to output tags for static assetgemspec.
|