js_stack 1.8.0 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3fd8e74ddac40f28872d90639941b395a884c88e
4
- data.tar.gz: fa6d8f81a93ddf2a803fe879ca07fae475063acc
3
+ metadata.gz: 822252d6fc7115f77aa8408d0d801424ed28d0ae
4
+ data.tar.gz: e5eccdfcdf0e81a9fb4b2441a1f8b409b22babea
5
5
  SHA512:
6
- metadata.gz: e8b5abfb2d67166106d1071bef29660341aff8bdf84865a0bee1cd552ce1b0fe7e485d0deb2e68fa531518183992b5c1ecb73de990d1c9f8d67022a83d57f273
7
- data.tar.gz: e89759ae4a09f7892dcbd86f0221d2007878d2ea7205417ecb830d5bcdb31914f15332f98f1798687509b0a924b82a3144af5f1e64b4f9618792bb25d20a5e9d
6
+ metadata.gz: fc16fc01d3a4f82271149cadbceba2a9a81189d23580978657f1d2c331ca0d9b94cf331e08cf0fdb22fcba945ec477b6eba83c8c1b68015b74cab1e933c9c532
7
+ data.tar.gz: c66133ecd3f2034dd673d8b1e6fbf24e30784f602802925e31e4be7f13b1d1af19d647a499634130d57c3b1097c926f48efab6f5c01377fda3abc77b56c80ed6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ # 1.9.0
4
+
5
+ * update underscore 1.7.0 -> 1.8.2 [@gvl]
6
+ * update backbone.stickit 0.8.0 -> 0.9.0 [@gvl]
7
+
3
8
  # 1.8.0
4
9
 
5
10
  * update backbone.virtualcollection 0.6.1 -> 0.6.3 [@gvl]
data/README.md CHANGED
@@ -49,7 +49,7 @@ Examples:
49
49
  | :-----: | :------: | :-------: | :------: |
50
50
  | backbone | **1.1.2**, 1.0.0 | [changelog](http://backbonejs.org/#changelog) | [homepage](http://backbonejs.org/) |
51
51
  | marionette | **2.4.1**, 2.3.2, 2.2.2, 2.1.0, 2.0.3, 1.8.8, 1.7.4, 1.6.4, 1.5.1, 1.4.1, 1.1.0 | [changelog](https://github.com/marionettejs/backbone.marionette/blob/master/changelog.md) | [homepage](http://marionettejs.com/) |
52
- | underscore | **1.7.0**, 1.6.0, 1.5.2 | [changelog](http://underscorejs.org/#changelog) | [homepage](http://underscorejs.org/) |
52
+ | underscore | **1.8.2**, 1.7.0, 1.6.0, 1.5.2 | [changelog](http://underscorejs.org/#changelog) | [homepage](http://underscorejs.org/) |
53
53
  | hamlcoffee | **1.16** | [changelog](https://github.com/netzpirat/haml_coffee_assets/blob/master/CHANGELOG.md) | [homepage](https://github.com/netzpirat/haml_coffee_assets) |
54
54
  | js-routes | **1.0.0** | [changelog](https://github.com/railsware/js-routes/blob/master/CHANGELOG.md) | [homepage](https://github.com/railsware/js-routes) |
55
55
 
@@ -63,7 +63,7 @@ Examples:
63
63
  | backbone pageable | **1.4.8**, 1.3.2 | [changelog](https://github.com/backbone-paginator/backbone-pageable#change-log) | [homepage](https://github.com/wyuenho/backbone-pageable) |
64
64
  | backbone paginator | **2.0.2** | [changelog](https://github.com/backbone-paginator/backbone.paginator/wiki/Changelog) | [homepage](https://github.com/backbone-paginator/backbone.paginator) |
65
65
  | backbone routefilter | **0.2.1** | [changelog](https://github.com/boazsender/backbone.routefilter#release-history) | [homepage](https://github.com/boazsender/backbone.routefilter) |
66
- | backbone stickit | **0.8.0**, 0.7.0, 0.6.3 | [changelog](http://nytimes.github.io/backbone.stickit/#change-log) | [homepage](http://nytimes.github.io/backbone.stickit/) |
66
+ | backbone stickit | **0.9.0**, 0.8.0, 0.7.0, 0.6.3 | [changelog](http://nytimes.github.io/backbone.stickit/#change-log) | [homepage](http://nytimes.github.io/backbone.stickit/) |
67
67
  | backbone validation | **0.11.3**, 0.9.2, 0.8.1 | [changelog](https://github.com/thedersen/backbone.validation#release-notes) | [homepage](https://github.com/thedersen/backbone.validation) |
68
68
  | backbone virtualcollection | **0.6.3**, 0.5.3, 0.4.15 | [changelog](https://github.com/p3drosola/Backbone.VirtualCollection/wiki/Changelog) | [homepage](https://github.com/p3drosola/Backbone.VirtualCollection) |
69
69
  | cocktail | **0.5.10** | None | [homepage](https://github.com/onsi/cocktail) |
@@ -1,3 +1,3 @@
1
1
  module JsStack
2
- VERSION = '1.8.0'
2
+ VERSION = '1.9.0'
3
3
  end