qedproject 0.3.2 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1 @@
1
- 1.1
2
- 1.1.0
3
- 1.1.0
4
- 1.1.0
5
- 1.1.0
1
+ 1.2.0
@@ -1,10 +1,10 @@
1
1
  /*
2
- * Skeleton V1.1
2
+ * Skeleton V1.2
3
3
  * Copyright 2011, Dave Gamache
4
4
  * www.getskeleton.com
5
5
  * Free to use under the MIT license.
6
6
  * http://www.opensource.org/licenses/mit-license.php
7
- * 8/17/2011
7
+ * 6/20/2012
8
8
  */
9
9
 
10
10
 
@@ -18,7 +18,6 @@
18
18
  #Lists
19
19
  #Images
20
20
  #Buttons
21
- #Tabs
22
21
  #Forms
23
22
  #Misc */
24
23
 
@@ -143,7 +142,6 @@
143
142
  border: 1px solid #aaa;
144
143
  border-top: 1px solid #ccc;
145
144
  border-left: 1px solid #ccc;
146
- padding: 4px 12px;
147
145
  -moz-border-radius: 3px;
148
146
  -webkit-border-radius: 3px;
149
147
  border-radius: 3px;
@@ -208,78 +206,6 @@
208
206
  }
209
207
 
210
208
 
211
- /* #Tabs (activate in tabs.js)
212
- ================================================== */
213
- ul.tabs {
214
- display: block;
215
- margin: 0 0 20px 0;
216
- padding: 0;
217
- border-bottom: solid 1px #ddd; }
218
- ul.tabs li {
219
- display: block;
220
- width: auto;
221
- height: 30px;
222
- padding: 0;
223
- float: left;
224
- margin-bottom: 0; }
225
- ul.tabs li a {
226
- display: block;
227
- text-decoration: none;
228
- width: auto;
229
- height: 29px;
230
- padding: 0px 20px;
231
- line-height: 30px;
232
- border: solid 1px #ddd;
233
- border-width: 1px 1px 0 0;
234
- margin: 0;
235
- background: #f5f5f5;
236
- font-size: 13px; }
237
- ul.tabs li a.active {
238
- background: #fff;
239
- height: 30px;
240
- position: relative;
241
- top: -4px;
242
- padding-top: 4px;
243
- border-left-width: 1px;
244
- margin: 0 0 0 -1px;
245
- color: #111;
246
- -moz-border-radius-topleft: 2px;
247
- -webkit-border-top-left-radius: 2px;
248
- border-top-left-radius: 2px;
249
- -moz-border-radius-topright: 2px;
250
- -webkit-border-top-right-radius: 2px;
251
- border-top-right-radius: 2px; }
252
- ul.tabs li:first-child a.active {
253
- margin-left: 0; }
254
- ul.tabs li:first-child a {
255
- border-width: 1px 1px 0 1px;
256
- -moz-border-radius-topleft: 2px;
257
- -webkit-border-top-left-radius: 2px;
258
- border-top-left-radius: 2px; }
259
- ul.tabs li:last-child a {
260
- -moz-border-radius-topright: 2px;
261
- -webkit-border-top-right-radius: 2px;
262
- border-top-right-radius: 2px; }
263
-
264
- ul.tabs-content { margin: 0; display: block; }
265
- ul.tabs-content > li { display:none; }
266
- ul.tabs-content > li.active { display: block; }
267
-
268
- /* Clearfixing tabs for beautiful stacking */
269
- ul.tabs:before,
270
- ul.tabs:after {
271
- content: '\0020';
272
- display: block;
273
- overflow: hidden;
274
- visibility: hidden;
275
- width: 0;
276
- height: 0; }
277
- ul.tabs:after {
278
- clear: both; }
279
- ul.tabs {
280
- zoom: 1; }
281
-
282
-
283
209
  /* #Forms
284
210
  ================================================== */
285
211
 
@@ -1,10 +1,10 @@
1
1
  /*
2
- * Skeleton V1.1
2
+ * Skeleton V1.2
3
3
  * Copyright 2011, Dave Gamache
4
4
  * www.getskeleton.com
5
5
  * Free to use under the MIT license.
6
6
  * http://www.opensource.org/licenses/mit-license.php
7
- * 8/17/2011
7
+ * 6/20/2012
8
8
  */
9
9
 
10
10
  /* Table of Content
@@ -1,10 +1,10 @@
1
1
  /*
2
- * Skeleton V1.1
2
+ * Skeleton V1.2
3
3
  * Copyright 2011, Dave Gamache
4
4
  * www.getskeleton.com
5
5
  * Free to use under the MIT license.
6
6
  * http://www.opensource.org/licenses/mit-license.php
7
- * 8/17/2011
7
+ * 6/20/2012
8
8
  */
9
9
 
10
10
 
@@ -5,21 +5,21 @@
5
5
  <!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
6
6
  <head>
7
7
 
8
- <!-- Basic Page Needs
8
+ <!-- Basic Page Needs
9
9
  ================================================== -->
10
- <meta charset="utf-8">
11
- <title>Your Page Title Here :)</title>
12
- <meta name="description" content="">
13
- <meta name="author" content="">
14
- <!--[if lt IE 9]>
15
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
16
- <![endif]-->
17
-
18
- <!-- Mobile Specific Metas
10
+ <meta charset="utf-8">
11
+ <title>Your Page Title Here :)</title>
12
+ <meta name="description" content="">
13
+ <meta name="author" content="">
14
+ <!--[if lt IE 9]>
15
+ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
16
+ <![endif]-->
17
+
18
+ <!-- Mobile Specific Metas
19
19
  ================================================== -->
20
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
20
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
21
21
 
22
- <!-- CSS
22
+ <!-- CSS
23
23
  ================================================== -->
24
24
  <% if @project.jammit -%>
25
25
  <link rel="stylesheet" href="assets/app.css">
@@ -29,12 +29,12 @@
29
29
  <% end -%>
30
30
  <link rel="stylesheet" href="stylesheets/app.css">
31
31
  <% end -%>
32
- <!-- Favicons
33
- ================================================== -->
34
- <link rel="shortcut icon" href="images/favicon.ico">
35
- <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
36
- <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
37
- <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
32
+ <!-- Favicons
33
+ ================================================== -->
34
+ <link rel="shortcut icon" href="images/favicon.ico">
35
+ <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
36
+ <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
37
+ <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
38
38
  <script type="text/javascript">
39
39
 
40
40
  var _gaq = _gaq || [];
@@ -51,41 +51,39 @@
51
51
  </head>
52
52
  <body>
53
53
 
54
+ <!-- Primary Page Layout
55
+ ================================================== -->
54
56
 
55
-
56
- <!-- Primary Page Layout
57
- ================================================== -->
58
-
59
- <!-- Delete everything in this .container and get started on your own site! -->
60
-
61
- <div class="container">
62
- <div class="sixteen columns">
63
- <h1 class="remove-bottom" style="margin-top: 40px">Skeleton</h1>
64
- <h5>Version 1.1</h5>
65
- <hr />
66
- </div>
67
- <div class="one-third column">
68
- <h3>About Skeleton?</h3>
69
- <p>Skeleton is a small collection of well-organized CSS &amp; JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone. It's based on a responsive grid, but also provides very basic CSS for typography, buttons, tabs, forms and media queries. Go ahead, resize this super basic page to see the grid in action.</p>
70
- </div>
71
- <div class="one-third column">
72
- <h3>Three Core Principles</h3>
73
- <p>Skeleton is built on three core principles:</p>
74
- <ul class="square">
75
- <li><strong>A Responsive Grid Down To Mobile</strong>: Elegant scaling from a browser to tablets to mobile.</li>
76
- <li><strong>Fast to Start</strong>: It's a tool for rapid development with best practices</li>
77
- <li><strong>Style Agnostic</strong>: It provides the most basic, beautiful styles, but is meant to be overwritten.</li>
78
- </ul>
79
- </div>
80
- <div class="one-third column">
81
- <h3>Docs &amp; Support</h3>
82
- <p>The easiest way to really get started with Skeleton is to check out the full docs and info at <a href="http://www.getskeleton.com">www.getskeleton.com.</a>. Skeleton is also open-source and has a <a href="https://github.com/dhgamache/skeleton">project on git</a>, so check that out if you want to report bugs or create a pull request. If you have any questions, thoughts, concerns or feedback, please don't hesitate to email me at <a href="mailto:hi@getskeleton.com">hi@getskeleton.com</a>.</p>
83
- </div>
84
-
85
- </div><!-- container -->
86
-
87
- <!-- JS
88
- ================================================== -->
57
+ <!-- Delete everything in this .container and get started on your own site! -->
58
+
59
+ <div class="container">
60
+ <div class="sixteen columns">
61
+ <h1 class="remove-bottom" style="margin-top: 40px">Skeleton</h1>
62
+ <h5>Version 1.2</h5>
63
+ <hr />
64
+ </div>
65
+ <div class="one-third column">
66
+ <h3>About Skeleton?</h3>
67
+ <p>Skeleton is a small collection of well-organized CSS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone. It's based on a responsive grid, but also provides very basic CSS for typography, buttons, forms and media queries. Go ahead, resize this super basic page to see the grid in action.</p>
68
+ </div>
69
+ <div class="one-third column">
70
+ <h3>Three Core Principles</h3>
71
+ <p>Skeleton is built on three core principles:</p>
72
+ <ul class="square">
73
+ <li><strong>A Responsive Grid Down To Mobile</strong>: Elegant scaling from a browser to tablets to mobile.</li>
74
+ <li><strong>Fast to Start</strong>: It's a tool for rapid development with best practices</li>
75
+ <li><strong>Style Agnostic</strong>: It provides the most basic, beautiful styles, but is meant to be overwritten.</li>
76
+ </ul>
77
+ </div>
78
+ <div class="one-third column">
79
+ <h3>Docs &amp; Support</h3>
80
+ <p>The easiest way to really get started with Skeleton is to check out the full docs and info at <a href="http://www.getskeleton.com">www.getskeleton.com.</a>. Skeleton is also open-source and has a <a href="https://github.com/dhgamache/skeleton">project on git</a>, so check that out if you want to report bugs or create a pull request. If you have any questions, thoughts, concerns or feedback, please don't hesitate to email me at <a href="mailto:hi@getskeleton.com">hi@getskeleton.com</a>.</p>
81
+ </div>
82
+
83
+ </div><!-- container -->
84
+
85
+ <!-- JS
86
+ ================================================== -->
89
87
 
