js_stack 0.5.6 → 0.5.7

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: fb630d7325f59a3eccdd4f3371300de55c8ef5c7
4
- data.tar.gz: 4313438cb739bf06e607dd8139f432647726844d
3
+ metadata.gz: 1d23ddbb8a199765d5457141c02d29f5c74c49a6
4
+ data.tar.gz: e4a63b5ab845435bc4fffe5904d42a69ddf3926a
5
5
  SHA512:
6
- metadata.gz: ca6625c057e92520f7d402b060cdae8536be192022dfef34533b314192b18d0906dd02677f1b6e17264b346af86a01264733c8e3fe19a749baa12a9b6797ba66
7
- data.tar.gz: ee4c6f5e8abdb8b996179a52383440c176a7fa7bc4d0d63ac03b45256b2a114bcef1164d43ee011782a5e0dd86bfb4ee64b25c708a3d12411286fac432821cff
6
+ metadata.gz: 7491566717963cc8fc71bbfe0aa6b51c442050b8eb7c1b604c6427fcdbfb50418e82899ab0e0907abe5e235ce2d927521ad10624841efc90934d110651f22bac
7
+ data.tar.gz: 119a3865cf0b0cad9b5a2b487c1668ea9730426075bbae3f0cacbe2c307cd5b274c95279012944a2ba11e19007a9d878820a4c48670f7a7d55e89712398540eb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ # 0.5.7
4
+
5
+ * update marionette 1.7.4 -> 1.8.0 [@gvl]
6
+ * update backbone.pageable 1.4.5 -> 1.4.8 [@gvl]
7
+ * update backbone.virtualcollection 0.4.14 -> 0.4.15 [@gvl]
8
+
3
9
  # 0.5.6
4
10
 
5
11
  * update marionette 1.7.3 -> 1.7.4 [@gvl]
data/README.md CHANGED
@@ -35,7 +35,7 @@ You can require specific version of library:
35
35
  Examples:
36
36
 
37
37
  ```coffeescript
38
- #= require js_stack/base/backbone/
38
+ #= require js_stack/base/backbone
39
39
  #= require js_stack/base/backbone/1.0.0
40
40
 
41
41
  #= require js_stack/plugins/backbone.pageable
@@ -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.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/) |
56
+ | marionette | **1.8.0**, 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) |
@@ -65,11 +65,11 @@ Examples:
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
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
- | 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
68
+ | backbone pageable | **1.4.8**, 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.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
72
+ | backbone virtualcollection | **0.4.15**, 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.6"
2
+ VERSION = "0.5.7"
3
3
  end