gateway-sdk 0.2.3 → 0.2.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -21
  3. data/lib/gateway/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4670e6f1b12cceab40463aa30ac03bd18f4b357e
4
- data.tar.gz: 526528341da05ce087ec1b8ef620ba13b2242990
3
+ metadata.gz: 79b40375ba8ef4bb9c0eaddd85b873314e513bb9
4
+ data.tar.gz: ba73c18aa25215d42ea20a59060c82d9f0612c76
5
5
  SHA512:
6
- metadata.gz: 27328333bfd5564062fb0ed0be302c337ddd7242de1ebc7a9de7da3bf230f872f417a7695a52b1e089ecb39ff85f77efafa9590a4a88e7e2322c28013468fa6b
7
- data.tar.gz: c5ba53bf5fbcda55416846866352b807cba69b4e65e98882131744e20776265a04ece83691286f5d8c24b7707f487f3cbdecb061ea782bf2fbcbf21ff5f97821
6
+ metadata.gz: b331a81b6f17af2a91c8707a989bb7e1b575fcfd5fdf8d86920ae12a77462e1cf09f0e04a0ab14b5030e3bd16059ba911ca03080c4d13a02ea3902a87d719dc8
7
+ data.tar.gz: 7191c4664cb97f588cc2de8a8f683c123090ebdda707e6a6bcf0a7ce9e516feb22b7d6f642c2928cc8015dd3d002764753074a4d47d4572c43754f92f56c2d8d
data/README.md CHANGED
@@ -1,9 +1,3 @@
1
- # Gateway::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/gateway/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
1
  ## Installation
8
2
 
9
3
  Add this line to your application's Gemfile:
@@ -22,18 +16,5 @@ Or install it yourself as:
22
16
 
23
17
  ## Usage
24
18
 
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, 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` to 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
- 1. Fork it ( https://github.com/[my-github-username]/gateway-sdk/fork )
36
- 2. Create your feature branch (`git checkout -b my-new-feature`)
37
- 3. Commit your changes (`git commit -am 'Add some feature'`)
38
- 4. Push to the branch (`git push origin my-new-feature`)
39
- 5. Create a new Pull Request
19
+ Use for sending messages from popular transports: whatsapp, viber, telegram, sms
20
+ Read more: http://chat2desk.com/
@@ -1,3 +1,3 @@
1
1
  module Gateway
2
- VERSION = '0.2.3' # gem version
2
+ VERSION = '0.2.4' # gem version
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gateway-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - atanych