90
88
  <% if @project.jammit -%>
91
89
  <script src="assets/app.js"></script>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qedproject
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
5
- prerelease:
4
+ hash: 15
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 3
9
- - 2
10
- version: 0.3.2
8
+ - 4
9
+ - 0
10
+ version: 0.4.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brian P. Hogan
@@ -15,13 +15,12 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-04-30 00:00:00 -05:00
18
+ date: 2012-10-25 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
- name: net-ssh
23
22
  prerelease: false
24
- requirement: &id001 !ruby/object:Gem::Requirement
23
+ version_requirements: &id001 !ruby/object:Gem::Requirement
25
24
  none: false
26
25
  requirements:
27
26
  - - ">="
@@ -30,12 +29,12 @@ dependencies:
30
29
  segments:
31
30
  - 0
32
31
  version: "0"
32
+ requirement: *id001
33
33
  type: :runtime
34
- version_requirements: *id001
34
+ name: net-ssh
35
35
  - !ruby/object:Gem::Dependency
36
- name: net-sftp
37
36
  prerelease: false
38
- requirement: &id002 !ruby/object:Gem::Requirement
37
+ version_requirements: &id002 !ruby/object:Gem::Requirement
39
38
  none: false
40
39
  requirements:
41
40
  - - ">="
@@ -44,12 +43,12 @@ dependencies:
44
43
  segments:
45
44
  - 0
46
45
  version: "0"
46
+ requirement: *id002
47
47
  type: :runtime
48
- version_requirements: *id002
48
+ name: net-sftp
49
49
  - !ruby/object:Gem::Dependency
50
- name: net-scp
51
50
  prerelease: false
52
- requirement: &id003 !ruby/object:Gem::Requirement
51
+ version_requirements: &id003 !ruby/object:Gem::Requirement
53
52
  none: false
54
53
  requirements:
55
54
  - - ">="
@@ -58,12 +57,12 @@ dependencies:
58
57
  segments:
59
58
  - 0
60
59
  version: "0"
60
+ requirement: *id003
61
61
  type: :runtime
62
- version_requirements: *id003
62
+ name: net-scp
63
63
  - !ruby/object:Gem::Dependency
64
- name: coffee-script
65
64
  prerelease: false
66
- requirement: &id004 !ruby/object:Gem::Requirement
65
+ version_requirements: &id004 !ruby/object:Gem::Requirement
67
66
  none: false
68
67
  requirements:
69
68
  - - ">="
