icalia-sdk-event 0.1.2 → 0.1.3

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: 301011865fe480699478276f767a46cb53ac6335a8555a9a6444a888fd901ad1
4
- data.tar.gz: ae8cc24ee3809f6f31cda29b8603418ee5948fe83225a2164b4775299e812426
3
+ metadata.gz: 860e04bf4ddcb4c6f6f3b316a0c328ec4c0e0f55e3727a5ef151f672c187146f
4
+ data.tar.gz: 1adbbf0957023dbb92850fa8d3ca5156b8bf211e7cb992f2e33ae44c5490a8ca
5
5
  SHA512:
6
- metadata.gz: c338c42e446adb2b1f17c6dd3de3356a94cd2e4f9fd0a9a435909bb2f1e636a0ca2f94702250edc566259c98d15cdcb930c43720830a43f67cb8e3dc6b709483
7
- data.tar.gz: 8d8efa971e630f01317b77dfa8cff17b3c355e5d989273c989d0c433629098124bc644b9b465ddacc122034f4f5b34cb05c671634577928363c0a974c3abe02e
6
+ metadata.gz: 2565ef0fb94387f92743fb23e8f4ffa6efe639240edd3d43937f5cf5a48acf35bb69424597fb76fe0aa2672849cf9e7c94f39f769642a3c26f296e3925196479
7
+ data.tar.gz: ff09eb96880c09ba6df147e87eb889b81da5972d41f1a430e4ef197d0d8e961844f86f53cb832e45c8ac4c986b270917ce3e0a91a600050a2c42524691a672f9
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Icalia
4
4
  module Event
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icalia-sdk-event
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Quintanilla
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.1.2
19
+ version: 0.1.3
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.2
26
+ version: 0.1.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: icalia-sdk-event-notification
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.1.2
33
+ version: 0.1.3
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.1.2
40
+ version: 0.1.3
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -88,17 +88,6 @@ executables: []
88
88
  extensions: []
89
89
  extra_rdoc_files: []
90
90
  files:
91
- - ".gitignore"
92
- - ".rspec"
93
- - CODE_OF_CONDUCT.md
94
- - Gemfile
95
- - Gemfile.lock
96
- - LICENSE.txt
97
- - README.md
98
- - Rakefile
99
- - bin/console
100
- - bin/setup
101
- - icalia-sdk-event.gemspec
102
91
  - lib/icalia-sdk-event.rb
103
92
  - lib/icalia-sdk-event/version.rb
104
93
  homepage: https://github.com/IcaliaLabs/icalia-sdk-ruby
