rails_courier 0.2.0 → 0.2.1
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 +4 -4
- metadata +21 -22
- data/Gemfile +0 -13
- data/Gemfile.lock +0 -87
- data/README.md +0 -3
- data/Rakefile +0 -10
- data/bin/console +0 -11
- data/bin/release +0 -19
- data/bin/setup +0 -8
- data/lib/rails_courier/version.rb +0 -3
- data/lib/rails_courier.rb +0 -8
- data/rails_courier.gemspec +0 -22
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7cb9f9d579a85f7de875e6c76ab4f41010ccdf4102c23566342a2847ec9e8a1d
|
4
|
+
data.tar.gz: dae5536d6035f67546136f12ffe1fc52d602bdffc8dd5eeba120fec2313c4cd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57816bf66de11e05baa75469c127a6011fd235f24b97f2a4e3fccf8fa0743a062965c7a13a7530ce8117c0f8261fdd371480c8271946abc8f92e8b0e010dfecf
|
7
|
+
data.tar.gz: 8cf8d948c812075b068479e25737a0d43999831f2dea87a018d6d62fe8c1049d96bb27076f88173ed91d4bd4ae1939669d768402ee9e8ce8e5c215c14014d909
|
metadata
CHANGED
@@ -1,38 +1,37 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_courier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Rails Designer
|
7
|
+
- Rails Designer
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies: []
|
12
|
-
description:
|
13
|
-
|
12
|
+
description: This is a dummy gem. Please use `courrier` instead. This gem exists only
|
13
|
+
to point users to the correct gem name.
|
14
14
|
email:
|
15
|
-
-
|
15
|
+
- developers@railsdesigner.com
|
16
16
|
executables: []
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
|
-
files:
|
20
|
-
-
|
21
|
-
- Gemfile.lock
|
22
|
-
- README.md
|
23
|
-
- Rakefile
|
24
|
-
- bin/console
|
25
|
-
- bin/release
|
26
|
-
- bin/setup
|
27
|
-
- lib/rails_courier.rb
|
28
|
-
- lib/rails_courier/version.rb
|
29
|
-
- rails_courier.gemspec
|
30
|
-
homepage: https://railsdesigner.com/tools/
|
19
|
+
files: []
|
20
|
+
homepage: https://github.com/Rails-Designer/courrier
|
31
21
|
licenses:
|
32
22
|
- MIT
|
33
|
-
metadata:
|
34
|
-
|
35
|
-
|
23
|
+
metadata: {}
|
24
|
+
post_install_message: |2
|
25
|
+
=======================================
|
26
|
+
IMPORTANT: This is a dummy gem!
|
27
|
+
The correct gem name is `courrier`
|
28
|
+
|
29
|
+
Please install the correct gem:
|
30
|
+
gem install courrier
|
31
|
+
|
32
|
+
For more information, visit:
|
33
|
+
https://rubygems.org/gems/courrier
|
34
|
+
=======================================
|
36
35
|
rdoc_options: []
|
37
36
|
require_paths:
|
38
37
|
- lib
|
@@ -40,7 +39,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
40
39
|
requirements:
|
41
40
|
- - ">="
|
42
41
|
- !ruby/object:Gem::Version
|
43
|
-
version:
|
42
|
+
version: '0'
|
44
43
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
45
44
|
requirements:
|
46
45
|
- - ">="
|
@@ -49,5 +48,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
49
48
|
requirements: []
|
50
49
|
rubygems_version: 3.6.8
|
51
50
|
specification_version: 4
|
52
|
-
summary:
|
51
|
+
summary: Dummy gem that points to the courrier gem
|
53
52
|
test_files: []
|
data/Gemfile
DELETED
data/Gemfile.lock
DELETED
@@ -1,87 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
rails_courier (0.2.0)
|
5
|
-
|
6
|
-
GEM
|
7
|
-
remote: https://rubygems.org/
|
8
|
-
specs:
|
9
|
-
ast (2.4.3)
|
10
|
-
date (3.4.1)
|
11
|
-
io-console (0.8.0)
|
12
|
-
irb (1.15.2)
|
13
|
-
pp (>= 0.6.0)
|
14
|
-
rdoc (>= 4.0.0)
|
15
|
-
reline (>= 0.4.2)
|
16
|
-
json (2.11.3)
|
17
|
-
language_server-protocol (3.17.0.4)
|
18
|
-
lint_roller (1.1.0)
|
19
|
-
minitest (5.25.5)
|
20
|
-
parallel (1.27.0)
|
21
|
-
parser (3.3.8.0)
|
22
|
-
ast (~> 2.4.1)
|
23
|
-
racc
|
24
|
-
pp (0.6.2)
|
25
|
-
prettyprint
|
26
|
-
prettyprint (0.2.0)
|
27
|
-
prism (1.4.0)
|
28
|
-
psych (5.2.3)
|
29
|
-
date
|
30
|
-
stringio
|
31
|
-
racc (1.8.1)
|
32
|
-
rainbow (3.1.1)
|
33
|
-
rake (13.2.1)
|
34
|
-
rdoc (6.13.1)
|
35
|
-
psych (>= 4.0.0)
|
36
|
-
regexp_parser (2.10.0)
|
37
|
-
reline (0.6.1)
|
38
|
-
io-console (~> 0.5)
|
39
|
-
rubocop (1.75.3)
|
40
|
-
json (~> 2.3)
|
41
|
-
language_server-protocol (~> 3.17.0.2)
|
42
|
-
lint_roller (~> 1.1.0)
|
43
|
-
parallel (~> 1.10)
|
44
|
-
parser (>= 3.3.0.2)
|
45
|
-
rainbow (>= 2.2.2, < 4.0)
|
46
|
-
regexp_parser (>= 2.9.3, < 3.0)
|
47
|
-
rubocop-ast (>= 1.44.0, < 2.0)
|
48
|
-
ruby-progressbar (~> 1.7)
|
49
|
-
unicode-display_width (>= 2.4.0, < 4.0)
|
50
|
-
rubocop-ast (1.44.1)
|
51
|
-
parser (>= 3.3.7.2)
|
52
|
-
prism (~> 1.4)
|
53
|
-
rubocop-performance (1.25.0)
|
54
|
-
lint_roller (~> 1.1)
|
55
|
-
rubocop (>= 1.75.0, < 2.0)
|
56
|
-
rubocop-ast (>= 1.38.0, < 2.0)
|
57
|
-
ruby-progressbar (1.13.0)
|
58
|
-
standard (1.49.0)
|
59
|
-
language_server-protocol (~> 3.17.0.2)
|
60
|
-
lint_roller (~> 1.0)
|
61
|
-
rubocop (~> 1.75.2)
|
62
|
-
standard-custom (~> 1.0.0)
|
63
|
-
standard-performance (~> 1.8)
|
64
|
-
standard-custom (1.0.2)
|
65
|
-
lint_roller (~> 1.0)
|
66
|
-
rubocop (~> 1.50)
|
67
|
-
standard-performance (1.8.0)
|
68
|
-
lint_roller (~> 1.1)
|
69
|
-
rubocop-performance (~> 1.25.0)
|
70
|
-
stringio (3.1.7)
|
71
|
-
unicode-display_width (3.1.4)
|
72
|
-
unicode-emoji (~> 4.0, >= 4.0.4)
|
73
|
-
unicode-emoji (4.0.4)
|
74
|
-
|
75
|
-
PLATFORMS
|
76
|
-
arm64-darwin-23
|
77
|
-
ruby
|
78
|
-
|
79
|
-
DEPENDENCIES
|
80
|
-
irb
|
81
|
-
minitest (~> 5.16)
|
82
|
-
rails_courier!
|
83
|
-
rake (~> 13.0)
|
84
|
-
standard (~> 1.3)
|
85
|
-
|
86
|
-
BUNDLED WITH
|
87
|
-
2.6.8
|
data/README.md
DELETED
data/Rakefile
DELETED
data/bin/console
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
require "bundler/setup"
|
5
|
-
require "rails_courier"
|
6
|
-
|
7
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
8
|
-
# with your gem easier. You can also use a different console, if you like.
|
9
|
-
|
10
|
-
require "irb"
|
11
|
-
IRB.start(__FILE__)
|
data/bin/release
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
#!/usr/bin/env bash
|
2
|
-
|
3
|
-
VERSION=$1
|
4
|
-
|
5
|
-
if [ -z "$VERSION" ]; then
|
6
|
-
echo "Error: The version number is required."
|
7
|
-
echo "Usage: $0 <version-number>"
|
8
|
-
exit 1
|
9
|
-
fi
|
10
|
-
|
11
|
-
printf "module RailsCourier\n VERSION = \"$VERSION\"\nend\n" > ./lib/rails_courier/version.rb
|
12
|
-
bundle
|
13
|
-
git add Gemfile.lock lib/rails_courier/version.rb
|
14
|
-
git commit -m "Bump version for $VERSION"
|
15
|
-
git push
|
16
|
-
git tag v$VERSION
|
17
|
-
git push --tags
|
18
|
-
gem build rails_courier.gemspec
|
19
|
-
gem push "rails_courier-$VERSION.gem"
|
data/bin/setup
DELETED
data/lib/rails_courier.rb
DELETED
data/rails_courier.gemspec
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require_relative "lib/rails_courier/version"
|
4
|
-
|
5
|
-
Gem::Specification.new do |spec|
|
6
|
-
spec.name = "rails_courier"
|
7
|
-
spec.version = RailsCourier::VERSION
|
8
|
-
spec.authors = ["Rails Designer Developers"]
|
9
|
-
spec.email = ["devs@railsdesigner.com"]
|
10
|
-
|
11
|
-
spec.summary = "Modern, API-powered email delivery for Rails apps"
|
12
|
-
spec.description = "Modern, API-powered email delivery for Rails apps with support for Postmark, Mailgun, Mailpace and more."
|
13
|
-
spec.homepage = "https://railsdesigner.com/tools/"
|
14
|
-
spec.license = "MIT"
|
15
|
-
|
16
|
-
spec.metadata["homepage_uri"] = spec.homepage
|
17
|
-
spec.metadata["source_code_uri"] = "https://github.com/Rails-Designer/rails_courier/"
|
18
|
-
|
19
|
-
spec.files = Dir["{bin,app,config,db,lib,public}/**/*", "Rakefile", "README.md", "rails_courier.gemspec", "Gemfile", "Gemfile.lock"]
|
20
|
-
|
21
|
-
spec.required_ruby_version = ">= 3.1.0"
|
22
|
-
end
|