icalia-sdk-event-webhook 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: fb6438ba2204db9f73f97eabac25d4f51a893ea63e59c674a2052aafda241c59
4
- data.tar.gz: 3805bb486145abffeb2a656e82e0f86699a3962d9a8aa0d7cb557cbe22fee221
3
+ metadata.gz: fcbf0a321e2207c3333f13d20180531146bafea2a96364cb52e2d5c6e37766c1
4
+ data.tar.gz: 9830c72de50dfbf253ded5dca24d7edfebd2d4e08830e373a5aedc5bb7454420
5
5
  SHA512:
6
- metadata.gz: 5185dec6214c8725f69dfb3ffcdfbec545fdd8e8791a4b0bdbf6f349bb1a853ccafb1c7b73e2df0d719cb0956926fedcd96efe8336e463dcf32554363d9d6e2d
7
- data.tar.gz: 19ec847bac8ca063d8c67752fa9fa4437e9f8966039932b5fb99b1d8a41e6f4b6058c461003ba3a0b26ad9637c53ad4d90eaa43d6201f14bbabbcbea84507d1e
6
+ metadata.gz: 754bd4dccafe7a49514397f6182763e45156513ae27150a7cadc6370c296488e93ad11ecf79768946a4900129685624172de1054e398eed3411e040e2b2b6a6a
7
+ data.tar.gz: e4c385b9a7f07197c4cf7bbe50b703ce77a22cbc19e6bc1784b7d7e2d0ed084362081c68672eb56acd50a34dec2a0e4ea23214321e986a5aeca31604e41a6901
data/README.md CHANGED
@@ -1,6 +1,9 @@
1
- # Icalia::Sdk::Events::Webhook
1
+ # Icalia::Event via Webhook
2
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/events/webhook`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be
4
+ able to package up your Ruby library into a gem. Put your Ruby code in the file
5
+ `lib/icalia-sdk-events-webhook`. To experiment with that code, run `bin/console`
6
+ for an interactive prompt.
4
7
 
5
8
  TODO: Delete this and the text above, and describe your gem
6
9
 
@@ -26,18 +29,30 @@ TODO: Write usage instructions here
26
29
 
27
30
  ## Development
28
31
 
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
32
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run
33
+ `rake spec` to run the tests. You can also run `bin/console` for an interactive
34
+ prompt that will allow you to experiment.
30
35
 
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).
36
+ To install this gem onto your local machine, run `bundle exec rake install`. To
37
+ release a new version, update the version number in `version.rb`, and then run
38
+ `bundle exec rake release`, which will create a git tag for the version, push
39
+ git commits and tags, and push the `.gem` file to
40
+ [rubygems.org](https://rubygems.org).
32
41
 
33
42
  ## Contributing
34
43
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/icalia-sdk-event-webhook. 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.
44
+ Bug reports and pull requests are welcome on GitHub at
45
+ https://github.com/IcaliaLabs/icalia-sdk-ruby. This project is intended to be a
46
+ safe, welcoming space for collaboration, and contributors are expected to adhere
47
+ to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
48
 
37
49
  ## License
38
50
 
39
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
51
+ The gem is available as open source under the terms of the
52
+ [Apache 2.0 License](https://opensource.org/licenses/MIT).
40
53
 
41
54
  ## Code of Conduct
42
55
 
43
- Everyone interacting in the Icalia::Sdk::Events::Webhook 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-webhook/blob/master/CODE_OF_CONDUCT.md).
56
+ Everyone interacting in the icalia-sdk-ruby project’s codebases, issue
57
+ trackers, chat rooms and mailing lists is expected to follow the
58
+ [code of conduct](https://github.com/IcaliaLabs/icalia-sdk-ruby/blob/master/CODE_OF_CONDUCT.md).
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Icalia
4
4
  module Event
5
- WEBHOOK_VERSION = '0.1.0'
5
+ WEBHOOK_VERSION = '0.1.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icalia-sdk-event-webhook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
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.0
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.0
26
+ version: 0.1.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement