gupshup-rb 0.1.6 → 0.1.7.1

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +38 -0
  3. metadata +46 -39
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 191d2d7c2af968c20420bd5dec54114e035b2a8bbd6d8432d3070f6137a61fcc
4
- data.tar.gz: e0f80020610ce55c5b606a5edf065457a5a690e5456223b89cdf6dc2f7bca41c
3
+ metadata.gz: df02c8b830b02b81d36579a812596f85ceca1b6cc0139330cf19c26de2429a18
4
+ data.tar.gz: a6b04764ec2e63a8eab781cfb4c9defcc1d69696a2fd0272025b9c13ea765b73
5
5
  SHA512:
6
- metadata.gz: c79ba561f362cd99b88ad1b1b8b9dbc6837b930324b9c566fe3fa3a20ac176d76e3dc29fc1a5044eea1073948345b94a1e3119773160800f038679a23428b92c
7
- data.tar.gz: 80e16cbfd81564d53a6d1e0f91fd24781aae8398be83134ebc0d53673c9e032fc1d19ba4cf2e41d5973495e12132aea71adcde287c167c3b9db5983ab6992ebf
6
+ metadata.gz: 2de5d46dfae83916eee3c4a579bea3ff868762edc54775d5c8c50477a976b6a1450a93bf0a6d89ddbe61713812e5cd7059487e43ecf509c2813ee3a8bf1325ef
7
+ data.tar.gz: f25e88c1d835b04220a24dfed22356189d750477dd4f54b3840cc3ffe216294527706dcbf29c88f95a85f7cdb8ea01683afb9f7b45a5e193f1c8792a3387cc8c
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,89 +1,75 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gupshup-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raimundo Martins
8
8
  autorequire:
9
- bindir: exe
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: faraday
14
+ name: jwt
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.9'
20
- - - "<"
19
+ version: '1.5'
20
+ - - "<="
21
21
  - !ruby/object:Gem::Version
22
- version: '3.0'
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: '0.9'
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: 1.4.2
32
+ version: '2.5'
47
33
  - !ruby/object:Gem::Dependency
48
- name: jwt
34
+ name: nokogiri
49
35
  requirement: !ruby/object:Gem::Requirement
50
36
  requirements:
51
37
  - - ">="
52
38
  - !ruby/object:Gem::Version
53
- version: '1.5'
39
+ version: '1.6'
54
40
  - - "<"
55
41
  - !ruby/object:Gem::Version
56
- version: '3.0'
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.5'
49
+ version: '1.6'
64
50
  - - "<"
65
51
  - !ruby/object:Gem::Version
66
- version: '3.0'
52
+ version: '2.0'
67
53
  - !ruby/object:Gem::Dependency
68
- name: nokogiri
54
+ name: faraday
69
55
  requirement: !ruby/object:Gem::Requirement
70
56
  requirements:
71
57
  - - ">="
72
58
  - !ruby/object:Gem::Version
73
- version: '1.6'
59
+ version: '0.9'
74
60
  - - "<"
75
61
  - !ruby/object:Gem::Version
76
- version: '2.0'
62
+ version: '3.0'
77
63
  type: :runtime
78
64
  prerelease: false
79
65
  version_requirements: !ruby/object:Gem::Requirement
80
66
  requirements:
81
67
  - - ">="
82
68
  - !ruby/object:Gem::Version
83
- version: '1.6'
69
+ version: '0.9'
84
70
  - - "<"
85
71
  - !ruby/object:Gem::Version
86
- version: '2.0'
72
+ version: '3.0'
87
73
  - !ruby/object:Gem::Dependency
88
74
  name: bundler
89
75
  requirement: !ruby/object:Gem::Requirement
@@ -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
- files: []
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
- homepage_uri: https://github.com/raimartinsb/gupshup-rb
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.6.0
218
+ version: 2.0.0
212
219
  required_rubygems_version: !ruby/object:Gem::Requirement
213
220
  requirements:
214
221
  - - ">="