wbzyl-sinatra-static-assets 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +1 -1
- data/VERSION.yml +1 -1
- metadata +4 -4
data/README.markdown
CHANGED
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.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wlodek Bzyl
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-09-14 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -134,9 +134,9 @@ signing_key:
|
|
134
134
|
specification_version: 3
|
135
135
|
summary: Sinatra extension providing helper methods to output tags for static assetgemspec.
|
136
136
|
test_files:
|
137
|
-
- test/sinatra_static_assets_test.rb
|
138
137
|
- test/sinatra_app.rb
|
138
|
+
- test/sinatra_static_assets_test.rb
|
139
139
|
- examples/summer/summer.rb
|
140
|
-
- examples/rsummer/summer.rb
|
141
140
|
- examples/rwinter/winter.rb
|
142
141
|
- examples/winter/winter.rb
|
142
|
+
- examples/rsummer/summer.rb
|