cross_spec_rails 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cross_spec_rails/version.rb +1 -1
- metadata +2 -10
- data/app/assets/config/cross_spec_rails_manifest.js +0 -2
- data/app/assets/javascripts/cross_spec_rails/application.js +0 -15
- data/app/assets/stylesheets/cross_spec_rails/application.css +0 -15
- data/app/helpers/cross_spec_rails/application_helper.rb +0 -4
- data/app/jobs/cross_spec_rails/application_job.rb +0 -4
- data/app/mailers/cross_spec_rails/application_mailer.rb +0 -6
- data/app/models/cross_spec_rails/application_record.rb +0 -5
- data/app/views/layouts/cross_spec_rails/application.html.erb +0 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5871ecbc30415e519a7b16f6a53173df02dcf42
|
4
|
+
data.tar.gz: 321df9327b4c99e4366482fd9723d6da02d4e33b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30c20470455c8ac006d8fa4f2fda7c082b4805e2b69b34ef5665921f8d7ee0654342ebbf7212119c41a84429637a6e7824f1070c108f9b336707fb4e39aa3098
|
7
|
+
data.tar.gz: 5ebf444ea72b700d98d8b51deff672bc67a9e570fbd9f1a2457d5b3041637179583caf3b6cd920a4e2b099bc5a08e7b07a00dcd8bb305d71b5c6dedf34547c6b
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cross_spec_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Fischer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -62,16 +62,8 @@ files:
|
|
62
62
|
- MIT-LICENSE
|
63
63
|
- README.md
|
64
64
|
- Rakefile
|
65
|
-
- app/assets/config/cross_spec_rails_manifest.js
|
66
|
-
- app/assets/javascripts/cross_spec_rails/application.js
|
67
|
-
- app/assets/stylesheets/cross_spec_rails/application.css
|
68
65
|
- app/controllers/cross_spec_rails/application_controller.rb
|
69
66
|
- app/controllers/cross_spec_rails/factories_controller.rb
|
70
|
-
- app/helpers/cross_spec_rails/application_helper.rb
|
71
|
-
- app/jobs/cross_spec_rails/application_job.rb
|
72
|
-
- app/mailers/cross_spec_rails/application_mailer.rb
|
73
|
-
- app/models/cross_spec_rails/application_record.rb
|
74
|
-
- app/views/layouts/cross_spec_rails/application.html.erb
|
75
67
|
- config/routes.rb
|
76
68
|
- lib/cross_spec_rails.rb
|
77
69
|
- lib/cross_spec_rails/engine.rb
|
@@ -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 any plugin's vendor/assets/javascripts directory 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
|
-
// compiled file. JavaScript code in this file should be added after the last require_* statement.
|
9
|
-
//
|
10
|
-
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
11
|
-
// about supported directives.
|
12
|
-
//
|
13
|
-
//= require rails-ujs
|
14
|
-
//= require activestorage
|
15
|
-
//= require_tree .
|
@@ -1,15 +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 any plugin's vendor/assets/stylesheets directory 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 bottom of the
|
9
|
-
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
10
|
-
* files in this directory. Styles in this file should be added after the last require_* statement.
|
11
|
-
* It is generally better to create a new file per style scope.
|
12
|
-
*
|
13
|
-
*= require_tree .
|
14
|
-
*= require_self
|
15
|
-
*/
|
@@ -1,16 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Cross spec rails</title>
|
5
|
-
<%= csrf_meta_tags %>
|
6
|
-
<%= csp_meta_tag %>
|
7
|
-
|
8
|
-
<%= stylesheet_link_tag "cross_spec_rails/application", media: "all" %>
|
9
|
-
<%= javascript_include_tag "cross_spec_rails/application" %>
|
10
|
-
</head>
|
11
|
-
<body>
|
12
|
-
|
13
|
-
<%= yield %>
|
14
|
-
|
15
|
-
</body>
|
16
|
-
</html>
|