neerajdotname-javascript_lab 0.0.13 → 0.0.14

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/History.txt CHANGED
@@ -1,4 +1,8 @@
1
1
 
2
+ === 0.0.14 2009-06-18
3
+
4
+ * both the stylesheet and javascripts have Time.now.usec appended so that browsers will not use old cached assests
5
+
2
6
  === 0.0.13 2009-06-18
3
7
 
4
8
  * updated the README
@@ -8,5 +8,5 @@ require 'javascript_lab/view_helpers'
8
8
  require 'javascript_lab/app'
9
9
 
10
10
  module JavascriptLab
11
- VERSION = '0.0.13'
11
+ VERSION = '0.0.14'
12
12
  end
data/views/layout.erb CHANGED
@@ -2,14 +2,14 @@
2
2
  <head>
3
3
  <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
4
4
  <title>javascript_lab - a javascript editor and tester tool</title>
5
- <link href='/stylesheets/style.css' media='screen' rel='stylesheet' type='text/css' />
5
+ <link href='/stylesheets/style.css?<%=Time.now.usec%>' media='screen' rel='stylesheet' type='text/css' />
6
6
 
7
7
  <% if request.fullpath == '/validate_json' %>
8
8
  <script src='/javascripts/jquery-1.3.2.js' type='text/javascript'></script>
9
9
  <script src='/javascripts/jquery.json-1.3.js' type='text/javascript'></script>
10
10
  <% end %>
11
11
 
12
- <script src='/javascripts/app.js' type='text/javascript'></script>
12
+ <script src='/javascripts/app.js?<%=Time.now.usec%>' type='text/javascript'></script>
13
13
 
14
14
  <% if params[:j] %>
15
15
  <script src='/javascripts/<%=params[:j]%>.js' type='text/javascript'></script>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neerajdotname-javascript_lab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neeraj Singh