js_stack 0.5.4 → 0.5.5

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: 182a9ac98ddbd191552e52f3f9990fb9ee84e2ba
4
- data.tar.gz: 866d331697bf6c90733b10b6938696aed2f2cf29
3
+ metadata.gz: 3fdd712a7e6f54de21cd1f5073e3b60c309aa75b
4
+ data.tar.gz: 72601d728c975fb3a6fb933d4b7a0d453f8ccd9e
5
5
  SHA512:
6
- metadata.gz: 037516ed015da01e3330b8f81c8f3deeb920c4f73d1b16a4443f73c68aeeb5b59ac3b3e0b73db5a6d7c7415348f0472072c72d7ac4af7649efb9332abb93e0a7
7
- data.tar.gz: 592bd81edd2d023ef704f688c2730f0f5f2410f43459cc4809923f02e929d9281be1bd1df6f30152a248d8fe7b5e6983f41bf356067f40f7f27a9d009a49e6a9
6
+ metadata.gz: 8955dadd817d3e76362bbecf94dd2d9479f4959d015c7ee34b9533e47d7ade1b8a2635607e3f1b0b9b909dee8e12f27f247c93dfa0bed6aa2e1fd29660f955c4
7
+ data.tar.gz: 7895e6f9f9f840a64e2e930dab2010e07813ea22dbff67e01f8173711b1534a43cae5a9cb35e13d7041c48bec11df706d92dd854206bfc9d9a27e7c3be3dac87
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ # 0.5.5
4
+
5
+ * update backbone.virtualcollection 0.4.11 -> 0.4.12 [@gvl]
6
+ * update backbone.mutators 0.4.1 -> 0.4.2 [@gvl]
7
+ * update marionette 1.7.0 -> 1.7.3 [@gvl]
8
+
3
9
  ## 0.5.4
4
10
 
5
11
  * update marionette 1.6.4 -> 1.7.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.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/) |
56
+ | marionette | **1.7.3**, 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) |
@@ -64,12 +64,12 @@ Examples:
64
64
  | :-----: | :------: | :-------: | :------: | :-----: |
65
65
  | backbone associations | **0.6.1**, 0.5.5, 0.5.4, 0.5.1 | [changelog](https://github.com/dhruvaray/backbone-associations/blob/master/CHANGELOG.md) | [homepage](http://dhruvaray.github.io/backbone-associations/) | Yes
66
66
  | backbone deepmodel | **0.10.4** | [changelog](https://github.com/powmedia/backbone-deep-model#changelog) | [homepage](https://github.com/powmedia/backbone-deep-model) | Yes
67
- | backbone mutators | **0.4.1** | [changelog](https://github.com/asciidisco/Backbone.Mutators#changelog) | [homepage](https://github.com/asciidisco/Backbone.Mutators) | No
67
+ | backbone mutators | **0.4.2**, 0.4.1 | [changelog](https://github.com/asciidisco/Backbone.Mutators#changelog) | [homepage](https://github.com/asciidisco/Backbone.Mutators) | No
68
68
  | backbone pageable | **1.4.5**, 1.3.2 | [changelog](https://github.com/backbone-paginator/backbone-pageable#change-log) | [homepage](https://github.com/wyuenho/backbone-pageable) | Yes
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.11**, 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.12**, 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.4"
2
+ VERSION = "0.5.5"
3
3
  end