icalia-sdk 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 +4 -4
- data/lib/icalia-sdk/version.rb +1 -1
- data/lib/icalia-sdk.rb +2 -2
- metadata +3 -14
- data/.gitignore +0 -8
- data/.rspec +0 -3
- data/CODE_OF_CONDUCT.md +0 -74
- data/Gemfile +0 -11
- data/Gemfile.lock +0 -97
- data/LICENSE.txt +0 -21
- data/README.md +0 -43
- data/Rakefile +0 -6
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/icalia-sdk.gemspec +0 -45
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 992a0350f2087f65aa0c560a996e1567ebe104490fae403e00f285a86eb40c8a
|
4
|
+
data.tar.gz: 27fc5e25c65a536607d33358a53d9f04773d12d71357cad14347af63085ed426
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5769b2d5b31bb95cc94c47b9ee051be0a11fa619d92e0efe2662311a720d1a3c0185cf110bc8af15226cafe39b791a2dbd374ea8820ee03e95ed3b2b1921b6eb
|
7
|
+
data.tar.gz: 7217461114edf2af7b998f92db038323a9b2cb80943c27e6876cdca30f19873108149a5a5ec65fb6b98d797d39fbc9754376a1d261a57117b05b953a12a0177b
|
data/lib/icalia-sdk/version.rb
CHANGED
data/lib/icalia-sdk.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: icalia-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
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.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.
|
26
|
+
version: 0.1.3
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -74,17 +74,6 @@ executables: []
|
|
74
74
|
extensions: []
|
75
75
|
extra_rdoc_files: []
|
76
76
|
files:
|
77
|
-
- ".gitignore"
|
78
|
-
- ".rspec"
|
79
|
-
- CODE_OF_CONDUCT.md
|
80
|
-
- Gemfile
|
81
|
-
- Gemfile.lock
|
82
|
-
- LICENSE.txt
|
83
|
-
- README.md
|
84
|
-
- Rakefile
|
85
|
-
- bin/console
|
86
|
-
- bin/setup
|
87
|
-
- icalia-sdk.gemspec
|
88
77
|
- lib/icalia-sdk.rb
|
89
78
|
- lib/icalia-sdk/version.rb
|
90
79
|
homepage: https://github.com/IcaliaLabs/icalia-sdk-ruby
|
data/.gitignore
DELETED
data/.rspec
DELETED
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,11 +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', path: '../icalia-sdk-event'
|
6
|
-
gem 'icalia-sdk-event-core', path: '../icalia-sdk-event-core'
|
7
|
-
gem 'icalia-sdk-event-notification', path: '../icalia-sdk-event-notification'
|
8
|
-
gem 'icalia-sdk-event-webhook', path: '../icalia-sdk-event-webhook'
|
9
|
-
|
10
|
-
# Specify your gem's dependencies in icalia-sdk.gemspec
|
11
|
-
gemspec
|
data/Gemfile.lock
DELETED
@@ -1,97 +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: ../icalia-sdk-event
|
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
|
-
PATH
|
30
|
-
remote: .
|
31
|
-
specs:
|
32
|
-
icalia-sdk (0.1.2)
|
33
|
-
icalia-sdk-event (= 0.1.2)
|
34
|
-
|
35
|
-
GEM
|
36
|
-
remote: https://rubygems.org/
|
37
|
-
specs:
|
38
|
-
activesupport (5.2.3)
|
39
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
40
|
-
i18n (>= 0.7, < 2)
|
41
|
-
minitest (~> 5.1)
|
42
|
-
tzinfo (~> 1.1)
|
43
|
-
aws-eventstream (1.0.3)
|
44
|
-
aws-partitions (1.199.0)
|
45
|
-
aws-sdk-core (3.62.0)
|
46
|
-
aws-eventstream (~> 1.0, >= 1.0.2)
|
47
|
-
aws-partitions (~> 1.0)
|
48
|
-
aws-sigv4 (~> 1.1)
|
49
|
-
jmespath (~> 1.0)
|
50
|
-
aws-sdk-sns (1.19.0)
|
51
|
-
aws-sdk-core (~> 3, >= 3.61.1)
|
52
|
-
aws-sigv4 (~> 1.1)
|
53
|
-
aws-sdk-sqs (1.20.0)
|
54
|
-
aws-sdk-core (~> 3, >= 3.61.1)
|
55
|
-
aws-sigv4 (~> 1.1)
|
56
|
-
aws-sigv4 (1.1.0)
|
57
|
-
aws-eventstream (~> 1.0, >= 1.0.2)
|
58
|
-
concurrent-ruby (1.1.5)
|
59
|
-
diff-lcs (1.3)
|
60
|
-
i18n (1.6.0)
|
61
|
-
concurrent-ruby (~> 1.0)
|
62
|
-
jmespath (1.4.0)
|
63
|
-
jsonapi-deserializable (0.2.0)
|
64
|
-
minitest (5.11.3)
|
65
|
-
rake (10.5.0)
|
66
|
-
rspec (3.8.0)
|
67
|
-
rspec-core (~> 3.8.0)
|
68
|
-
rspec-expectations (~> 3.8.0)
|
69
|
-
rspec-mocks (~> 3.8.0)
|
70
|
-
rspec-core (3.8.2)
|
71
|
-
rspec-support (~> 3.8.0)
|
72
|
-
rspec-expectations (3.8.4)
|
73
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
74
|
-
rspec-support (~> 3.8.0)
|
75
|
-
rspec-mocks (3.8.1)
|
76
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
77
|
-
rspec-support (~> 3.8.0)
|
78
|
-
rspec-support (3.8.2)
|
79
|
-
thread_safe (0.3.6)
|
80
|
-
tzinfo (1.2.5)
|
81
|
-
thread_safe (~> 0.1)
|
82
|
-
|
83
|
-
PLATFORMS
|
84
|
-
ruby
|
85
|
-
|
86
|
-
DEPENDENCIES
|
87
|
-
bundler (~> 1.17)
|
88
|
-
icalia-sdk!
|
89
|
-
icalia-sdk-event!
|
90
|
-
icalia-sdk-event-core!
|
91
|
-
icalia-sdk-event-notification!
|
92
|
-
icalia-sdk-event-webhook!
|
93
|
-
rake (~> 10.0)
|
94
|
-
rspec (~> 3.0)
|
95
|
-
|
96
|
-
BUNDLED WITH
|
97
|
-
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
|
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`. 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'
|
13
|
-
```
|
14
|
-
|
15
|
-
And then execute:
|
16
|
-
|
17
|
-
$ bundle
|
18
|
-
|
19
|
-
Or install it yourself as:
|
20
|
-
|
21
|
-
$ gem install icalia-sdk
|
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. 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 project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/icalia-sdk/blob/master/CODE_OF_CONDUCT.md).
|
data/Rakefile
DELETED
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "icalia/sdk"
|
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
data/icalia-sdk.gemspec
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
require 'icalia-sdk/version'
|
5
|
-
|
6
|
-
Gem::Specification.new do |spec|
|
7
|
-
spec.name = 'icalia-sdk'
|
8
|
-
spec.version = Icalia::VERSION
|
9
|
-
spec.authors = ['Roberto Quintanilla']
|
10
|
-
spec.email = %w[vov@icalialabs.com]
|
11
|
-
|
12
|
-
spec.summary = 'Icalia SDK for Ruby - Events Core Library'
|
13
|
-
spec.description = 'Official Icalia SDK for Icalia Events Core' \
|
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', Icalia::VERSION
|
41
|
-
|
42
|
-
spec.add_development_dependency 'bundler', '~> 1.17'
|
43
|
-
spec.add_development_dependency 'rake', '~> 10.0'
|
44
|
-
spec.add_development_dependency 'rspec', '~> 3.0'
|
45
|
-
end
|