@@ -74,28 +73,28 @@ dependencies:
74
73
  - 2
75
74
  - 0
76
75
  version: 2.2.0
76
+ requirement: *id004
77
77
  type: :runtime
78
- version_requirements: *id004
78
+ name: coffee-script
79
79
  - !ruby/object:Gem::Dependency
80
- name: sass
81
80
  prerelease: false
82
- requirement: &id005 !ruby/object:Gem::Requirement
81
+ version_requirements: &id005 !ruby/object:Gem::Requirement
83
82
  none: false
84
83
  requirements:
85
84
  - - ">="
86
85
  - !ruby/object:Gem::Version
87
- hash: 19
86
+ hash: 15
88
87
  segments:
89
88
  - 3
90
- - 1
91
- - 8
92
- version: 3.1.8
89
+ - 2
90
+ - 0
91
+ version: 3.2.0
92
+ requirement: *id005
93
93
  type: :runtime
94
- version_requirements: *id005
94
+ name: sass
95
95
  - !ruby/object:Gem::Dependency
96
- name: jammit
97
96
  prerelease: false
98
- requirement: &id006 !ruby/object:Gem::Requirement
97
+ version_requirements: &id006 !ruby/object:Gem::Requirement
99
98
  none: false
100
99
  requirements:
101
100
  - - ">="
@@ -106,12 +105,12 @@ dependencies:
106
105
  - 6
107
106
  - 5
108
107
  version: 0.6.5
108
+ requirement: *id006
109
109
  type: :runtime
110
- version_requirements: *id006
110
+ name: jammit
111
111
  - !ruby/object:Gem::Dependency
112
- name: rake
113
112
  prerelease: false
114
- requirement: &id007 !ruby/object:Gem::Requirement
113
+ version_requirements: &id007 !ruby/object:Gem::Requirement
115
114
  none: false
116
115
  requirements:
117
116
  - - ">="
@@ -122,72 +121,103 @@ dependencies:
122
121
  - 8
123
122
  - 7
124
123
  version: 0.8.7
124
+ requirement: *id007
125
125
  type: :runtime
126
- version_requirements: *id007
126
+ name: rake
127
127
  - !ruby/object:Gem::Dependency
128
- name: guard
129
128
  prerelease: false
130
- requirement: &id008 !ruby/object:Gem::Requirement
129
+ version_requirements: &id008 !ruby/object:Gem::Requirement
131
130
  none: false
132
131
  requirements:
133
132
  - - ">="
134
133
  - !ruby/object:Gem::Version
135
- hash: 63
134
+ hash: 7
136
135
  segments:
136
+ - 1
137
+ - 4
137
138
  - 0
138
- - 8
139
- - 0
140
- version: 0.8.0
139
+ version: 1.4.0
140
+ requirement: *id008
141
141
  type: :runtime
142
- version_requirements: *id008
142
+ name: guard
143
143
  - !ruby/object:Gem::Dependency
144
- name: guard-jammit
145
144
  prerelease: false
146
- requirement: &id009 !ruby/object:Gem::Requirement
145
+ version_requirements: &id009 !ruby/object:Gem::Requirement
147
146
  none: false
148
147
  requirements:
149
148
  - - ">="
150
149
  - !ruby/object:Gem::Version
151
- hash: 19
150
+ hash: 21
152
151
  segments:
152
+ - 1
153
153
  - 0
154
- - 3
155
- - 0
156
- version: 0.3.0
154
+ - 1
155
+ version: 1.0.1
156
+ requirement: *id009
157
157
  type: :runtime
158
- version_requirements: *id009
158
+ name: guard-jammit
159
159
  - !ruby/object:Gem::Dependency
160
- name: guard-coffeescript
161
160
  prerelease: false
162
- requirement: &id010 !ruby/object:Gem::Requirement
161
+ version_requirements: &id010 !ruby/object:Gem::Requirement
163
162
  none: false
164
163
  requirements:
165
164
  - - ">="
166
165
  - !ruby/object:Gem::Version
167
- hash: 13
166
+ hash: 31
168
167
  segments:
168
+ - 1
169
+ - 2
169
170
  - 0
170
- - 5
171
- - 3
172
- version: 0.5.3
171
+ version: 1.2.0
172
+ requirement: *id010
173
173
  type: :runtime
174
- version_requirements: *id010
174
+ name: guard-coffeescript
175
175
  - !ruby/object:Gem::Dependency
