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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab4c26ff9701070ec54444e14a3ddeec799a7250
4
- data.tar.gz: 56899dc926863a48ca2be4fe77f6123744375d9d
3
+ metadata.gz: b5871ecbc30415e519a7b16f6a53173df02dcf42
4
+ data.tar.gz: 321df9327b4c99e4366482fd9723d6da02d4e33b
5
5
  SHA512:
6
- metadata.gz: b32ff2abfd9f033e43ae1e5dc43f490f11b0a7f50e1fe8a7ab3227e0c61bf355caecf832fcf98b2cf5a68f839de1d5c388535bd08dc531b6845e341f6287c6ab
7
- data.tar.gz: '028cd801cbcf0798369e85c3912cd9611c7f53aa2b72ddd46940aa149ed1aca2dbaea98550a130c5387956904589a6b950061ff252291af3c859b47f4f243dfa'
6
+ metadata.gz: 30c20470455c8ac006d8fa4f2fda7c082b4805e2b69b34ef5665921f8d7ee0654342ebbf7212119c41a84429637a6e7824f1070c108f9b336707fb4e39aa3098
7
+ data.tar.gz: 5ebf444ea72b700d98d8b51deff672bc67a9e570fbd9f1a2457d5b3041637179583caf3b6cd920a4e2b099bc5a08e7b07a00dcd8bb305d71b5c6dedf34547c6b
@@ -1,3 +1,3 @@
1
1
  module CrossSpecRails
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
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.0
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-20 00:00:00.000000000 Z
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,2 +0,0 @@
1
- //= link_directory ../javascripts/cross_spec_rails .js
2
- //= link_directory ../stylesheets/cross_spec_rails .css
@@ -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,4 +0,0 @@
1
- module CrossSpecRails
2
- module ApplicationHelper
3
- end
4
- end
@@ -1,4 +0,0 @@
1
- module CrossSpecRails
2
- class ApplicationJob < ActiveJob::Base
3
- end
4
- end
@@ -1,6 +0,0 @@
1
- module CrossSpecRails
2
- class ApplicationMailer < ActionMailer::Base
3
- default from: 'from@example.com'
4
- layout 'mailer'
5
- end
6
- end
@@ -1,5 +0,0 @@
1
- module CrossSpecRails
2
- class ApplicationRecord < ActiveRecord::Base
3
- self.abstract_class = true
4
- end
5
- end
@@ -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>