ashby 0.1.3

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.
metadata ADDED
@@ -0,0 +1,116 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ashby
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.3
5
+ platform: ruby
6
+ authors:
7
+ - Lien
8
+ - Van
9
+ - Den
10
+ - Steen
11
+ - Olly
12
+ - Marsay
13
+ bindir: exe
14
+ cert_chain: []
15
+ date: 1980-01-02 00:00:00.000000000 Z
16
+ dependencies:
17
+ - !ruby/object:Gem::Dependency
18
+ name: json
19
+ requirement: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - "~>"
22
+ - !ruby/object:Gem::Version
23
+ version: '2.11'
24
+ type: :runtime
25
+ prerelease: false
26
+ version_requirements: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - "~>"
29
+ - !ruby/object:Gem::Version
30
+ version: '2.11'
31
+ - !ruby/object:Gem::Dependency
32
+ name: rest-client
33
+ requirement: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - "~>"
36
+ - !ruby/object:Gem::Version
37
+ version: '2.1'
38
+ type: :runtime
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - "~>"
43
+ - !ruby/object:Gem::Version
44
+ version: '2.1'
45
+ description: Opiniated Ruby wrapper for Ashby's API. You can find Ashby's API documentation
46
+ at https://developers.ashbyhq.com/reference/.
47
+ email:
48
+ - lien@monarchmoney.com
49
+ - ojmarsay@gmail.com
50
+ - lienvandensteen@gmail.com
51
+ executables: []
52
+ extensions: []
53
+ extra_rdoc_files: []
54
+ files:
55
+ - ".idea/.gitignore"
56
+ - ".idea/ashby.iml"
57
+ - ".idea/misc.xml"
58
+ - ".idea/modules.xml"
59
+ - ".idea/vcs.xml"
60
+ - ".rspec"
61
+ - ".rubocop.yml"
62
+ - ".rubocop_todo.yml"
63
+ - ".vscode/settings.json"
64
+ - CHANGELOG.md
65
+ - CODE_OF_CONDUCT.md
66
+ - LICENSE.txt
67
+ - README.md
68
+ - Rakefile
69
+ - lib/ashby.rb
70
+ - lib/ashby/applications.rb
71
+ - lib/ashby/candidates.rb
72
+ - lib/ashby/client.rb
73
+ - lib/ashby/close_reasons.rb
74
+ - lib/ashby/configuration.rb
75
+ - lib/ashby/custom_fields.rb
76
+ - lib/ashby/departments.rb
77
+ - lib/ashby/error.rb
78
+ - lib/ashby/feedback.rb
79
+ - lib/ashby/hiring_teams.rb
80
+ - lib/ashby/interviews.rb
81
+ - lib/ashby/job_boards.rb
82
+ - lib/ashby/job_postings.rb
83
+ - lib/ashby/jobs.rb
84
+ - lib/ashby/offers.rb
85
+ - lib/ashby/openings.rb
86
+ - lib/ashby/postings.rb
87
+ - lib/ashby/users.rb
88
+ - lib/ashby/version.rb
89
+ - sig/.DS_Store
90
+ - sig/ashby.rbs
91
+ homepage: https://github.com/lienvdsteen/ashby
92
+ licenses:
93
+ - MIT
94
+ metadata:
95
+ homepage_uri: https://github.com/lienvdsteen/ashby
96
+ source_code_uri: https://github.com/lienvdsteen/ashby
97
+ changelog_uri: https://github.com/lienvdsteen/ashby/blob/main/CHANGELOG.md
98
+ rubygems_mfa_required: 'true'
99
+ rdoc_options: []
100
+ require_paths:
101
+ - lib
102
+ required_ruby_version: !ruby/object:Gem::Requirement
103
+ requirements:
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ version: 3.1.0
107
+ required_rubygems_version: !ruby/object:Gem::Requirement
108
+ requirements:
109
+ - - ">="
110
+ - !ruby/object:Gem::Version
111
+ version: '0'
112
+ requirements: []
113
+ rubygems_version: 3.6.7
114
+ specification_version: 4
115
+ summary: Ruby wrapper for Ashby's API.
116
+ test_files: []