truemail-rspec 1.2.0 → 1.3.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 +4 -4
- data/LICENSE.txt +1 -1
- data/lib/truemail/rspec/version.rb +1 -1
- data/truemail-rspec.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d01c0c6e231c9af0d9ad466496d8cdb901f7d33b32f66725ce24b3bea0bc620f
|
|
4
|
+
data.tar.gz: 1c22f4974acc01f5fc20d2b4b0edb8eda1d68c0980dc443df1f4192cba62ad5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bbcf0a325d13090f6336a5e0e3afc6ef2707c04f0f902fedac65ff7bcf75aecfebd41c3a443b528fcaf67a1b0c2d111eb642a2f2182c33b713718abf28f55d3
|
|
7
|
+
data.tar.gz: b6a278b3d73ee7db0d250cdaeeec70cdce2e4d531df7b818d9fa2015cf6aa2e25b71f4f278f4859c705855ad6aac5b4d6f565d293b594fa0538f6fb977305c33
|
data/LICENSE.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2020-
|
|
3
|
+
Copyright (c) 2020-2024 Vladislav Trotsenko
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
data/truemail-rspec.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.authors = ['Vladislav Trotsenko']
|
|
9
9
|
spec.email = ['admin@bestweb.com.ua']
|
|
10
10
|
|
|
11
|
-
spec.summary = %(
|
|
11
|
+
spec.summary = %(Truemail RSpec helpers)
|
|
12
12
|
spec.description = %(Truemail RSpec helpers)
|
|
13
13
|
|
|
14
14
|
spec.homepage = 'https://github.com/truemail-rb/truemail-rspec'
|
|
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
|
|
|
30
30
|
spec.require_paths = %w[lib]
|
|
31
31
|
|
|
32
32
|
spec.add_runtime_dependency 'ffaker', ffaker_version
|
|
33
|
-
spec.add_runtime_dependency 'net-smtp', '~> 0.4.0' if current_ruby_version >= ::Gem::Version.new('3.1.0')
|
|
33
|
+
spec.add_runtime_dependency 'net-smtp', '~> 0.4.0.1' if current_ruby_version >= ::Gem::Version.new('3.1.0')
|
|
34
34
|
spec.add_runtime_dependency 'rspec', '~> 3.12'
|
|
35
35
|
spec.add_runtime_dependency 'truemail', '~> 3.0'
|
|
36
36
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: truemail-rspec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vladislav Trotsenko
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffaker
|
|
@@ -138,5 +138,5 @@ requirements: []
|
|
|
138
138
|
rubygems_version: 3.2.15
|
|
139
139
|
signing_key:
|
|
140
140
|
specification_version: 4
|
|
141
|
-
summary:
|
|
141
|
+
summary: Truemail RSpec helpers
|
|
142
142
|
test_files: []
|