icalia-sdk-event-notification 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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de9573bd7eecc93128269f8a7c8f88b6f067cb565cf60986ef1ec36c36bb36ec
|
4
|
+
data.tar.gz: 2fb54f24677092f69f16476350894f97f0ded6609fb9beb488e1712aba944d9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b96fb6f3f70982adfc26290f0bae5b9b74642869c1a6aafa2b4cd145f4ce680953b6aedca11a32acd7f7a85ec44753a53c6e62b361ad0baf2492464292b4ae9e
|
7
|
+
data.tar.gz: 1b56fca7784e976835fe291b68006341a40d7d9b236df852d343b26232c9a0dcc2aa48d90b3092c051918b3881f9676a35d9f592245b44f20baefb3278e7d233
|
data/README.md
CHANGED
@@ -49,10 +49,10 @@ to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
49
49
|
## License
|
50
50
|
|
51
51
|
The gem is available as open source under the terms of the
|
52
|
-
[
|
52
|
+
[Apache 2.0 License](https://opensource.org/licenses/MIT).
|
53
53
|
|
54
54
|
## Code of Conduct
|
55
55
|
|
56
|
-
Everyone interacting in the
|
56
|
+
Everyone interacting in the icalia-sdk-ruby project’s codebases, issue
|
57
57
|
trackers, chat rooms and mailing lists is expected to follow the
|
58
58
|
[code of conduct](https://github.com/IcaliaLabs/icalia-sdk-ruby/blob/master/CODE_OF_CONDUCT.md).
|
@@ -9,9 +9,11 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ['Roberto Quintanilla']
|
10
10
|
spec.email = %w[vov@icalialabs.com]
|
11
11
|
|
12
|
-
spec.summary = 'Icalia SDK for Ruby -
|
13
|
-
|
14
|
-
|
12
|
+
spec.summary = 'Icalia SDK Events for Ruby - via AWS Simple Notification'\
|
13
|
+
' Service'
|
14
|
+
spec.description = 'Official Ruby gem for Icalia Events via AWS Simple '\
|
15
|
+
'Notification Service. This gem is part of the Icalia SDK'\
|
16
|
+
' for Ruby.'
|
15
17
|
spec.homepage = 'https://github.com/IcaliaLabs/icalia-sdk-ruby'
|
16
18
|
spec.license = 'MIT'
|
17
19
|
|
@@ -4,7 +4,7 @@ require 'active_support'
|
|
4
4
|
require 'active_support/core_ext/object/blank'
|
5
5
|
|
6
6
|
module Icalia
|
7
|
-
module
|
7
|
+
module Event
|
8
8
|
autoload :Version, 'icalia-sdk-event-notification/version'
|
9
9
|
autoload :Publisher, 'icalia-sdk-event-notification/publisher'
|
10
10
|
autoload :Notification, 'icalia-sdk-event-notification/notification'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: icalia-sdk-event-notification
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roberto Quintanilla
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.1.
|
19
|
+
version: 0.1.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.1.
|
26
|
+
version: 0.1.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: activesupport
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -114,8 +114,8 @@ dependencies:
|
|
114
114
|
- - "~>"
|
115
115
|
- !ruby/object:Gem::Version
|
116
116
|
version: '3.0'
|
117
|
-
description: Official
|
118
|
-
part of the Icalia SDK for Ruby.
|
117
|
+
description: Official Ruby gem for Icalia Events via AWS Simple Notification Service.
|
118
|
+
This gem is part of the Icalia SDK for Ruby.
|
119
119
|
email:
|
120
120
|
- vov@icalialabs.com
|
121
121
|
executables: []
|
@@ -172,5 +172,5 @@ requirements: []
|
|
172
172
|
rubygems_version: 3.0.3
|
173
173
|
signing_key:
|
174
174
|
specification_version: 4
|
175
|
-
summary: Icalia SDK for Ruby -
|
175
|
+
summary: Icalia SDK Events for Ruby - via AWS Simple Notification Service
|
176
176
|
test_files: []
|