remise 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5217817da2d19efe00f716f4a7a19f00f2070162727b55ce3597be283cb9c6ea
4
- data.tar.gz: 2f8ab15ebf72c9cd6ddc46535c82a8c429d6f17ef4d8ba22fae07323726a5e6d
3
+ metadata.gz: 304a7c206b64efe4a30a855771a5ce87d8de795c225a7f4d12b338055dd6c4a6
4
+ data.tar.gz: 563d943553e0e12d293ddc9e09d38e7d25588d9ff376e4b2e635c108d5f17553
5
5
  SHA512:
6
- metadata.gz: dbf00ea393ade085fa7287b84bc506f510219ba530b57f63fffefb8430ead5a25936b5e5b44180fa7845191296d5bbe0f019b6cef0525686977096dd93bf6306
7
- data.tar.gz: 35a5bd9b3aa5d1bceabf6628d635277d4cd0a2e94136f1fee12e3b5a9d9305c9a6e7dc44ee7f906399de1eef012304d50c4a8be84cafde6c05dcd6518f188708
6
+ metadata.gz: 9cb4e907c521a19faa9942ca25d6bcfa9a6e29b76fa5c0dd11efbc32c160f43cc5b9a9bb911b4a8592cc499b348d0743c68b4d7250a560344d4fe2e04c4b134c
7
+ data.tar.gz: 53d83814716566f6c40a955994526fde3445c95e46a814d05c90652e041445f5f386335acd3c4050556bef94e12eb42a6c392a34b0c36741d16bb3b9ff3a411e
data/Rakefile CHANGED
@@ -1,8 +1,5 @@
1
1
  require "bundler/setup"
2
2
 
3
- APP_RAKEFILE = File.expand_path("test/dummy/Rakefile", __dir__)
4
- load "rails/tasks/engine.rake"
5
-
6
- load "rails/tasks/statistics.rake"
3
+ # load "rails/tasks/statistics.rake"
7
4
 
8
5
  require "bundler/gem_tasks"
@@ -1,3 +1,3 @@
1
1
  module Remise
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gert Goet
@@ -23,11 +23,10 @@ dependencies:
23
23
  - - ">="
24
24
  - !ruby/object:Gem::Version
25
25
  version: 7.2.2.1
26
- description: |-
27
- A remise (from French) is a railway roundhouse - the building where locomotives
28
- are stored, maintained, and prepared for their daily runs. Just like a remise
29
- is where train journeys begin, this gem is your starting point for navigating
30
- your Rails development environment.
26
+ description: "A remise (from French) is a railway roundhouse - the building where
27
+ locomotives \nare stored, maintained, and prepared for their daily runs. Just like
28
+ a remise \nis where train journeys begin, this gem is your starting point for navigating
29
+ \nyour Rails development environment."
31
30
  email:
32
31
  - gert@thinkcreate.dk
33
32
  executables: []
@@ -42,7 +41,6 @@ files:
42
41
  - app/controllers/remise/application_controller.rb
43
42
  - app/helpers/remise/application_helper.rb
44
43
  - app/jobs/remise/application_job.rb
45
- - app/mailers/remise/application_mailer.rb
46
44
  - app/models/remise/application_record.rb
47
45
  - app/views/layouts/remise/application.html.erb
48
46
  - config/routes.rb
@@ -1,6 +0,0 @@
1
- module Remise
2
- class ApplicationMailer < ActionMailer::Base
3
- default from: "from@example.com"
4
- layout "mailer"
5
- end
6
- end