176
+ prerelease: false
177
+ version_requirements: &id011 !ruby/object:Gem::Requirement
178
+ none: false
179
+ requirements:
180
+ - - ">="
181
+ - !ruby/object:Gem::Version
182
+ hash: 23
183
+ segments:
184
+ - 1
185
+ - 0
186
+ - 0
187
+ version: 1.0.0
188
+ requirement: *id011
189
+ type: :runtime
176
190
  name: guard-sass
191
+ - !ruby/object:Gem::Dependency
177
192
  prerelease: false
178
- requirement: &id011 !ruby/object:Gem::Requirement
193
+ version_requirements: &id012 !ruby/object:Gem::Requirement
179
194
  none: false
180
195
  requirements:
181
196
  - - ">="
182
197
  - !ruby/object:Gem::Version
183
- hash: 7
198
+ hash: 23
184
199
  segments:
200
+ - 1
185
201
  - 0
186
- - 6
187
202
  - 0
188
- version: 0.6.0
203
+ version: 1.0.0
204
+ requirement: *id012
189
205
  type: :runtime
190
- version_requirements: *id011
206
+ name: guard-livereload
207
+ - !ruby/object:Gem::Dependency
208
+ prerelease: false
209
+ version_requirements: &id013 !ruby/object:Gem::Requirement
210
+ none: false
211
+ requirements:
212
+ - - ">="
213
+ - !ruby/object:Gem::Version
214
+ hash: 3
215
+ segments:
216
+ - 0
217
+ version: "0"
218
+ requirement: *id013
219
+ type: :development
220
+ name: guard-test
191
221
  description: "Creates a web development project with support for CoffeeScript and Sass, with support for Backbone, Knockout, and more. "
192
222
  email:
193
223
  - brianhogan@napcs.com
@@ -217,11 +247,10 @@ files:
217
247
  - vendor/backbone/json2.js
218
248
  - vendor/backbone/underscore-min.js
219
249
  - vendor/jquery/VERSION
220
- - vendor/jquery/jquery-1.7.0.min.js
250
+ - vendor/jquery/jquery-1.8.2.min.js
221
251
  - vendor/knockout/VERSION
222
252
  - vendor/knockout/knockout-2.0.0.js
223
253
  - vendor/skeleton/VERSION
224
- - vendor/skeleton/tabs.js
225
254
  - vendor/skeleton/apple-touch-icon-114x114.png
226
255
  - vendor/skeleton/apple-touch-icon-72x72.png
227
256
  - vendor/skeleton/apple-touch-icon.png
@@ -231,13 +260,12 @@ files:
231
260
  - vendor/skeleton/favicon.ico
232
261
  - vendor/skeleton/skeleton.css
233
262
  - vendor/jasmine-jquery/jasmine-jquery.js
234
- - vendor/jasmine/lib/jasmine-1.1.0/jasmine_favicon.png
235
- - vendor/jasmine/lib/jasmine-1.1.0/jasmine-html.js
236
- - vendor/jasmine/lib/jasmine-1.1.0/jasmine.css
237
- - vendor/jasmine/lib/jasmine-1.1.0/jasmine.js
238
- - vendor/jquerymobile/jquery.mobile-1.1.0.css
239
- - vendor/jquerymobile/jquery.mobile-1.1.0.js
240
- - vendor/jquerymobile/ajax-loader.png
263
+ - vendor/jasmine/lib/jasmine-1.2.0/jasmine-html.js
264
+ - vendor/jasmine/lib/jasmine-1.2.0/jasmine.css
265
+ - vendor/jasmine/lib/jasmine-1.2.0/jasmine.js
266
+ - vendor/jquerymobile/jquery.mobile-1.2.0.css
267
+ - vendor/jquerymobile/jquery.mobile-1.2.0.js
268
+ - vendor/jquerymobile/ajax-loader.gif
241
269
  - vendor/jquerymobile/icons-18-black.png
242
270
  - vendor/jquerymobile/icons-18-white.png
243
271
  - vendor/jquerymobile/icons-36-black.png
@@ -293,7 +321,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
293
321
  requirements: []
294
322
 
295
323
  rubyforge_project: qedproject
296
- rubygems_version: 1.6.0
324
+ rubygems_version: 1.3.7
297
325
  signing_key:
298
326
  specification_version: 3
299
327
  summary: Quickly build a simple web development project for use with QEDServer