rack-backbone 0.0.1 → 0.0.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/CHANGES.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # CH CH CH CHANGES #
2
2
 
3
- ## Monday the 9th of September 2013, v0.0.1 ##
3
+ ## Monday the 9th of September 2013 ##
4
+
5
+ ### v0.0.2 ###
6
+
7
+ * Had wrong URL to Backbone project. Fixed.
8
+
9
+ ----
10
+
11
+ ### v0.0.1 ###
4
12
 
5
13
  * First release.
6
14
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Rack::Backbone
2
2
 
3
- [Backbone](http://backbone.com/download/) CDN script tags and fallback in one neat package.
3
+ [Backbone](http://backbonejs.org/) CDN script tags and fallback in one neat package.
4
4
 
5
5
  ### Build status ###
6
6
 
@@ -2,7 +2,7 @@ module Rack
2
2
  class Backbone
3
3
 
4
4
  # the version of this library
5
- VERSION = "0.0.1"
5
+ VERSION = "0.0.2"
6
6
 
7
7
  # the version of Backbone it supports.
8
8
  BACKBONE_VERSION = "1.0.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-backbone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: