splinter-pto 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 24e7de1f599652ba95ed40fc4677b2ea0bd147160a703f15108f3adfda8b5e5e
4
+ data.tar.gz: 651ece0474229c4961ccac4f414c35a93366d115cbfbb4e621b1ff07369308da
5
+ SHA512:
6
+ metadata.gz: '019dd0c8d6124157e319a7242c37905e709bcc513519cf120360188379b86441f287f8026ba5a0b04ddd33e30d40b1669ddd54785d802be89892f625637cd2b9'
7
+ data.tar.gz: f2496232f34200567cac8db3d65498e1bb3604d626c4c83dbbde16d700280d4f6c1c8a4acf56d75826025e5777f0dbb475f9f8ef70082981a78fbf12ebb4b967
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
@@ -0,0 +1,20 @@
1
+ rspec:
2
+ stage: test
3
+ only:
4
+ - merge_requests
5
+ script:
6
+ - gem install bundler
7
+ - bundle install
8
+ - bundle exec rspec
9
+
10
+ rubocop:
11
+ stage: test
12
+ only:
13
+ - merge_requests
14
+ script:
15
+ - gem install bundler
16
+ - bundle install
17
+ - bundle exec rubocop
18
+
19
+ include:
20
+ template: Dependency-Scanning.gitlab-ci.yml
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1,44 @@
1
+ inherit_from: .rubocop_todo.yml
2
+
3
+ require:
4
+ - rubocop-rspec
5
+ - rubocop-packaging
6
+
7
+ Style/Documentation:
8
+ Enabled: false
9
+ RSpec/MultipleExpectations:
10
+ Max: 2
11
+ RSpec/NestedGroups:
12
+ Max: 5
13
+ Layout/SpaceInsideHashLiteralBraces:
14
+ Enabled: false
15
+ Layout/EmptyLinesAroundAttributeAccessor:
16
+ Enabled: true
17
+ Layout/SpaceAroundMethodCallOperator:
18
+ Enabled: true
19
+ Layout/SpaceInsideBlockBraces:
20
+ Enabled: false
21
+ Style/SlicingWithRange:
22
+ Enabled: true
23
+ Style/ConditionalAssignment:
24
+ EnforcedStyle: assign_inside_condition
25
+ Lint/DeprecatedOpenSSLConstant:
26
+ Enabled: true
27
+ Lint/MixedRegexpCaptureTypes:
28
+ Enabled: true
29
+ Lint/RaiseException:
30
+ Enabled: true
31
+ Lint/StructNewOverride:
32
+ Enabled: true
33
+ Style/ExponentialNotation:
34
+ Enabled: true
35
+ Style/HashEachMethods:
36
+ Enabled: true
37
+ Style/HashTransformKeys:
38
+ Enabled: true
39
+ Style/HashTransformValues:
40
+ Enabled: true
41
+ Style/RedundantRegexpCharacterClass:
42
+ Enabled: true
43
+ Style/RedundantRegexpEscape:
44
+ Enabled: true
@@ -0,0 +1,33 @@
1
+ # This configuration was generated by
2
+ # `rubocop --auto-gen-config`
3
+ # on 2020-09-01 14:54:03 UTC using RuboCop version 0.90.0.
4
+ # The point is for the user to remove these configuration records
5
+ # one by one as the offenses are removed from the code base.
6
+ # Note that changes in the inspected code, or installation of new
7
+ # versions of RuboCop, may require this file to be generated again.
8
+
9
+ # Offense count: 1
10
+ # Configuration parameters: CountComments, CountAsOne, ExcludedMethods.
11
+ Metrics/MethodLength:
12
+ Max: 11
13
+
14
+ # Offense count: 1
15
+ Packaging/GemspecGit:
16
+ Exclude:
17
+ - 'splinter.gemspec'
18
+
19
+ # Offense count: 4
20
+ # Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
21
+ RSpec/VerifiedDoubles:
22
+ Exclude:
23
+ - 'spec/lib/splinter/api_spec.rb'
24
+ - 'spec/lib/splinter/ooo_events_spec.rb'
25
+
26
+ # Offense count: 2
27
+ # Cop supports --auto-correct.
28
+ # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
29
+ # SupportedStyles: single_quotes, double_quotes
30
+ Style/StringLiterals:
31
+ Exclude:
32
+ - 'spec/lib/splinter/api_spec.rb'
33
+ - 'spec/lib/splinter/ooo_events_spec.rb'
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at lvandensteen@gitlab.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [https://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: https://contributor-covenant.org
74
+ [version]: https://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ # Specify your gem's dependencies in splinter.gemspec
6
+ gemspec
@@ -0,0 +1,87 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ splinter (0.1.0)
5
+ rest-client (~> 2.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ ast (2.4.1)
11
+ coderay (1.1.3)
12
+ diff-lcs (1.4.4)
13
+ domain_name (0.5.20190701)
14
+ unf (>= 0.0.5, < 1.0.0)
15
+ http-accept (1.7.0)
16
+ http-cookie (1.0.3)
17
+ domain_name (~> 0.5)
18
+ json (2.3.1)
19
+ method_source (1.0.0)
20
+ mime-types (3.3.1)
21
+ mime-types-data (~> 3.2015)
22
+ mime-types-data (3.2020.0512)
23
+ netrc (0.11.0)
24
+ parallel (1.19.2)
25
+ parser (2.7.1.4)
26
+ ast (~> 2.4.1)
27
+ pry (0.13.1)
28
+ coderay (~> 1.1)
29
+ method_source (~> 1.0)
30
+ rainbow (3.0.0)
31
+ rake (13.0.1)
32
+ regexp_parser (1.7.1)
33
+ rest-client (2.1.0)
34
+ http-accept (>= 1.7.0, < 2.0)
35
+ http-cookie (>= 1.0.2, < 2.0)
36
+ mime-types (>= 1.16, < 4.0)
37
+ netrc (~> 0.8)
38
+ rexml (3.2.4)
39
+ rspec (3.9.0)
40
+ rspec-core (~> 3.9.0)
41
+ rspec-expectations (~> 3.9.0)
42
+ rspec-mocks (~> 3.9.0)
43
+ rspec-core (3.9.2)
44
+ rspec-support (~> 3.9.3)
45
+ rspec-expectations (3.9.2)
46
+ diff-lcs (>= 1.2.0, < 2.0)
47
+ rspec-support (~> 3.9.0)
48
+ rspec-mocks (3.9.1)
49
+ diff-lcs (>= 1.2.0, < 2.0)
50
+ rspec-support (~> 3.9.0)
51
+ rspec-support (3.9.3)
52
+ rubocop (0.90.0)
53
+ parallel (~> 1.10)
54
+ parser (>= 2.7.1.1)
55
+ rainbow (>= 2.2.2, < 4.0)
56
+ regexp_parser (>= 1.7)
57
+ rexml
58
+ rubocop-ast (>= 0.3.0, < 1.0)
59
+ ruby-progressbar (~> 1.7)
60
+ unicode-display_width (>= 1.4.0, < 2.0)
61
+ rubocop-ast (0.3.0)
62
+ parser (>= 2.7.1.4)
63
+ rubocop-packaging (0.3.0)
64
+ rubocop (~> 0.89)
65
+ rubocop-rspec (1.43.2)
66
+ rubocop (~> 0.87)
67
+ ruby-progressbar (1.10.1)
68
+ unf (0.1.4)
69
+ unf_ext
70
+ unf_ext (0.0.7.7)
71
+ unicode-display_width (1.7.0)
72
+
73
+ PLATFORMS
74
+ ruby
75
+
76
+ DEPENDENCIES
77
+ json
78
+ pry (~> 0.13)
79
+ rake (~> 13.0)
80
+ rspec (~> 3.7, >= 3.9.0)
81
+ rubocop (~> 0.85)
82
+ rubocop-packaging (~> 0.1)
83
+ rubocop-rspec (~> 1.39)
84
+ splinter!
85
+
86
+ BUNDLED WITH
87
+ 2.1.4
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 lien van den steen
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,41 @@
1
+ # Splinter
2
+
3
+ This is a wrapper for the [PTO Ninja API](https://treehoppr.com/api/documentation/ninja)
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'splinter'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle install
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install splinter
20
+
21
+ ## Usage
22
+ # TODO
23
+
24
+ ## Development
25
+
26
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
27
+
28
+ 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 tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
29
+
30
+ ## Contributing
31
+
32
+ Bug reports and merge requests are welcome on GitLab at https://gitlab.com/gitlab-com/people-group/peopleops-eng/splinter. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://gitlab.com/gitlab-com/people-group/peopleops-eng/splinter/blob/master/CODE_OF_CONDUCT.md).
33
+
34
+
35
+ ## License
36
+
37
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
38
+
39
+ ## Code of Conduct
40
+
41
+ Everyone interacting in the Splinter project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://gitlab.com/gitlab-com/people-group/peopleops-eng/splinter/blob/master/CODE_OF_CONDUCT.md).
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bundler/gem_tasks'
4
+ require 'rspec/core/rake_task'
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ task default: :spec
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require 'bundler/setup'
5
+ require 'splinter'
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require 'irb'
15
+ IRB.start(__FILE__)
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,26 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'splinter/version'
4
+ require 'splinter/configuration'
5
+ require 'splinter/api'
6
+ require 'splinter/ooo_events'
7
+ require 'splinter/ooo_types'
8
+
9
+ module Splinter
10
+ class Error < StandardError; end
11
+
12
+ class << self
13
+ attr_accessor :configuration
14
+ end
15
+
16
+ # Returns the configuration class instance if block given
17
+ #
18
+ # @return [Splinter::Configuration]
19
+ def self.configure
20
+ self.configuration ||= ::Splinter::Configuration.new
21
+
22
+ yield(configuration) if block_given?
23
+ end
24
+ end
25
+
26
+ Splinter.configure unless Splinter.configuration
@@ -0,0 +1,30 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'rest-client'
4
+ require 'json'
5
+
6
+ module Splinter
7
+ class API
8
+ BASE_URL = 'https://ninja-bot.treehoppr.com/api/beta'
9
+
10
+ def self.get(endpoint)
11
+ headers = { 'Authorization': "Token #{Splinter.configuration.api_key}" }
12
+ response = RestClient.get("#{BASE_URL}/#{endpoint}", headers)
13
+ JSON.parse(response.body)
14
+ end
15
+
16
+ def self.paginated_get(endpoint, params = {})
17
+ headers = { 'Authorization': "Token #{Splinter.configuration.api_key}" }
18
+ url = "#{BASE_URL}/#{endpoint}"
19
+ results = []
20
+ loop do
21
+ result = RestClient.get(url, headers.merge({ params: params }))
22
+ parsed_result = JSON.parse(result.body)
23
+ url = parsed_result.dig('next')
24
+ results << parsed_result['results']
25
+ break if url.nil? || parsed_result['results'].empty?
26
+ end
27
+ results
28
+ end
29
+ end
30
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Splinter
4
+ class Configuration
5
+ attr_accessor :api_key
6
+
7
+ def initialize
8
+ @api_key = 'PLEASE PROVIDE VALID API KEY'
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Splinter
4
+ class OOOEvents < API
5
+ def self.get_all(params = {})
6
+ paginated_get('ooo_events', params)
7
+ end
8
+
9
+ def self.find(event_id)
10
+ get("ooo_events/#{event_id}")
11
+ end
12
+ end
13
+ end
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Splinter
4
+ class OOOTypes < API
5
+ def self.get_all(params = {})
6
+ paginated_get('ooo_types', params)
7
+ end
8
+
9
+ def self.find(type_id)
10
+ get("ooo_types/#{type_id}")
11
+ end
12
+ end
13
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Splinter
4
+ VERSION = '0.1.0'
5
+ end
@@ -0,0 +1,37 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'lib/splinter/version'
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = 'splinter-pto'
7
+ spec.version = Splinter::VERSION
8
+ spec.authors = ['lien van den steen']
9
+ spec.email = ['lvandensteen@gitlab.com']
10
+
11
+ spec.summary = 'Ruby wrapper for the PTO Ninja API'
12
+ spec.homepage = 'https://gitlab.com/gitlab-com/people-group/peopleops-eng/splinter'
13
+ spec.license = 'MIT'
14
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
15
+
16
+ spec.metadata['homepage_uri'] = spec.homepage
17
+ spec.metadata['source_code_uri'] = 'https://gitlab.com/gitlab-com/people-group/peopleops-eng/splinter'
18
+ spec.metadata['changelog_uri'] = 'https://gitlab.com/gitlab-com/people-group/peopleops-eng/splinter'
19
+
20
+ # Specify which files should be added to the gem when it is released.
21
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
22
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
23
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
24
+ end
25
+ spec.bindir = 'exe'
26
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
+ spec.require_paths = ['lib']
28
+
29
+ spec.add_development_dependency 'json'
30
+ spec.add_development_dependency 'pry', '~> 0.13'
31
+ spec.add_development_dependency 'rake', '~> 13.0'
32
+ spec.add_development_dependency 'rspec', '~> 3.7', '>= 3.9.0'
33
+ spec.add_runtime_dependency 'rest-client', '~> 2.0'
34
+ spec.add_development_dependency 'rubocop', '~> 0.85'
35
+ spec.add_development_dependency 'rubocop-packaging', '~> 0.1'
36
+ spec.add_development_dependency 'rubocop-rspec', '~> 1.39'
37
+ end
metadata ADDED
@@ -0,0 +1,184 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: splinter-pto
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - lien van den steen
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-09-03 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: json
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: pry
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '0.13'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '0.13'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '13.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '13.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rspec
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '3.7'
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: 3.9.0
65
+ type: :development
66
+ prerelease: false
67
+ version_requirements: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - "~>"
70
+ - !ruby/object:Gem::Version
71
+ version: '3.7'
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: 3.9.0
75
+ - !ruby/object:Gem::Dependency
76
+ name: rest-client
77
+ requirement: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - "~>"
80
+ - !ruby/object:Gem::Version
81
+ version: '2.0'
82
+ type: :runtime
83
+ prerelease: false
84
+ version_requirements: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - "~>"
87
+ - !ruby/object:Gem::Version
88
+ version: '2.0'
89
+ - !ruby/object:Gem::Dependency
90
+ name: rubocop
91
+ requirement: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - "~>"
94
+ - !ruby/object:Gem::Version
95
+ version: '0.85'
96
+ type: :development
97
+ prerelease: false
98
+ version_requirements: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - "~>"
101
+ - !ruby/object:Gem::Version
102
+ version: '0.85'
103
+ - !ruby/object:Gem::Dependency
104
+ name: rubocop-packaging
105
+ requirement: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - "~>"
108
+ - !ruby/object:Gem::Version
109
+ version: '0.1'
110
+ type: :development
111
+ prerelease: false
112
+ version_requirements: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - "~>"
115
+ - !ruby/object:Gem::Version
116
+ version: '0.1'
117
+ - !ruby/object:Gem::Dependency
118
+ name: rubocop-rspec
119
+ requirement: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - "~>"
122
+ - !ruby/object:Gem::Version
123
+ version: '1.39'
124
+ type: :development
125
+ prerelease: false
126
+ version_requirements: !ruby/object:Gem::Requirement
127
+ requirements:
128
+ - - "~>"
129
+ - !ruby/object:Gem::Version
130
+ version: '1.39'
131
+ description:
132
+ email:
133
+ - lvandensteen@gitlab.com
134
+ executables: []
135
+ extensions: []
136
+ extra_rdoc_files: []
137
+ files:
138
+ - ".gitignore"
139
+ - ".gitlab-ci.yml"
140
+ - ".rspec"
141
+ - ".rubocop.yml"
142
+ - ".rubocop_todo.yml"
143
+ - CODE_OF_CONDUCT.md
144
+ - Gemfile
145
+ - Gemfile.lock
146
+ - LICENSE.txt
147
+ - README.md
148
+ - Rakefile
149
+ - bin/console
150
+ - bin/setup
151
+ - lib/splinter.rb
152
+ - lib/splinter/api.rb
153
+ - lib/splinter/configuration.rb
154
+ - lib/splinter/ooo_events.rb
155
+ - lib/splinter/ooo_types.rb
156
+ - lib/splinter/version.rb
157
+ - splinter.gemspec
158
+ homepage: https://gitlab.com/gitlab-com/people-group/peopleops-eng/splinter
159
+ licenses:
160
+ - MIT
161
+ metadata:
162
+ homepage_uri: https://gitlab.com/gitlab-com/people-group/peopleops-eng/splinter
163
+ source_code_uri: https://gitlab.com/gitlab-com/people-group/peopleops-eng/splinter
164
+ changelog_uri: https://gitlab.com/gitlab-com/people-group/peopleops-eng/splinter
165
+ post_install_message:
166
+ rdoc_options: []
167
+ require_paths:
168
+ - lib
169
+ required_ruby_version: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - ">="
172
+ - !ruby/object:Gem::Version
173
+ version: 2.3.0
174
+ required_rubygems_version: !ruby/object:Gem::Requirement
175
+ requirements:
176
+ - - ">="
177
+ - !ruby/object:Gem::Version
178
+ version: '0'
179
+ requirements: []
180
+ rubygems_version: 3.0.3
181
+ signing_key:
182
+ specification_version: 4
183
+ summary: Ruby wrapper for the PTO Ninja API
184
+ test_files: []