js_stack 0.0.4 → 0.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: b10e6e3a19bc7f8839b2bea61c4511f7ce49f1f7
4
- data.tar.gz: d8a1d6a3f4b96af6609c766980853155d9401563
3
+ metadata.gz: 393d1a96109e84e9d653ee620aec8514276f293c
4
+ data.tar.gz: e09d9e2565dd19abccd3e8481e82e20d6f20071b
5
5
  SHA512:
6
- metadata.gz: d571d7ab535a00c1b965ea575e138c13cc89c0a4ec9ff7b041195f0f899242b3264820809c3deb848b1fa68616de69f207744ae58be513a0f29f5f650c0cce7b
7
- data.tar.gz: 5734cbbbad01e70616605df0819953d64c83b469cb1e576959ee654322c2921f5e8f19ecc56043692eeb923ea30a4295a1a563cc0951349d949ab617253d4c36
6
+ metadata.gz: 6d9142008b1b9a8f73ce7bb947b3cd34f9fef57aeaf58a87b6446a69683507765f92670dea7dd625b625f3aebe3e42c236b0bc096a6531ac2abe643a2ac1185d
7
+ data.tar.gz: 0cde1e7d3fff8c8b5c9bea7f5d125d97d1400e2b002e4c6fc1de8002af3500380c2ee2f9e4dec6dd4d2f4b1550e7c62d36aa26e927139f7b59c6bcb4b08cae14
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.1.0
4
+
5
+ * updated *backbone* 1.0.0 -> 1.1.0 - http://backbonejs.org/#changelog [@gvl]
6
+ * updated marionette 1.1.0 -> 1.4.0 - https://github.com/marionettejs/backbone.marionette/blob/master/changelog.md [@gvl]
7
+ * updated *backbone-validation* 0.8.1 -> 0.9.0 - https://github.com/thedersen/backbone.validation#v090-commits [@gvl]
8
+ * updated backbone-associations 0.5.1 -> 0.5.4 - https://github.com/dhruvaray/backbone-associations/blob/master/CHANGELOG.md#version-054---diff [@gvl]
9
+ * updated *backbone-pageable* 1.3.2 -> 1.4.1 - https://github.com/wyuenho/backbone-pageable#change-log [@gvl]
10
+ * updated backbone-virtualcollection 0.4.5 -> 0.4.8 - https://github.com/p3drosola/Backbone.VirtualCollection#changelog [@gvl]
11
+ * updated momentjs 2.1.0 -> 2.4.0 - https://github.com/moment/moment#240 [@gvl]
12
+ * updated js-routes 0.9.3 -> 0.9.6 - https://github.com/railsware/js-routes/compare/v0.9.3...v0.9.6 [@gvl]
13
+
14
+ ### Breaking Changes
15
+ * see http://backbonejs.org/#upgrading for notes on upgrading backbone to 1.1.0
16
+ * see https://github.com/thedersen/backbone.validation#v090-commits for breaking changes in backbone-validation
17
+ * see https://github.com/wyuenho/backbone-pageable#change-log for breaking changes in backbone-pageable
18
+
3
19
  ## v0.0.4
4
20
 
5
21
  * added js-routes to default stack [@abditus113]
data/README.md CHANGED
@@ -26,7 +26,15 @@ Modify `application.coffee` (you have to be using asset pipeline):
26
26
 
27
27
  ## What's included?
28
28
 
29
- ### backbone.js 1.0.0
29
+ ### underscore.js 1.5.2
30
+
31
+ http://underscorejs.org/
32
+
33
+ ``` coffeescript
34
+ #= require js_stack/underscore
35
+ ```
36
+
37
+ ### backbone.js 1.1.0
30
38
 
31
39
  http://backbonejs.org/
32
40
 
@@ -34,7 +42,7 @@ http://backbonejs.org/
34
42
  #= require js_stack/backbone
35
43
  ```
36
44
 
37
- ### marionette.js 1.1.0
45
+ ### marionette.js 1.4.0
38
46
 
39
47
  https://github.com/marionettejs/backbone.marionette/tree/master/docs
40
48
 
@@ -50,7 +58,7 @@ http://nytimes.github.io/backbone.stickit/
50
58
  #= require js_stack/backbone.stickit
51
59
  ```
52
60
 
53
- ### backbone.validation 0.8.1
61
+ ### backbone.validation 0.9.0
54
62
 
55
63
  https://github.com/thedersen/backbone.validation
56
64
 
@@ -59,7 +67,7 @@ https://github.com/thedersen/backbone.validation
59
67
  #= require js_stack/backbone.validation
60
68
  ```
61
69
 
62
- ### backbone-associations 0.5.1
70
+ ### backbone-associations 0.5.4
63
71
 
64
72
  http://dhruvaray.github.io/backbone-associations/
65
73
 
@@ -67,7 +75,7 @@ http://dhruvaray.github.io/backbone-associations/
67
75
  #= require js_stack/backbone.associations
68
76
  ```
69
77
 
70
- ### backbone-pageable 1.3.2
78
+ ### backbone-pageable 1.4.1
71
79
 
72
80
  https://github.com/wyuenho/backbone-pageable
73
81
 
@@ -84,7 +92,7 @@ https://github.com/powmedia/backbone-deep-model
84
92
  #= require js_stack/backbone.deepmodel
85
93
  ```
86
94
 
87
- ### backbone-virtualcollection 0.4.5
95
+ ### backbone-virtualcollection 0.4.8
88
96
 
89
97
  https://github.com/p3drosola/Backbone.VirtualCollection
90
98
 
@@ -100,7 +108,7 @@ https://github.com/netzpirat/haml_coffee_assets
100
108
  #= require js_stack/hamlcoffee
101
109
  ```
102
110
 
103
- ### momentjs 2.1.0
111
+ ### momentjs 2.4.0
104
112
 
105
113
  https://github.com/derekprior/momentjs-rails
106
114
 
@@ -108,7 +116,7 @@ https://github.com/derekprior/momentjs-rails
108
116
  #= require js_stack/moment
109
117
  ```
110
118
 
111
- ### js-routes 0.9.3
119
+ ### js-routes 0.9.6
112
120
 
113
121
  https://github.com/railsware/js-routes
114
122
 
data/js_stack.gemspec CHANGED
@@ -18,12 +18,9 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_dependency "backbone-rails", "= 1.0.0.1"
22
- spec.add_dependency "marionette-rails", "= 1.1.0"
23
- spec.add_dependency "haml_coffee_assets", "~> 1"
24
- spec.add_dependency "momentjs-rails", "~> 2.1.0"
25
- spec.add_dependency "js-routes", "~> 0.9.3"
26
-
21
+ spec.add_dependency "haml_coffee_assets", "~> 1.16"
22
+ spec.add_dependency "momentjs-rails", "~> 2.4.0"
23
+ spec.add_dependency "js-routes", "~> 0.9.6"
27
24
 
28
25
  spec.add_development_dependency "bundler", "~> 1.3"
29
26
  spec.add_development_dependency "rake"
@@ -1,3 +1,3 @@
1
1
  module JsStack
2
- VERSION = "0.0.4"
2
+ VERSION = "0.1.0"
3
3
  end
data/lib/js_stack.rb CHANGED
@@ -1,8 +1,6 @@
1
1
  require "js_stack/version"
2
2
  require 'rails'
3
3
  require 'js-routes'
4
- require 'backbone-rails'
5
- require 'marionette-rails'
6
4
  require 'haml_coffee_assets'
7
5
  require 'momentjs-rails'
8
6