novu 0.1.0 → 1.1.0
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/.rubocop.yml +6 -0
- data/Gemfile +4 -1
- data/README.md +865 -71
- data/Rakefile +2 -1
- data/lib/novu/api/blueprints.rb +29 -0
- data/lib/novu/api/changes.rb +4 -2
- data/lib/novu/api/connection.rb +29 -0
- data/lib/novu/api/integrations.rb +11 -0
- data/lib/novu/api/organizations.rb +81 -0
- data/lib/novu/api/subscribers.rb +89 -1
- data/lib/novu/api/tenants.rb +82 -0
- data/lib/novu/api/topics.rb +23 -0
- data/lib/novu/client.rb +42 -1
- data/lib/novu/version.rb +1 -1
- data/lib/novu.rb +2 -0
- data/techstack.md +125 -0
- data/techstack.yml +152 -0
- metadata +24 -16
- data/Gemfile.lock +0 -102
data/techstack.yml
ADDED
@@ -0,0 +1,152 @@
|
|
1
|
+
repo_name: novuhq/novu-ruby
|
2
|
+
report_id: 64174126c2978ebffd866b5b5a64f248
|
3
|
+
version: 0.1
|
4
|
+
repo_type: Public
|
5
|
+
timestamp: '2024-01-05T09:22:44+00:00'
|
6
|
+
requested_by: sumitsaurabh927
|
7
|
+
provider: github
|
8
|
+
branch: main
|
9
|
+
detected_tools_count: 11
|
10
|
+
tools:
|
11
|
+
- name: Ruby
|
12
|
+
description: A dynamic, interpreted, open source programming language with a focus
|
13
|
+
on simplicity and productivity
|
14
|
+
website_url: https://www.ruby-lang.org
|
15
|
+
open_source: true
|
16
|
+
hosted_saas: false
|
17
|
+
category: Languages & Frameworks
|
18
|
+
sub_category: Languages
|
19
|
+
image_url: https://img.stackshare.io/service/989/ruby.png
|
20
|
+
detection_source_url: https://github.com/novuhq/novu-ruby
|
21
|
+
detection_source: Repo Metadata
|
22
|
+
- name: Git
|
23
|
+
description: Fast, scalable, distributed revision control system
|
24
|
+
website_url: http://git-scm.com/
|
25
|
+
open_source: true
|
26
|
+
hosted_saas: false
|
27
|
+
category: Build, Test, Deploy
|
28
|
+
sub_category: Version Control System
|
29
|
+
image_url: https://img.stackshare.io/service/1046/git.png
|
30
|
+
detection_source_url: https://github.com/novuhq/novu-ruby
|
31
|
+
detection_source: Repo Metadata
|
32
|
+
- name: GitHub Actions
|
33
|
+
description: Automate your workflow from idea to production
|
34
|
+
website_url: https://github.com/features/actions
|
35
|
+
open_source: false
|
36
|
+
hosted_saas: true
|
37
|
+
category: Build, Test, Deploy
|
38
|
+
sub_category: Continuous Integration
|
39
|
+
image_url: https://img.stackshare.io/service/11563/actions.png
|
40
|
+
detection_source_url: https://github.com/novuhq/novu-ruby/blob/main/.github/workflows/release.yml
|
41
|
+
detection_source: ".github/workflows/release.yml"
|
42
|
+
last_updated_by: Kolawole Ezekiel
|
43
|
+
last_updated_on: 2023-10-09 13:30:34.000000000 Z
|
44
|
+
- name: RSpec
|
45
|
+
description: Behaviour Driven Development for Ruby
|
46
|
+
website_url: https://rspec.info/
|
47
|
+
version: 3.12.0
|
48
|
+
license: MIT
|
49
|
+
open_source: true
|
50
|
+
hosted_saas: false
|
51
|
+
category: Build, Test, Deploy
|
52
|
+
sub_category: Testing Frameworks
|
53
|
+
image_url: https://img.stackshare.io/service/2539/logo.png
|
54
|
+
detection_source_url: https://github.com/novuhq/novu-ruby/blob/main/Gemfile.lock
|
55
|
+
detection_source: Gemfile
|
56
|
+
last_updated_by: Aman Saini
|
57
|
+
last_updated_on: 2023-02-28 06:58:36.000000000 Z
|
58
|
+
- name: RuboCop
|
59
|
+
description: A Ruby static code analyzer, based on the community Ruby style guide
|
60
|
+
website_url: http://batsov.com/rubocop/
|
61
|
+
version: 1.46.0
|
62
|
+
license: MIT
|
63
|
+
open_source: true
|
64
|
+
hosted_saas: false
|
65
|
+
category: Build, Test, Deploy
|
66
|
+
sub_category: Code Review
|
67
|
+
image_url: https://img.stackshare.io/service/2643/rubocop.png
|
68
|
+
detection_source_url: https://github.com/novuhq/novu-ruby/blob/main/Gemfile.lock
|
69
|
+
detection_source: Gemfile
|
70
|
+
last_updated_by: Aman Saini
|
71
|
+
last_updated_on: 2023-02-28 06:58:36.000000000 Z
|
72
|
+
- name: RubyGems
|
73
|
+
description: Easily download, install, and use ruby software packages on your system
|
74
|
+
website_url: https://rubygems.org/
|
75
|
+
open_source: false
|
76
|
+
hosted_saas: false
|
77
|
+
category: Build, Test, Deploy
|
78
|
+
sub_category: Package Managers
|
79
|
+
image_url: https://img.stackshare.io/service/12795/5jL6-BA5_400x400.jpeg
|
80
|
+
detection_source_url: https://github.com/novuhq/novu-ruby/blob/main/novu.gemspec
|
81
|
+
detection_source: novu.gemspec
|
82
|
+
last_updated_by: Aman Saini
|
83
|
+
last_updated_on: 2023-02-28 06:58:36.000000000 Z
|
84
|
+
- name: Shell
|
85
|
+
description: A shell is a text-based terminal, used for manipulating programs and
|
86
|
+
files. Shell scripts typically manage program execution.
|
87
|
+
website_url: https://en.wikipedia.org/wiki/Shell_script
|
88
|
+
open_source: false
|
89
|
+
hosted_saas: false
|
90
|
+
category: Languages & Frameworks
|
91
|
+
sub_category: Languages
|
92
|
+
image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png
|
93
|
+
detection_source_url: https://github.com/novuhq/novu-ruby
|
94
|
+
detection_source: Repo Metadata
|
95
|
+
- name: activesupport
|
96
|
+
description: A toolkit of support libraries and Ruby core extensions extracted from
|
97
|
+
the Rails framework
|
98
|
+
package_url: https://rubygems.org/activesupport
|
99
|
+
version: 6.1.7
|
100
|
+
license: MIT
|
101
|
+
open_source: true
|
102
|
+
hosted_saas: false
|
103
|
+
category: Libraries
|
104
|
+
sub_category: RubyGems Packages
|
105
|
+
image_url: https://img.stackshare.io/package/18817/default_b17f14dbef6c1275120b34d9ec2eff5942499bd5.png
|
106
|
+
detection_source_url: https://github.com/novuhq/novu-ruby/blob/main/Gemfile.lock
|
107
|
+
detection_source: novu.gemspec
|
108
|
+
last_updated_by: unicodeveloper
|
109
|
+
last_updated_on: 2023-10-12 04:34:34.000000000 Z
|
110
|
+
- name: httparty
|
111
|
+
description: Makes http fun! Also
|
112
|
+
package_url: https://rubygems.org/httparty
|
113
|
+
version: 0.21.0
|
114
|
+
license: MIT
|
115
|
+
open_source: true
|
116
|
+
hosted_saas: false
|
117
|
+
category: Libraries
|
118
|
+
sub_category: RubyGems Packages
|
119
|
+
image_url: https://img.stackshare.io/package/18832/default_8c2fa81d8b8e48c679685199823ce30d598d3e87.png
|
120
|
+
detection_source_url: https://github.com/novuhq/novu-ruby/blob/main/Gemfile.lock
|
121
|
+
detection_source: novu.gemspec
|
122
|
+
last_updated_by: unicodeveloper
|
123
|
+
last_updated_on: 2023-10-12 04:34:34.000000000 Z
|
124
|
+
- name: rake
|
125
|
+
description: Rake is a Make-like program implemented in Ruby
|
126
|
+
package_url: https://rubygems.org/rake
|
127
|
+
version: 13.0.6
|
128
|
+
license: MIT
|
129
|
+
open_source: true
|
130
|
+
hosted_saas: false
|
131
|
+
category: Libraries
|
132
|
+
sub_category: RubyGems Packages
|
133
|
+
image_url: https://img.stackshare.io/package/18812/default_f582e4648f4682adb72d2b201218cda7f8e894ac.png
|
134
|
+
detection_source_url: https://github.com/novuhq/novu-ruby/blob/main/Gemfile.lock
|
135
|
+
detection_source: Gemfile
|
136
|
+
last_updated_by: Aman Saini
|
137
|
+
last_updated_on: 2023-02-28 06:58:36.000000000 Z
|
138
|
+
- name: webmock
|
139
|
+
description: WebMock allows stubbing HTTP requests and setting expectations on HTTP
|
140
|
+
requests
|
141
|
+
package_url: https://rubygems.org/webmock
|
142
|
+
version: 3.18.1
|
143
|
+
license: MIT
|
144
|
+
open_source: true
|
145
|
+
hosted_saas: false
|
146
|
+
category: Libraries
|
147
|
+
sub_category: RubyGems Packages
|
148
|
+
image_url: https://img.stackshare.io/package/18824/default_6564ae059af6c4ea7065fd2329370c7a05341cf8.png
|
149
|
+
detection_source_url: https://github.com/novuhq/novu-ruby/blob/main/Gemfile.lock
|
150
|
+
detection_source: Gemfile
|
151
|
+
last_updated_by: Aman Saini
|
152
|
+
last_updated_on: 2023-03-10 06:01:34.000000000 Z
|
metadata
CHANGED
@@ -1,46 +1,50 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: novu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aman Saini
|
8
|
+
- Prosper Otemuyiwa
|
9
|
+
- Kolawole Ezekiel
|
8
10
|
autorequire:
|
9
11
|
bindir: exe
|
10
12
|
cert_chain: []
|
11
|
-
date:
|
13
|
+
date: 2024-01-16 00:00:00.000000000 Z
|
12
14
|
dependencies:
|
13
15
|
- !ruby/object:Gem::Dependency
|
14
16
|
requirement: !ruby/object:Gem::Requirement
|
15
17
|
requirements:
|
16
|
-
- - "
|
18
|
+
- - "~>"
|
17
19
|
- !ruby/object:Gem::Version
|
18
|
-
version: '0'
|
20
|
+
version: '0.21'
|
19
21
|
name: httparty
|
20
|
-
prerelease: false
|
21
22
|
type: :runtime
|
23
|
+
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
23
25
|
requirements:
|
24
|
-
- - "
|
26
|
+
- - "~>"
|
25
27
|
- !ruby/object:Gem::Version
|
26
|
-
version: '0'
|
28
|
+
version: '0.21'
|
27
29
|
- !ruby/object:Gem::Dependency
|
28
30
|
requirement: !ruby/object:Gem::Requirement
|
29
31
|
requirements:
|
30
32
|
- - ">="
|
31
33
|
- !ruby/object:Gem::Version
|
32
|
-
version:
|
34
|
+
version: 6.1.7.2
|
33
35
|
name: activesupport
|
34
|
-
prerelease: false
|
35
36
|
type: :runtime
|
37
|
+
prerelease: false
|
36
38
|
version_requirements: !ruby/object:Gem::Requirement
|
37
39
|
requirements:
|
38
40
|
- - ">="
|
39
41
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
42
|
+
version: 6.1.7.2
|
41
43
|
description: Client library for Novu API.
|
42
44
|
email:
|
45
|
+
- prosper@novu.co
|
43
46
|
- amansaini0003@gmail.com
|
47
|
+
- doneazy911@gmail.com
|
44
48
|
executables: []
|
45
49
|
extensions: []
|
46
50
|
extra_rdoc_files: []
|
@@ -50,11 +54,11 @@ files:
|
|
50
54
|
- CHANGELOG.md
|
51
55
|
- CODE_OF_CONDUCT.md
|
52
56
|
- Gemfile
|
53
|
-
- Gemfile.lock
|
54
57
|
- LICENSE.txt
|
55
58
|
- README.md
|
56
59
|
- Rakefile
|
57
60
|
- lib/novu.rb
|
61
|
+
- lib/novu/api/blueprints.rb
|
58
62
|
- lib/novu/api/changes.rb
|
59
63
|
- lib/novu/api/connection.rb
|
60
64
|
- lib/novu/api/environments.rb
|
@@ -68,18 +72,22 @@ files:
|
|
68
72
|
- lib/novu/api/notification.rb
|
69
73
|
- lib/novu/api/notification_groups.rb
|
70
74
|
- lib/novu/api/notification_templates.rb
|
75
|
+
- lib/novu/api/organizations.rb
|
71
76
|
- lib/novu/api/subscribers.rb
|
77
|
+
- lib/novu/api/tenants.rb
|
72
78
|
- lib/novu/api/topics.rb
|
73
79
|
- lib/novu/client.rb
|
74
80
|
- lib/novu/version.rb
|
75
81
|
- sig/novu.rbs
|
76
|
-
|
82
|
+
- techstack.md
|
83
|
+
- techstack.yml
|
84
|
+
homepage: https://github.com/novuhq/novu-ruby
|
77
85
|
licenses:
|
78
86
|
- MIT
|
79
87
|
metadata:
|
80
|
-
homepage_uri: https://github.com/
|
81
|
-
source_code_uri: https://github.com/
|
82
|
-
changelog_uri: https://github.com/
|
88
|
+
homepage_uri: https://github.com/novuhq/novu-ruby
|
89
|
+
source_code_uri: https://github.com/novuhq/novu-ruby
|
90
|
+
changelog_uri: https://github.com/novuhq/novu-ruby/blob/main/CHANGELOG.md
|
83
91
|
post_install_message:
|
84
92
|
rdoc_options: []
|
85
93
|
require_paths:
|
@@ -95,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
103
|
- !ruby/object:Gem::Version
|
96
104
|
version: '0'
|
97
105
|
requirements: []
|
98
|
-
rubygems_version: 3.
|
106
|
+
rubygems_version: 3.3.26
|
99
107
|
signing_key:
|
100
108
|
specification_version: 4
|
101
109
|
summary: Client library for Novu API.
|
data/Gemfile.lock
DELETED
@@ -1,102 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
novu (0.1.0)
|
5
|
-
activesupport
|
6
|
-
httparty
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
activesupport (6.1.7.2)
|
12
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
13
|
-
i18n (>= 1.6, < 2)
|
14
|
-
minitest (>= 5.1)
|
15
|
-
tzinfo (~> 2.0)
|
16
|
-
zeitwerk (~> 2.3)
|
17
|
-
addressable (2.8.1)
|
18
|
-
public_suffix (>= 2.0.2, < 6.0)
|
19
|
-
ast (2.4.2)
|
20
|
-
coderay (1.1.3)
|
21
|
-
concurrent-ruby (1.2.2)
|
22
|
-
crack (0.4.5)
|
23
|
-
rexml
|
24
|
-
diff-lcs (1.5.0)
|
25
|
-
ffi (1.15.5-java)
|
26
|
-
hashdiff (1.0.1)
|
27
|
-
httparty (0.21.0)
|
28
|
-
mini_mime (>= 1.0.0)
|
29
|
-
multi_xml (>= 0.5.2)
|
30
|
-
i18n (1.12.0)
|
31
|
-
concurrent-ruby (~> 1.0)
|
32
|
-
json (2.6.3-java)
|
33
|
-
method_source (1.0.0)
|
34
|
-
mini_mime (1.1.2)
|
35
|
-
minitest (5.17.0)
|
36
|
-
multi_xml (0.6.0)
|
37
|
-
parallel (1.22.1)
|
38
|
-
parser (3.2.1.0)
|
39
|
-
ast (~> 2.4.1)
|
40
|
-
pry (0.14.2-java)
|
41
|
-
coderay (~> 1.1)
|
42
|
-
method_source (~> 1.0)
|
43
|
-
spoon (~> 0.0)
|
44
|
-
pry-debugger-jruby (2.1.1-java)
|
45
|
-
pry (>= 0.13, < 0.15)
|
46
|
-
ruby-debug-base (>= 0.10.4, < 0.12)
|
47
|
-
public_suffix (5.0.1)
|
48
|
-
rainbow (3.1.1)
|
49
|
-
rake (13.0.6)
|
50
|
-
regexp_parser (2.7.0)
|
51
|
-
rexml (3.2.5)
|
52
|
-
rspec (3.12.0)
|
53
|
-
rspec-core (~> 3.12.0)
|
54
|
-
rspec-expectations (~> 3.12.0)
|
55
|
-
rspec-mocks (~> 3.12.0)
|
56
|
-
rspec-core (3.12.1)
|
57
|
-
rspec-support (~> 3.12.0)
|
58
|
-
rspec-expectations (3.12.2)
|
59
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
60
|
-
rspec-support (~> 3.12.0)
|
61
|
-
rspec-mocks (3.12.3)
|
62
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
63
|
-
rspec-support (~> 3.12.0)
|
64
|
-
rspec-support (3.12.0)
|
65
|
-
rubocop (1.46.0)
|
66
|
-
json (~> 2.3)
|
67
|
-
parallel (~> 1.10)
|
68
|
-
parser (>= 3.2.0.0)
|
69
|
-
rainbow (>= 2.2.2, < 4.0)
|
70
|
-
regexp_parser (>= 1.8, < 3.0)
|
71
|
-
rexml (>= 3.2.5, < 4.0)
|
72
|
-
rubocop-ast (>= 1.26.0, < 2.0)
|
73
|
-
ruby-progressbar (~> 1.7)
|
74
|
-
unicode-display_width (>= 2.4.0, < 3.0)
|
75
|
-
rubocop-ast (1.27.0)
|
76
|
-
parser (>= 3.2.1.0)
|
77
|
-
ruby-debug-base (0.11.0-java)
|
78
|
-
ruby-progressbar (1.11.0)
|
79
|
-
spoon (0.0.6)
|
80
|
-
ffi
|
81
|
-
tzinfo (2.0.6)
|
82
|
-
concurrent-ruby (~> 1.0)
|
83
|
-
unicode-display_width (2.4.2)
|
84
|
-
webmock (3.18.1)
|
85
|
-
addressable (>= 2.8.0)
|
86
|
-
crack (>= 0.3.2)
|
87
|
-
hashdiff (>= 0.4.0, < 2.0.0)
|
88
|
-
zeitwerk (2.6.7)
|
89
|
-
|
90
|
-
PLATFORMS
|
91
|
-
universal-java-17
|
92
|
-
|
93
|
-
DEPENDENCIES
|
94
|
-
novu!
|
95
|
-
pry-debugger-jruby
|
96
|
-
rake (~> 13.0)
|
97
|
-
rspec
|
98
|
-
rubocop (~> 1.21)
|
99
|
-
webmock
|
100
|
-
|
101
|
-
BUNDLED WITH
|
102
|
-
2.4.1
|