js_stack 0.5.3 → 0.5.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29fee1a219a33e885c5cb97a2f3ba363a7363def
4
- data.tar.gz: 3b650964d38c3be35eebd251eca344b66bf05531
3
+ metadata.gz: 182a9ac98ddbd191552e52f3f9990fb9ee84e2ba
4
+ data.tar.gz: 866d331697bf6c90733b10b6938696aed2f2cf29
5
5
  SHA512:
6
- metadata.gz: 467e50a12a2bfdf01d68eba11a13e04fc77760b34db8af895b304d0ad727047ddb3b4d87f9e965e4841e9b9439a67d2200cdf58d362ad7be696c70fe1c3abd34
7
- data.tar.gz: de943f1dc183ea9626a38e575850b1326a7b827a69a06065922d8709a5e519ed25ce779814166b2d126f3facd7b7398b3be331d2baaa9921482ce4ab61cdfb99
6
+ metadata.gz: 037516ed015da01e3330b8f81c8f3deeb920c4f73d1b16a4443f73c68aeeb5b59ac3b3e0b73db5a6d7c7415348f0472072c72d7ac4af7649efb9332abb93e0a7
7
+ data.tar.gz: 592bd81edd2d023ef704f688c2730f0f5f2410f43459cc4809923f02e929d9281be1bd1df6f30152a248d8fe7b5e6983f41bf356067f40f7f27a9d009a49e6a9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.5.4
4
+
5
+ * update marionette 1.6.4 -> 1.7.0 [@gvl]
6
+ * update backbone.virtualcollection 0.4.8 -> 0.4.11 [@gvl]
7
+
3
8
  ## 0.5.3
4
9
 
5
10
  * add backbone.routefilter 0.2.0 [@gvl]
data/README.md CHANGED
@@ -53,7 +53,7 @@ Examples:
53
53
  | Library | Versions | Changelog | Homepage |
54
54
  | :-----: | :------: | :-------: | :------: |
55
55
  | backbone | **1.1.2**, 1.1.1, 1.1.0, 1.0.0 | [changelog](http://backbonejs.org/#changelog) | [homepage](http://backbonejs.org/) |
56
- | marionette | **1.6.4**, 1.6.2, 1.5.1, 1.4.1, 1.1.0 | [changelog](https://github.com/marionettejs/backbone.marionette/blob/master/changelog.md) | [homepage](http://marionettejs.com/) |
56
+ | marionette | **1.7.0**, 1.6.4, 1.6.2, 1.5.1, 1.4.1, 1.1.0 | [changelog](https://github.com/marionettejs/backbone.marionette/blob/master/changelog.md) | [homepage](http://marionettejs.com/) |
57
57
  | underscore | **1.6.0**, 1.5.2 | [changelog](http://underscorejs.org/#changelog) | [homepage](http://underscorejs.org/) |
58
58
  | hamlcoffee | **1.16** | [changelog](https://github.com/netzpirat/haml_coffee_assets/blob/master/CHANGELOG.md) | [homepage](https://github.com/netzpirat/haml_coffee_assets) |
59
59
  | js-routes | **0.9.7** | none | [homepage](https://github.com/railsware/js-routes) |
@@ -69,7 +69,7 @@ Examples:
69
69
  | backbone routefilter | **0.2.0** | [changelog](https://github.com/boazsender/backbone.routefilter#release-history) | [homepage](https://github.com/boazsender/backbone.routefilter) | No
70
70
  | backbone stickit | **0.7.0**, 0.6.3 | [changelog](http://nytimes.github.io/backbone.stickit/#change-log) | [homepage](http://nytimes.github.io/backbone.stickit/) | Yes
71
71
  | backbone validation | **0.9.1**, 0.8.1 | [changelog](https://github.com/thedersen/backbone.validation#release-notes) | [homepage](https://github.com/thedersen/backbone.validation) | Yes
72
- | backbone virtualcollection | **0.4.8**, 0.4.5 | [changelog](https://github.com/p3drosola/Backbone.VirtualCollection#changelog) | [homepage](https://github.com/p3drosola/Backbone.VirtualCollection) | Yes
72
+ | backbone virtualcollection | **0.4.11**, 0.4.8, 0.4.5 | [changelog](https://github.com/p3drosola/Backbone.VirtualCollection#changelog) | [homepage](https://github.com/p3drosola/Backbone.VirtualCollection) | Yes
73
73
  | cocktail | **0.5.3** | none | [homepage](https://github.com/onsi/cocktail) | No
74
74
  | momentjs | **2.5.1** | [changelog](https://github.com/moment/moment/#changelog) | [homepage](https://github.com/derekprior/momentjs-rails) | No
75
75
  | underscore inflections | **0.2.1** | none | [homepage](https://github.com/geetarista/underscore.inflections) | No
@@ -1,3 +1,3 @@
1
1
  module JsStack
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
3
3
  end