kono_mailup 0.0.2 → 0.1.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 +5 -5
- data/README.md +2 -2
- data/lib/kono_mailup/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 1b3767f03c4d5f63526cd36021a1a2c6f0f07af238fa4a94672972f0c5c7bc66
|
|
4
|
+
data.tar.gz: 4a54497c5f1a84b1579e1f046d3889a65598f0dda35752f4878472707317c01c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93de88a4f383224816971683b55f9d1940c4e35e3b393980188ed80eea77f4c469fd1d93b9f7a63cc657927ec759129402c3e47649f02130f0613a8896a8902f
|
|
7
|
+
data.tar.gz: dd41bdd5902fb6754d940c48916a8e6ccd99b9f9a32accecea02bbfa12562f26d4034bf97bd2419df4e6ae5d18e1b8ee17ccb175a8b9f2c4ec69c8daea42a021
|
data/README.md
CHANGED
|
@@ -10,7 +10,7 @@ with mailup gems for autentication/authorization and api connector
|
|
|
10
10
|
|
|
11
11
|
Add To your Gemfile
|
|
12
12
|
|
|
13
|
-
gem 'kono_mailup'
|
|
13
|
+
gem 'kono_mailup'
|
|
14
14
|
|
|
15
15
|
OR Install directly
|
|
16
16
|
|
|
@@ -21,4 +21,4 @@ Then in your rail application folder
|
|
|
21
21
|
bin/rails g kono_mailup:install
|
|
22
22
|
bin/rake kono_mailup:install:migrations
|
|
23
23
|
|
|
24
|
-
Remember to configure the file created in the
|
|
24
|
+
Remember to configure the file created in the initializers
|
data/lib/kono_mailup/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kono_mailup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marino Bonetti
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-04-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 1.3
|
|
47
|
+
version: '1.3'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 1.3
|
|
54
|
+
version: '1.3'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: multi_json
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -244,8 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
244
244
|
- !ruby/object:Gem::Version
|
|
245
245
|
version: '0'
|
|
246
246
|
requirements: []
|
|
247
|
-
|
|
248
|
-
rubygems_version: 2.6.13
|
|
247
|
+
rubygems_version: 3.0.8
|
|
249
248
|
signing_key:
|
|
250
249
|
specification_version: 4
|
|
251
250
|
summary: Mailup Layer
|