js_stack 1.1.0 → 1.2.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: a3ab38050f582b08a358eee4b9d66f0a50ba567f
4
- data.tar.gz: 720a64fc63a8aa81f9b3e7cd476bad9e9ebed871
3
+ metadata.gz: d83924ef0dcc40e5a469877302edf44b98a68a80
4
+ data.tar.gz: 25d0177f8fb03943266ad6de0400fff71bca14b5
5
5
  SHA512:
6
- metadata.gz: 02a354aad50df79ec879fd1cd860e8652ef2bba9756e79f6350b0db28f9798ba90c9debb8447874e6dfc0cb4b6edc0d2dd7daaecb2346df7553ed22a2eacc214
7
- data.tar.gz: a5e36aa8a23ce7dc0b877274f95802089a3a8664a97078d80fbbce4f09467f9739211a2c103b4c1a53f33d3ff485e1e029d267f9a4c953610ea77d97133e0dce
6
+ metadata.gz: 35e1a85ce1452d1761f1f45417c3daff6800906e7162882d2dfc122ad75b58944b3c41f2cac2e667904849b23357b5dde1857c910b9c9b5502ae6b5293d8949c
7
+ data.tar.gz: 014a1d41cb23594a24a3ecaf327b41c269992d0715ddf724767e05367d80fe03882c15088197f284cf82057bb19cb30dcef24f8a211a010a39f4d4f6330d57e7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ # 1.2.0
4
+
5
+ * update marionette 2.1.0 -> 2.2.0 [@gvl]
6
+
3
7
  # 1.1.0
4
8
 
5
9
  * update underscorse 1.6.0 -> 1.7.0 [@gvl]
data/README.md CHANGED
@@ -48,7 +48,7 @@ Examples:
48
48
  | Library | Versions | Changelog | Homepage |
49
49
  | :-----: | :------: | :-------: | :------: |
50
50
  | backbone | **1.1.2**, 1.0.0 | [changelog](http://backbonejs.org/#changelog) | [homepage](http://backbonejs.org/) |
51
- | marionette | **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/) |
51
+ | marionette | **2.2.0**, 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
52
  | underscore | **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 | **0.9.9** | [changelog](https://github.com/railsware/js-routes/blob/master/CHANGELOG.md) | [homepage](https://github.com/railsware/js-routes) |
@@ -67,7 +67,7 @@ Examples:
67
67
  | backbone validation | **0.9.1**, 0.8.1 | [changelog](https://github.com/thedersen/backbone.validation#release-notes) | [homepage](https://github.com/thedersen/backbone.validation) |
68
68
  | backbone virtualcollection | **0.5.1**, 0.4.15 | [changelog](https://github.com/p3drosola/Backbone.VirtualCollection#changelog) | [homepage](https://github.com/p3drosola/Backbone.VirtualCollection) |
69
69
  | cocktail | **0.5.8** | None | [homepage](https://github.com/onsi/cocktail) |
70
- | momentjs | **2.8.1** | [changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) | [homepage](https://github.com/derekprior/momentjs-rails) |
70
+ | momentjs | **2.8.3** | [changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) | [homepage](https://github.com/derekprior/momentjs-rails) |
71
71
  | underscore inflections | **0.2.1** | None | [homepage](https://github.com/geetarista/underscore.inflections) |
72
72
  | underscore string | **2.3.2** | [changelog](https://github.com/epeli/underscore.string#changelog) | [homepage](http://epeli.github.io/underscore.string/) |
73
73
 
@@ -1,3 +1,3 @@
1
1
  module JsStack
2
- VERSION = '1.1.0'
2
+ VERSION = '1.2.0'
3
3
  end