gupshup-rb 0.1.5 → 0.1.7
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.
- checksums.yaml +4 -4
- data/README.md +38 -0
- metadata +44 -37
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d6577d6f29f793144a4b60751fa117bca7bf8feb2ffb1ab5a4c8cd7452d2758
|
4
|
+
data.tar.gz: 4fabc61bdbbce092c9cadd714277d5291aeeefedc46dff27d550deb8b7b4ad0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acd980b9490ae458b891a30cff235e857f6787090cf2822e3b6c3aa53b9da8f4315b18c632493ef6d54c6a68c2e9431e32a23ab5760a135bdf96fccea7c0f1c8
|
7
|
+
data.tar.gz: 10f1980c321be951431f601eecfb26054a2d213a8871eb1eab2317910d8b5d3e2824777bb512255a580c29ade9f0d54e3b1821f8c17273ac94db10da726e0997
|
data/README.md
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
# Gupshup::Rb
|
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/gupshup-rb`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
|
+
|
5
|
+
## Installation
|
6
|
+
|
7
|
+
TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
|
8
|
+
|
9
|
+
Install the gem and add to the application's Gemfile by executing:
|
10
|
+
|
11
|
+
$ bundle add gupshup-rb
|
12
|
+
|
13
|
+
If bundler is not being used to manage dependencies, install the gem by executing:
|
14
|
+
|
15
|
+
$ gem install gupshup-rb
|
16
|
+
|
17
|
+
## Usage
|
18
|
+
Not Completed!
|
19
|
+
!UNDER DEVELOPMENT!
|
20
|
+
Integration with Chatwoot
|
21
|
+
|
22
|
+
## Development
|
23
|
+
|
24
|
+
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.
|
25
|
+
|
26
|
+
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 the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
27
|
+
|
28
|
+
## Contributing
|
29
|
+
|
30
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/raimartinsb/gupshup-rb. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/raimartinsb/gupshup-rb/blob/master/CODE_OF_CONDUCT.md).
|
31
|
+
|
32
|
+
## License
|
33
|
+
|
34
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
35
|
+
|
36
|
+
## Code of Conduct
|
37
|
+
|
38
|
+
Everyone interacting in the Gupshup::Rb project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/raimartinsb/gupshup-rb/blob/master/CODE_OF_CONDUCT.md).
|
metadata
CHANGED
@@ -1,76 +1,62 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gupshup-rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Raimundo Martins
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2023-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: jwt
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
20
|
-
- - "
|
19
|
+
version: '1.5'
|
20
|
+
- - "<="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '
|
22
|
+
version: '2.5'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '
|
30
|
-
- - "
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '3.0'
|
33
|
-
- !ruby/object:Gem::Dependency
|
34
|
-
name: logger
|
35
|
-
requirement: !ruby/object:Gem::Requirement
|
36
|
-
requirements:
|
37
|
-
- - "~>"
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: 1.4.2
|
40
|
-
type: :development
|
41
|
-
prerelease: false
|
42
|
-
version_requirements: !ruby/object:Gem::Requirement
|
43
|
-
requirements:
|
44
|
-
- - "~>"
|
29
|
+
version: '1.5'
|
30
|
+
- - "<="
|
45
31
|
- !ruby/object:Gem::Version
|
46
|
-
version:
|
32
|
+
version: '2.5'
|
47
33
|
- !ruby/object:Gem::Dependency
|
48
|
-
name:
|
34
|
+
name: nokogiri
|
49
35
|
requirement: !ruby/object:Gem::Requirement
|
50
36
|
requirements:
|
51
37
|
- - ">="
|
52
38
|
- !ruby/object:Gem::Version
|
53
|
-
version: '1.
|
39
|
+
version: '1.6'
|
54
40
|
- - "<"
|
55
41
|
- !ruby/object:Gem::Version
|
56
|
-
version: '
|
42
|
+
version: '2.0'
|
57
43
|
type: :runtime
|
58
44
|
prerelease: false
|
59
45
|
version_requirements: !ruby/object:Gem::Requirement
|
60
46
|
requirements:
|
61
47
|
- - ">="
|
62
48
|
- !ruby/object:Gem::Version
|
63
|
-
version: '1.
|
49
|
+
version: '1.6'
|
64
50
|
- - "<"
|
65
51
|
- !ruby/object:Gem::Version
|
66
|
-
version: '
|
52
|
+
version: '2.0'
|
67
53
|
- !ruby/object:Gem::Dependency
|
68
|
-
name:
|
54
|
+
name: faraday
|
69
55
|
requirement: !ruby/object:Gem::Requirement
|
70
56
|
requirements:
|
71
57
|
- - ">="
|
72
58
|
- !ruby/object:Gem::Version
|
73
|
-
version: '
|
59
|
+
version: '0.9'
|
74
60
|
- - "<"
|
75
61
|
- !ruby/object:Gem::Version
|
76
62
|
version: '2.0'
|
@@ -80,7 +66,7 @@ dependencies:
|
|
80
66
|
requirements:
|
81
67
|
- - ">="
|
82
68
|
- !ruby/object:Gem::Version
|
83
|
-
version: '
|
69
|
+
version: '0.9'
|
84
70
|
- - "<"
|
85
71
|
- !ruby/object:Gem::Version
|
86
72
|
version: '2.0'
|
@@ -188,27 +174,48 @@ dependencies:
|
|
188
174
|
- - "~>"
|
189
175
|
- !ruby/object:Gem::Version
|
190
176
|
version: 0.9.9
|
177
|
+
- !ruby/object:Gem::Dependency
|
178
|
+
name: logger
|
179
|
+
requirement: !ruby/object:Gem::Requirement
|
180
|
+
requirements:
|
181
|
+
- - "~>"
|
182
|
+
- !ruby/object:Gem::Version
|
183
|
+
version: 1.4.2
|
184
|
+
type: :development
|
185
|
+
prerelease: false
|
186
|
+
version_requirements: !ruby/object:Gem::Requirement
|
187
|
+
requirements:
|
188
|
+
- - "~>"
|
189
|
+
- !ruby/object:Gem::Version
|
190
|
+
version: 1.4.2
|
191
191
|
description: Communication with Chatwoot - Not Completed! Still does not work!
|
192
192
|
email:
|
193
193
|
executables: []
|
194
194
|
extensions: []
|
195
|
-
extra_rdoc_files:
|
196
|
-
|
195
|
+
extra_rdoc_files:
|
196
|
+
- README.md
|
197
|
+
files:
|
198
|
+
- README.md
|
197
199
|
homepage: https://github.com/raimartinsb/gupshup-rb
|
198
200
|
licenses:
|
199
201
|
- MIT
|
200
202
|
metadata:
|
201
|
-
|
202
|
-
source_code_uri: https://github.com/raimartinsb/gupshup-rb
|
203
|
+
yard.run: yri
|
203
204
|
post_install_message:
|
204
|
-
rdoc_options:
|
205
|
+
rdoc_options:
|
206
|
+
- "--line-numbers"
|
207
|
+
- "--inline-source"
|
208
|
+
- "--title"
|
209
|
+
- gupshup-rb
|
210
|
+
- "--main"
|
211
|
+
- README.md
|
205
212
|
require_paths:
|
206
213
|
- lib
|
207
214
|
required_ruby_version: !ruby/object:Gem::Requirement
|
208
215
|
requirements:
|
209
216
|
- - ">="
|
210
217
|
- !ruby/object:Gem::Version
|
211
|
-
version: 2.
|
218
|
+
version: 2.0.0
|
212
219
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
213
220
|
requirements:
|
214
221
|
- - ">="
|