Skip to content

Commit

Permalink
Regenerate gemspec for version 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmikaelian committed Jul 2, 2018
1 parent c4baaab commit 56a71c7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions appoptics-services.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: appoptics-services 4.1.0 ruby lib

Gem::Specification.new do |s|
s.name = "appoptics-services"
s.version = "4.1.0"
s.version = "4.1.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Mike Heffner"]
s.date = "2018-03-09"
s.date = "2018-07-02"
s.description = "Provides service notifications for alerts"
s.email = "[email protected]"
s.extra_rdoc_files = [
Expand Down Expand Up @@ -39,6 +37,7 @@ Gem::Specification.new do |s|
"lib/appoptics-services/numbers.rb",
"lib/appoptics-services/output.rb",
"lib/appoptics-services/service.rb",
"services/beacon.rb",
"services/big_panda.rb",
"services/campfire.rb",
"services/flowdock.rb",
Expand All @@ -52,6 +51,7 @@ Gem::Specification.new do |s|
"services/victorops.rb",
"services/webhook.rb",
"services/zapier.rb",
"test/beacon_test.rb",
"test/big_panda_test.rb",
"test/campfire_test.rb",
"test/clearing_test.rb",
Expand All @@ -73,11 +73,12 @@ Gem::Specification.new do |s|
]
s.homepage = "http://github.com/appoptics/appoptics-services"
s.licenses = ["MIT"]
s.rubygems_version = "2.4.6"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.23.2"
s.summary = "Provides service notifications for alerts"

if s.respond_to? :specification_version then
s.specification_version = 4
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<faraday>, ["~> 0.9"])
Expand Down

0 comments on commit 56a71c7

Please sign in to comment.