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.
Files changed (3) hide show
  1. data/README.markdown +1 -1
  2. data/VERSION.yml +1 -1
  3. metadata +4 -4
@@ -5,7 +5,7 @@ Gem *sinatra-static-assets* implements the following helpers methods:
5
5
  * `image_tag`
6
6
  * `stylesheet_link_tag`
7
7
  * `javascript_script_tag`
8
- * `link_tag`
8
+ * `link_to`
9
9
 
10
10
  To install it, run:
11
11
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 4
2
+ :patch: 5
3
3
  :major: 0
4
4
  :minor: 2
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
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-08-31 00:00:00 -07:00
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