tomo-plugin-rollbar 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: 4a5713f9316a84fd5f8c6684bccf9fb6aee1dc471f71d74e1e15d03e8362c78c
4
+ data.tar.gz: 7d50fbc2aa33a865ef1fcb69ab30f54e7f2cbedd3512a0714e74a6eee113809d
5
+ SHA512:
6
+ metadata.gz: c52d5608d46bd20e3d3ffca6131aa36ed12103331c59de2b1347f1e29c70b543429cf3b391c768b81c7473b3d86e6bb720f177426b3e6b452b4006cbbf0bd4f8
7
+ data.tar.gz: 9839aa071500dec55f6584e5902b0a251f68957aa42a24892022fe5d94eccdd31535e799e9a2b489cdedec1ec1e10731fcba533846bb51d1c2ab51ff2fcea091
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+ /Gemfile.lock
@@ -0,0 +1,2 @@
1
+ /.travis.yml
2
+ /CODE_OF_CONDUCT.md
@@ -0,0 +1,75 @@
1
+ require: rubocop-performance
2
+
3
+ AllCops:
4
+ DisplayCopNames: true
5
+ DisplayStyleGuide: true
6
+ TargetRubyVersion: 2.4
7
+ Exclude:
8
+ - "tmp/**/*"
9
+ - "vendor/**/*"
10
+
11
+ Metrics/AbcSize:
12
+ Max: 16
13
+ Exclude:
14
+ - "test/**/*"
15
+
16
+ Metrics/BlockLength:
17
+ Exclude:
18
+ - "*.gemspec"
19
+ - "Rakefile"
20
+
21
+ Metrics/ClassLength:
22
+ Exclude:
23
+ - "test/**/*"
24
+
25
+ Metrics/MethodLength:
26
+ Exclude:
27
+ - "test/**/*"
28
+
29
+ Metrics/LineLength:
30
+ Exclude:
31
+ - "*.gemspec"
32
+
33
+ Layout/AlignHash:
34
+ EnforcedColonStyle:
35
+ - table
36
+ - key
37
+ EnforcedHashRocketStyle:
38
+ - table
39
+ - key
40
+
41
+ Layout/SpaceAroundEqualsInParameterDefault:
42
+ EnforcedStyle: no_space
43
+
44
+ Naming/MemoizedInstanceVariableName:
45
+ Enabled: false
46
+
47
+ Naming/VariableNumber:
48
+ Enabled: false
49
+
50
+ Style/BarePercentLiterals:
51
+ EnforcedStyle: percent_q
52
+
53
+ Style/ClassAndModuleChildren:
54
+ Enabled: false
55
+
56
+ Style/Documentation:
57
+ Enabled: false
58
+
59
+ Style/DoubleNegation:
60
+ Enabled: false
61
+
62
+ Style/EmptyMethod:
63
+ Enabled: false
64
+
65
+ Style/FrozenStringLiteralComment:
66
+ Enabled: false
67
+
68
+ Style/HashSyntax:
69
+ EnforcedStyle: ruby19
70
+
71
+ Style/StringLiterals:
72
+ EnforcedStyle: double_quotes
73
+
74
+ Style/TrivialAccessors:
75
+ AllowPredicates: true
@@ -0,0 +1,11 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.4.6
7
+ - 2.5.5
8
+ - 2.6.3
9
+ - ruby-head
10
+ before_install: gem install bundler -v 2.0.1
11
+ script: bundle exec rake
@@ -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 opensource@mattbrictson.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 [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in tomo-plugin-rollbar.gemspec
4
+ gemspec
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Matt Brictson
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,65 @@
1
+ # tomo-plugin-rollbar
2
+
3
+ [![Gem Version](https://badge.fury.io/rb/tomo-plugin-rollbar.svg)](https://rubygems.org/gems/tomo-plugin-rollbar)
4
+ [![Travis](https://img.shields.io/travis/mattbrictson/tomo-plugin-rollbar.svg?label=travis)](https://travis-ci.org/mattbrictson/tomo-plugin-rollbar)
5
+ [![Code Climate](https://codeclimate.com/github/mattbrictson/tomo-plugin-rollbar/badges/gpa.svg)](https://codeclimate.com/github/mattbrictson/tomo-plugin-rollbar)
6
+
7
+ This is a [tomo](https://github.com/mattbrictson/tomo) plugin that sends a notification to [Rollbar](https://rollbar.com) on a successful deploy.
8
+
9
+ ## Installation
10
+
11
+ Run:
12
+
13
+ ```
14
+ $ gem install tomo-plugin-rollbar
15
+ ```
16
+
17
+ Or add it to your Gemfile:
18
+
19
+ ```ruby
20
+ gem "tomo-plugin-rollbar"
21
+ ```
22
+
23
+ Then add the following to `.tomo/config.rb`:
24
+
25
+ ```ruby
26
+ plugin "rollbar"
27
+
28
+ set rollbar_env: "production"
29
+ set rollbar_token: "YOUR_TOKEN_HERE"
30
+
31
+ deploy do
32
+ # ...
33
+ # Place this task at *end* of the deploy
34
+ run "rollbar:notify_deploy"
35
+ end
36
+ ```
37
+
38
+ If you are not comfortable storing the `rollbar_token` in the configuration file, you can alternatively provide it via a `TOMO_ROLLBAR_TOKEN` environment variable.
39
+
40
+ ## Settings
41
+
42
+ | Name | Purpose | Default |
43
+ | --------------- | ----------------------------------------------------------------------------------------------- | ------- |
44
+ | `rollbar_env` | The environment being deployed, e.g. "production". | `nil` |
45
+ | `rollbar_token` | The Rollbar `post_server_item` project access token that will be used to post the notification. | `nil` |
46
+
47
+ ## Tasks
48
+
49
+ ### rollbar:notify_deploy
50
+
51
+ Sends an HTTP POST notification to the Rollbar API describing the release that was successfully deployed. This includes the user who performed the deploy, the environment, the git revision.
52
+
53
+ Note that this task must run _after_ `git:create_release` in the deploy sequence in order to have access to the release information.
54
+
55
+ ## Contributing
56
+
57
+ Bug reports and pull requests are welcome.
58
+
59
+ ## License
60
+
61
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
62
+
63
+ ## Code of Conduct
64
+
65
+ Everyone interacting in this project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/mattbrictson/tomo-plugin-rollbar/blob/master/CODE_OF_CONDUCT.md).
@@ -0,0 +1,101 @@
1
+ require "bundler/gem_tasks"
2
+ require "rake/testtask"
3
+ require "rubocop/rake_task"
4
+
5
+ task default: %i[test rubocop]
6
+
7
+ RuboCop::RakeTask.new
8
+
9
+ Rake::TestTask.new("test") do |t|
10
+ t.libs << "test"
11
+ t.libs << "lib"
12
+ t.test_files = FileList["test/**/*_test.rb"]
13
+ end
14
+
15
+ task bump: %w[bump:bundler bump:ruby bump:year]
16
+
17
+ namespace :bump do
18
+ task :bundler do
19
+ version = Gemfile.bundler_version
20
+ replace_in_file ".travis.yml", /bundler -v (\S+)/ => version
21
+ end
22
+
23
+ task :ruby do
24
+ lowest = RubyVersions.lowest_supported
25
+ lowest_minor = RubyVersions.lowest_supported_minor
26
+
27
+ replace_in_file "tomo-plugin-rollbar.gemspec",
28
+ /ruby_version = ">= (.*)"/ => lowest
29
+ replace_in_file ".rubocop.yml", /TargetRubyVersion: (.*)/ => lowest_minor
30
+
31
+ travis = YAML.safe_load(open(".travis.yml"))
32
+ travis["rvm"] = RubyVersions.latest_supported_patches + ["ruby-head"]
33
+ IO.write(".travis.yml", YAML.dump(travis))
34
+ end
35
+
36
+ task :year do
37
+ replace_in_file "LICENSE.txt", /\(c\) (\d+)/ => Date.today.year.to_s
38
+ end
39
+ end
40
+
41
+ require "date"
42
+ require "open-uri"
43
+ require "yaml"
44
+
45
+ def replace_in_file(path, replacements)
46
+ contents = IO.read(path)
47
+ orig_contents = contents.dup
48
+ replacements.each do |regexp, text|
49
+ contents.gsub!(regexp) do |match|
50
+ match[regexp, 1] = text
51
+ match
52
+ end
53
+ end
54
+ IO.write(path, contents) if contents != orig_contents
55
+ end
56
+
57
+ module Gemfile
58
+ class << self
59
+ def bundler_version
60
+ lock_file[/BUNDLED WITH\n (\S+)$/, 1]
61
+ end
62
+
63
+ private
64
+
65
+ def lock_file
66
+ @_lock_file ||= IO.read("Gemfile.lock")
67
+ end
68
+ end
69
+ end
70
+
71
+ module RubyVersions
72
+ class << self
73
+ def lowest_supported
74
+ "#{lowest_supported_minor}.0"
75
+ end
76
+
77
+ def lowest_supported_minor
78
+ latest_supported_patches.first[/\d+\.\d+/]
79
+ end
80
+
81
+ def latest
82
+ latest_supported_patches.last
83
+ end
84
+
85
+ def latest_supported_patches
86
+ patches = [versions[:stable], versions[:security_maintenance]].flatten
87
+ patches.map(&Gem::Version.method(:new)).sort.map(&:to_s)
88
+ end
89
+
90
+ private
91
+
92
+ def versions
93
+ @_versions ||= begin
94
+ yaml = open(
95
+ "https://raw.githubusercontent.com/ruby/www.ruby-lang.org/master/_data/downloads.yml"
96
+ )
97
+ YAML.safe_load(yaml, symbolize_names: true)
98
+ end
99
+ end
100
+ end
101
+ end
@@ -0,0 +1,14 @@
1
+ require "tomo"
2
+ require_relative "rollbar/tasks"
3
+ require_relative "rollbar/version"
4
+
5
+ module Tomo::Plugin
6
+ module Rollbar
7
+ extend Tomo::PluginDSL
8
+
9
+ tasks Tomo::Plugin::Rollbar::Tasks
10
+
11
+ defaults rollbar_env: nil,
12
+ rollbar_token: nil
13
+ end
14
+ end
@@ -0,0 +1,44 @@
1
+ require "json"
2
+ require "net/http"
3
+ require "uri"
4
+
5
+ module Tomo::Plugin::Rollbar
6
+ class Tasks < ::Tomo::TaskLibrary
7
+ def notify_deploy
8
+ require_settings :rollbar_env, :rollbar_token
9
+
10
+ http_post(
11
+ "https://api.rollbar.com/api/1/deploy/",
12
+ local_username: remote.release[:deploy_user],
13
+ access_token: settings.fetch(:rollbar_token),
14
+ environment: settings.fetch(:rollbar_env),
15
+ revision: remote.release[:revision]
16
+ )
17
+
18
+ logger.info("Rollbar notification complete.")
19
+ end
20
+
21
+ private
22
+
23
+ def http_post(url, params)
24
+ uri = URI(url)
25
+ request = Net::HTTP::Post.new(uri.request_uri)
26
+ request.body = ::JSON.dump(params)
27
+ request["Content-Type"] = "application/json"
28
+
29
+ logger.debug("Building Rollbar POST to #{uri} with #{params.inspect}")
30
+ return if dry_run?
31
+
32
+ response = Net::HTTP.start(uri.host, uri.port, use_ssl: true) do |http|
33
+ http.request(request)
34
+ end
35
+ handle_error(response)
36
+ end
37
+
38
+ def handle_error(response)
39
+ return if response.is_a?(Net::HTTPSuccess)
40
+
41
+ die("#{response.code} #{response.message}")
42
+ end
43
+ end
44
+ end
@@ -0,0 +1,7 @@
1
+ module Tomo
2
+ module Plugin
3
+ module Rollbar
4
+ VERSION = "0.1.0".freeze
5
+ end
6
+ end
7
+ end
@@ -0,0 +1,42 @@
1
+ lib = File.expand_path("lib", __dir__)
2
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
+ require "tomo/plugin/rollbar/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "tomo-plugin-rollbar"
7
+ spec.version = Tomo::Plugin::Rollbar::VERSION
8
+ spec.authors = ["Matt Brictson"]
9
+ spec.email = ["opensource@mattbrictson.com"]
10
+
11
+ spec.summary = "Provides rollbar tasks for tomo"
12
+ spec.homepage = "https://github.com/mattbrictson/tomo-plugin-rollbar"
13
+ spec.license = "MIT"
14
+
15
+ spec.metadata = {
16
+ "bug_tracker_uri" => "https://github.com/mattbrictson/tomo-plugin-rollbar/issues",
17
+ "changelog_uri" => "https://github.com/mattbrictson/tomo-plugin-rollbar/releases",
18
+ "homepage_uri" => "https://github.com/mattbrictson/tomo-plugin-rollbar",
19
+ "source_code_uri" => "https://github.com/mattbrictson/tomo-plugin-rollbar"
20
+ }
21
+
22
+ # Specify which files should be added to the gem when it is released.
23
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
24
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
25
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(docs|test|spec|features)/}) }
26
+ end
27
+ spec.bindir = "exe"
28
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
29
+ spec.require_paths = ["lib"]
30
+
31
+ spec.required_ruby_version = ">= 2.4.0"
32
+
33
+ spec.add_dependency "tomo"
34
+
35
+ spec.add_development_dependency "bundler", "~> 2.0"
36
+ spec.add_development_dependency "minitest", "~> 5.11"
37
+ spec.add_development_dependency "minitest-reporters", "~> 1.3"
38
+ spec.add_development_dependency "rake", "~> 12.3"
39
+ spec.add_development_dependency "rubocop", "0.71.0"
40
+ spec.add_development_dependency "rubocop-performance", "1.3.0"
41
+ spec.add_development_dependency "webmock", "~> 3.6"
42
+ end
metadata ADDED
@@ -0,0 +1,172 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tomo-plugin-rollbar
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Matt Brictson
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: tomo
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
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: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '2.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '2.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: minitest
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '5.11'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '5.11'
55
+ - !ruby/object:Gem::Dependency
56
+ name: minitest-reporters
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '1.3'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '1.3'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rake
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '12.3'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '12.3'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rubocop
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - '='
88
+ - !ruby/object:Gem::Version
89
+ version: 0.71.0
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - '='
95
+ - !ruby/object:Gem::Version
96
+ version: 0.71.0
97
+ - !ruby/object:Gem::Dependency
98
+ name: rubocop-performance
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - '='
102
+ - !ruby/object:Gem::Version
103
+ version: 1.3.0
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - '='
109
+ - !ruby/object:Gem::Version
110
+ version: 1.3.0
111
+ - !ruby/object:Gem::Dependency
112
+ name: webmock
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '3.6'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '3.6'
125
+ description:
126
+ email:
127
+ - opensource@mattbrictson.com
128
+ executables: []
129
+ extensions: []
130
+ extra_rdoc_files: []
131
+ files:
132
+ - ".gitignore"
133
+ - ".prettierignore"
134
+ - ".rubocop.yml"
135
+ - ".travis.yml"
136
+ - CODE_OF_CONDUCT.md
137
+ - Gemfile
138
+ - LICENSE.txt
139
+ - README.md
140
+ - Rakefile
141
+ - lib/tomo/plugin/rollbar.rb
142
+ - lib/tomo/plugin/rollbar/tasks.rb
143
+ - lib/tomo/plugin/rollbar/version.rb
144
+ - tomo-plugin-rollbar.gemspec
145
+ homepage: https://github.com/mattbrictson/tomo-plugin-rollbar
146
+ licenses:
147
+ - MIT
148
+ metadata:
149
+ bug_tracker_uri: https://github.com/mattbrictson/tomo-plugin-rollbar/issues
150
+ changelog_uri: https://github.com/mattbrictson/tomo-plugin-rollbar/releases
151
+ homepage_uri: https://github.com/mattbrictson/tomo-plugin-rollbar
152
+ source_code_uri: https://github.com/mattbrictson/tomo-plugin-rollbar
153
+ post_install_message:
154
+ rdoc_options: []
155
+ require_paths:
156
+ - lib
157
+ required_ruby_version: !ruby/object:Gem::Requirement
158
+ requirements:
159
+ - - ">="
160
+ - !ruby/object:Gem::Version
161
+ version: 2.4.0
162
+ required_rubygems_version: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - ">="
165
+ - !ruby/object:Gem::Version
166
+ version: '0'
167
+ requirements: []
168
+ rubygems_version: 3.0.3
169
+ signing_key:
170
+ specification_version: 4
171
+ summary: Provides rollbar tasks for tomo
172
+ test_files: []