stachio 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/layouts/stachio/application.html.erb +0 -2
- data/lib/stachio/version.rb +1 -1
- data/spec/dummy/app/views/layouts/application.html.erb +0 -2
- metadata +3 -12
- data/app/assets/javascripts/stachio/application.js +0 -15
- data/app/assets/javascripts/stachio/templates.js +0 -2
- data/app/assets/stylesheets/scaffold.css +0 -56
- data/app/assets/stylesheets/stachio/application.css +0 -13
- data/app/assets/stylesheets/stachio/templates.css +0 -4
- data/spec/dummy/app/assets/javascripts/application.js +0 -15
- data/spec/dummy/app/assets/stylesheets/application.css +0 -13
data/lib/stachio/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stachio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -239,11 +239,6 @@ files:
|
|
239
239
|
- README.md
|
240
240
|
- Rakefile
|
241
241
|
- app/assets/images/stachio/.gitkeep
|
242
|
-
- app/assets/javascripts/stachio/application.js
|
243
|
-
- app/assets/javascripts/stachio/templates.js
|
244
|
-
- app/assets/stylesheets/scaffold.css
|
245
|
-
- app/assets/stylesheets/stachio/application.css
|
246
|
-
- app/assets/stylesheets/stachio/templates.css
|
247
242
|
- app/controllers/stachio/application_controller.rb
|
248
243
|
- app/controllers/stachio/templates_controller.rb
|
249
244
|
- app/helpers/stachio/application_helper.rb
|
@@ -268,8 +263,6 @@ files:
|
|
268
263
|
- spec/dummy/.ruby-version
|
269
264
|
- spec/dummy/README.md
|
270
265
|
- spec/dummy/Rakefile
|
271
|
-
- spec/dummy/app/assets/javascripts/application.js
|
272
|
-
- spec/dummy/app/assets/stylesheets/application.css
|
273
266
|
- spec/dummy/app/controllers/application_controller.rb
|
274
267
|
- spec/dummy/app/helpers/application_helper.rb
|
275
268
|
- spec/dummy/app/mailers/.gitkeep
|
@@ -321,7 +314,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
321
314
|
version: '0'
|
322
315
|
segments:
|
323
316
|
- 0
|
324
|
-
hash:
|
317
|
+
hash: 3693920644295587345
|
325
318
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
326
319
|
none: false
|
327
320
|
requirements:
|
@@ -330,7 +323,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
330
323
|
version: '0'
|
331
324
|
segments:
|
332
325
|
- 0
|
333
|
-
hash:
|
326
|
+
hash: 3693920644295587345
|
334
327
|
requirements: []
|
335
328
|
rubyforge_project:
|
336
329
|
rubygems_version: 1.8.23
|
@@ -343,8 +336,6 @@ test_files:
|
|
343
336
|
- spec/dummy/.ruby-version
|
344
337
|
- spec/dummy/README.md
|
345
338
|
- spec/dummy/Rakefile
|
346
|
-
- spec/dummy/app/assets/javascripts/application.js
|
347
|
-
- spec/dummy/app/assets/stylesheets/application.css
|
348
339
|
- spec/dummy/app/controllers/application_controller.rb
|
349
340
|
- spec/dummy/app/helpers/application_helper.rb
|
350
341
|
- spec/dummy/app/mailers/.gitkeep
|
@@ -1,15 +0,0 @@
|
|
1
|
-
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
2
|
-
// listed below.
|
3
|
-
//
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
5
|
-
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
|
6
|
-
//
|
7
|
-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
8
|
-
// the compiled file.
|
9
|
-
//
|
10
|
-
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
|
11
|
-
// GO AFTER THE REQUIRES BELOW.
|
12
|
-
//
|
13
|
-
//= require jquery
|
14
|
-
//= require jquery_ujs
|
15
|
-
//= require_tree .
|
@@ -1,56 +0,0 @@
|
|
1
|
-
body { background-color: #fff; color: #333; }
|
2
|
-
|
3
|
-
body, p, ol, ul, td {
|
4
|
-
font-family: verdana, arial, helvetica, sans-serif;
|
5
|
-
font-size: 13px;
|
6
|
-
line-height: 18px;
|
7
|
-
}
|
8
|
-
|
9
|
-
pre {
|
10
|
-
background-color: #eee;
|
11
|
-
padding: 10px;
|
12
|
-
font-size: 11px;
|
13
|
-
}
|
14
|
-
|
15
|
-
a { color: #000; }
|
16
|
-
a:visited { color: #666; }
|
17
|
-
a:hover { color: #fff; background-color:#000; }
|
18
|
-
|
19
|
-
div.field, div.actions {
|
20
|
-
margin-bottom: 10px;
|
21
|
-
}
|
22
|
-
|
23
|
-
#notice {
|
24
|
-
color: green;
|
25
|
-
}
|
26
|
-
|
27
|
-
.field_with_errors {
|
28
|
-
padding: 2px;
|
29
|
-
background-color: red;
|
30
|
-
display: table;
|
31
|
-
}
|
32
|
-
|
33
|
-
#error_explanation {
|
34
|
-
width: 450px;
|
35
|
-
border: 2px solid red;
|
36
|
-
padding: 7px;
|
37
|
-
padding-bottom: 0;
|
38
|
-
margin-bottom: 20px;
|
39
|
-
background-color: #f0f0f0;
|
40
|
-
}
|
41
|
-
|
42
|
-
#error_explanation h2 {
|
43
|
-
text-align: left;
|
44
|
-
font-weight: bold;
|
45
|
-
padding: 5px 5px 5px 15px;
|
46
|
-
font-size: 12px;
|
47
|
-
margin: -7px;
|
48
|
-
margin-bottom: 0px;
|
49
|
-
background-color: #c00;
|
50
|
-
color: #fff;
|
51
|
-
}
|
52
|
-
|
53
|
-
#error_explanation ul li {
|
54
|
-
font-size: 12px;
|
55
|
-
list-style: square;
|
56
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the top of the
|
9
|
-
* compiled file, but it's generally better to create a new file per style scope.
|
10
|
-
*
|
11
|
-
*= require_self
|
12
|
-
*= require_tree .
|
13
|
-
*/
|
@@ -1,15 +0,0 @@
|
|
1
|
-
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
2
|
-
// listed below.
|
3
|
-
//
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
5
|
-
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
|
6
|
-
//
|
7
|
-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
8
|
-
// the compiled file.
|
9
|
-
//
|
10
|
-
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
|
11
|
-
// GO AFTER THE REQUIRES BELOW.
|
12
|
-
//
|
13
|
-
//= require jquery
|
14
|
-
//= require jquery_ujs
|
15
|
-
//= require_tree .
|
@@ -1,13 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the top of the
|
9
|
-
* compiled file, but it's generally better to create a new file per style scope.
|
10
|
-
*
|
11
|
-
*= require_self
|
12
|
-
*= require_tree .
|
13
|
-
*/
|