js_stack 1.0.0 → 1.1.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: eaab24bbf7f7634a0f713cef013f3a18c1ea945a
4
- data.tar.gz: cc0564cfbba8a45fdf5d42f1790877d73b6436f5
3
+ metadata.gz: a3ab38050f582b08a358eee4b9d66f0a50ba567f
4
+ data.tar.gz: 720a64fc63a8aa81f9b3e7cd476bad9e9ebed871
5
5
  SHA512:
6
- metadata.gz: 4e6bb615c839ec99697ede34a8bc5930acd2fea3c7290b3b18f3e902d620132ab90181acc00e6767100fdea04bb4677aeed6c4cb0dfa205628a796362aafa547
7
- data.tar.gz: 7517f4cfbe0f94def5345fe070cddd6bd4b38da0a98c72fe532fea93823389656d5dcb5949b7655e0a4196c46cdecd7547271056a550507b42f63d7d549594ae
6
+ metadata.gz: 02a354aad50df79ec879fd1cd860e8652ef2bba9756e79f6350b0db28f9798ba90c9debb8447874e6dfc0cb4b6edc0d2dd7daaecb2346df7553ed22a2eacc214
7
+ data.tar.gz: a5e36aa8a23ce7dc0b877274f95802089a3a8664a97078d80fbbce4f09467f9739211a2c103b4c1a53f33d3ff485e1e029d267f9a4c953610ea77d97133e0dce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ # 1.1.0
4
+
5
+ * update underscorse 1.6.0 -> 1.7.0 [@gvl]
6
+
3
7
  # 1.0.0
4
8
 
5
9
  * add _.ordinalize to underscore.inflections [@jedi1156]
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 Tomasz Pewiński
1
+ Copyright (c) 2013-2014 netguru
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # js_stack [![Dependency Status](http://img.shields.io/gemnasium/netguru/js_stack.svg?style=flat)](https://gemnasium.com/netguru/js_stack) [![Gem Version](http://img.shields.io/gem/v/js_stack.svg?style=flat)](http://badge.fury.io/rb/js_stack)
2
2
 
3
- Standard JS SPA stack we use at netguru
3
+ Standard JS SPA stack we use at [netguru](https://netguru.co)
4
4
 
5
5
  ## Installation
6
6
 
@@ -49,9 +49,9 @@ Examples:
49
49
  | :-----: | :------: | :-------: | :------: |
50
50
  | backbone | **1.1.2**, 1.0.0 | [changelog](http://backbonejs.org/#changelog) | [homepage](http://backbonejs.org/) |
51
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/) |
52
- | underscore | **1.6.0**, 1.5.2 | [changelog](http://underscorejs.org/#changelog) | [homepage](http://underscorejs.org/) |
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
- | js-routes | **0.9.8** | [changelog](https://github.com/railsware/js-routes/blob/master/CHANGELOG.md) | [homepage](https://github.com/railsware/js-routes) |
54
+ | js-routes | **0.9.9** | [changelog](https://github.com/railsware/js-routes/blob/master/CHANGELOG.md) | [homepage](https://github.com/railsware/js-routes) |
55
55
 
56
56
  ### Plugins
57
57
 
@@ -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.7.0** | [changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) | [homepage](https://github.com/derekprior/momentjs-rails) |
70
+ | momentjs | **2.8.1** | [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
 
@@ -78,3 +78,5 @@ Examples:
78
78
  3. Commit your changes (`git commit -am 'Add some feature'`)
79
79
  4. Push to the branch (`git push origin my-new-feature`)
80
80
  5. Create new Pull Request
81
+
82
+ Copyright (c) 2013-2014 [Netguru](https://netguru.co). See LICENSE for further details.
@@ -1,3 +1,3 @@
1
1
  module JsStack
2
- VERSION = '1.0.0'
2
+ VERSION = '1.1.0'
3
3
  end