data/.gitignore DELETED
@@ -1,8 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --format documentation
2
- --color
3
- --require spec_helper
data/CODE_OF_CONDUCT.md DELETED
@@ -1,74 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
11
-
12
- ## Our Standards
13
-
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
54
-
55
- ## Enforcement
56
-
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at TODO: Write your email address. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
63
-
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
67
-
68
- ## Attribution
69
-
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [http://contributor-covenant.org/version/1/4][version]
72
-
73
- [homepage]: http://contributor-covenant.org
74
- [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile DELETED
@@ -1,10 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
-
5
- gem 'icalia-sdk-event-core', path: '../icalia-sdk-event-core'
6
- gem 'icalia-sdk-event-notification', path: '../icalia-sdk-event-notification'
7
- gem 'icalia-sdk-event-webhook', path: '../icalia-sdk-event-webhook'
8
-
9
- # Specify your gem's dependencies in icalia-sdk-event.gemspec
10
- gemspec
data/Gemfile.lock DELETED
@@ -1,90 +0,0 @@
1
- PATH
2
- remote: ../icalia-sdk-event-core
3
- specs:
4
- icalia-sdk-event-core (0.1.2)
5
- jsonapi-deserializable (~> 0.2.0)
6
-
7
- PATH
8
- remote: ../icalia-sdk-event-notification
9
- specs:
10
- icalia-sdk-event-notification (0.1.2)
11
- activesupport (~> 5.2, >= 5.2.0)
12
- aws-sdk-sns (~> 1.19)
13
- aws-sdk-sqs (~> 1.20)
14
- icalia-sdk-event-core (= 0.1.2)
15
-
16
- PATH
17
- remote: ../icalia-sdk-event-webhook
18
- specs:
19
- icalia-sdk-event-webhook (0.1.2)
20
- icalia-sdk-event-core (= 0.1.2)
21
-
22
- PATH
23
- remote: .
24
- specs:
25
- icalia-sdk-event (0.1.2)
26
- icalia-sdk-event-notification (= 0.1.2)
27
- icalia-sdk-event-webhook (= 0.1.2)
28
-
29
- GEM
30
- remote: https://rubygems.org/
31
- specs:
32
- activesupport (5.2.3)
33
- concurrent-ruby (~> 1.0, >= 1.0.2)
34
- i18n (>= 0.7, < 2)
35
- minitest (~> 5.1)
36
- tzinfo (~> 1.1)
37
- aws-eventstream (1.0.3)
38
- aws-partitions (1.199.0)
39
- aws-sdk-core (3.62.0)
40
- aws-eventstream (~> 1.0, >= 1.0.2)
41
- aws-partitions (~> 1.0)
42
- aws-sigv4 (~> 1.1)
43
- jmespath (~> 1.0)
44
- aws-sdk-sns (1.19.0)
45
- aws-sdk-core (~> 3, >= 3.61.1)
46
- aws-sigv4 (~> 1.1)
47
- aws-sdk-sqs (1.20.0)
48
- aws-sdk-core (~> 3, >= 3.61.1)
49
- aws-sigv4 (~> 1.1)
50
- aws-sigv4 (1.1.0)
51
- aws-eventstream (~> 1.0, >= 1.0.2)
52
- concurrent-ruby (1.1.5)
53
- diff-lcs (1.3)
54
- i18n (1.6.0)
55
- concurrent-ruby (~> 1.0)
56
- jmespath (1.4.0)
57
- jsonapi-deserializable (0.2.0)
58
- minitest (5.11.3)
59
- rake (10.5.0)
60
- rspec (3.8.0)
61
- rspec-core (~> 3.8.0)
62
- rspec-expectations (~> 3.8.0)
63
- rspec-mocks (~> 3.8.0)
64
- rspec-core (3.8.2)
65
- rspec-support (~> 3.8.0)
66
- rspec-expectations (3.8.4)
67
- diff-lcs (>= 1.2.0, < 2.0)
68
- rspec-support (~> 3.8.0)
69
- rspec-mocks (3.8.1)
70
- diff-lcs (>= 1.2.0, < 2.0)
71
- rspec-support (~> 3.8.0)
72
- rspec-support (3.8.2)
73
- thread_safe (0.3.6)
74
- tzinfo (1.2.5)
75
- thread_safe (~> 0.1)
76
-
77
- PLATFORMS
78
- ruby
79
-
80
- DEPENDENCIES
81
- bundler (~> 1.17)
82
- icalia-sdk-event!
83
- icalia-sdk-event-core!
84
- icalia-sdk-event-notification!
85
- icalia-sdk-event-webhook!
86
- rake (~> 10.0)
87
- rspec (~> 3.0)
88
-
89
- BUNDLED WITH
90
- 1.17.2
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2019 TODO: Write your name
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
data/README.md DELETED
@@ -1,43 +0,0 @@
1
- # Icalia::Sdk::Event
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/icalia/sdk/event`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'icalia-sdk-event'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install icalia-sdk-event
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/icalia-sdk-event. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
-
37
- ## License
38
-
39
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
-
41
- ## Code of Conduct
42
-
43
- Everyone interacting in the Icalia::Sdk::Event project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/icalia-sdk-event/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile DELETED
@@ -1,6 +0,0 @@
1
- require 'bundler/gem_tasks'
2
- require 'rspec/core/rake_task'
3
-
4
- RSpec::Core::RakeTask.new(:spec)
5
-
6
- task :default => :spec
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "icalia/sdk/event"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start(__FILE__)
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
@@ -1,46 +0,0 @@
1
-
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'icalia-sdk-event/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = 'icalia-sdk-event'
8
- spec.version = Icalia::Event::VERSION
9
- spec.authors = ['Roberto Quintanilla']
10
- spec.email = %w[vov@icalialabs.com]
11
-
12
- spec.summary = 'Icalia SDK for Ruby - Events Library'
13
- spec.description = 'Official Icalia SDK for Icalia Events' \
14
- 'This gem is part of the Icalia SDK for Ruby.'
15
- spec.homepage = 'https://github.com/IcaliaLabs/icalia-sdk-ruby'
16
- spec.license = 'MIT'
17
-
18
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
19
- # to allow pushing to a single host or delete this section to allow pushing to any host.
20
- if spec.respond_to?(:metadata)
21
- spec.metadata['allowed_push_host'] = 'https://rubygems.org'
22
-
23
- spec.metadata['homepage_uri'] = spec.homepage
24
- spec.metadata['source_code_uri'] = 'https://github.com/IcaliaLabs/icalia-sdk-ruby'
25
- spec.metadata['changelog_uri'] = 'https://github.com/IcaliaLabs/icalia-sdk-ruby'
26
- else
27
- raise 'RubyGems 2.0 or newer is required to protect against ' \
28
- 'public gem pushes.'
29
- end
30
-
31
- # Specify which files should be added to the gem when it is released.
32
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
33
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
34
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
35
- end
36
- spec.bindir = 'exe'
37
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
38
- spec.require_paths = %w[lib]
39
-
40
- spec.add_dependency 'icalia-sdk-event-webhook', Icalia::Event::VERSION
41
- spec.add_dependency 'icalia-sdk-event-notification', Icalia::Event::VERSION
42
-
43
- spec.add_development_dependency 'bundler', '~> 1.17'
44
- spec.add_development_dependency 'rake', '~> 10.0'
45
- spec.add_development_dependency 'rspec', '~> 3.0'
46
- end