javascript_safe_logger 0.0.2 → 0.0.3

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/README.rdoc CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  This gem makes a javascript log method available as a Rails 3.1 asset
4
4
 
5
- * see {http://paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog/}[http://paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog/]
6
- * see {https://github.com/paulirish/html5-boilerplate}[https://github.com/paulirish/html5-boilerplate]
5
+ * see http://paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog
6
+ * see https://github.com/paulirish/html5-boilerplate
7
7
 
8
8
  == Usage
9
9
 
@@ -1,3 +1,3 @@
1
1
  module JavascriptSafeLogger
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: javascript_safe_logger
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jesse House
@@ -28,8 +28,8 @@ description: |+
28
28
 
29
29
  This gem makes a javascript log method available as a Rails 3.1 asset
30
30
 
31
- * see {http://paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog/}[http://paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog/]
32
- * see {https://github.com/paulirish/html5-boilerplate}[https://github.com/paulirish/html5-boilerplate]
31
+ * see http://paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog
32
+ * see https://github.com/paulirish/html5-boilerplate
33
33
 
34
34
  == Usage
35
35