js_stack 0.5.5 → 0.5.6

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: 3fdd712a7e6f54de21cd1f5073e3b60c309aa75b
4
- data.tar.gz: 72601d728c975fb3a6fb933d4b7a0d453f8ccd9e
3
+ metadata.gz: fb630d7325f59a3eccdd4f3371300de55c8ef5c7
4
+ data.tar.gz: 4313438cb739bf06e607dd8139f432647726844d
5
5
  SHA512:
6
- metadata.gz: 8955dadd817d3e76362bbecf94dd2d9479f4959d015c7ee34b9533e47d7ade1b8a2635607e3f1b0b9b909dee8e12f27f247c93dfa0bed6aa2e1fd29660f955c4
7
- data.tar.gz: 7895e6f9f9f840a64e2e930dab2010e07813ea22dbff67e01f8173711b1534a43cae5a9cb35e13d7041c48bec11df706d92dd854206bfc9d9a27e7c3be3dac87
6
+ metadata.gz: ca6625c057e92520f7d402b060cdae8536be192022dfef34533b314192b18d0906dd02677f1b6e17264b346af86a01264733c8e3fe19a749baa12a9b6797ba66
7
+ data.tar.gz: ee4c6f5e8abdb8b996179a52383440c176a7fa7bc4d0d63ac03b45256b2a114bcef1164d43ee011782a5e0dd86bfb4ee64b25c708a3d12411286fac432821cff
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ # 0.5.6
4
+
5
+ * update marionette 1.7.3 -> 1.7.4 [@gvl]
6
+ * update backbone.virtualcollection 0.4.12 -> 0.4.14 [@gvl]
7
+
3
8
  # 0.5.5
4
9
 
5
10
  * update backbone.virtualcollection 0.4.11 -> 0.4.12 [@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.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/) |
56
+ | marionette | **1.7.4**, 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) |
@@ -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.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
72
+ | backbone virtualcollection | **0.4.14**, 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.5"
2
+ VERSION = "0.5.6"
3
3
  end