Skip to content

Commit

Permalink
Merge pull request #24 from airbnb/jimmy_ngo--validation
Browse files Browse the repository at this point in the history
interferon 0.1.3
  • Loading branch information
jimmyngo committed Jul 26, 2017
2 parents 91fcd73 + ba0bcca commit e362f18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion interferon.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})

gem.add_runtime_dependency 'dogapi', '~> 1.11', '>= 1.11.1'
gem.add_runtime_dependency 'dogapi', '~> 1.27', '>= 1.27.0'
gem.add_runtime_dependency 'aws-sdk', '~> 1.35', '>= 1.35.1'
gem.add_runtime_dependency 'dogstatsd-ruby', '~> 1.4', '>= 1.4.1'
gem.add_runtime_dependency 'diffy', '~> 3.1.0', '>= 3.1.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/interferon.rb
Expand Up @@ -96,7 +96,7 @@ def read_groups(sources)
loader = GroupSourcesLoader.new([@alerts_repo_path])
loader.get_all(sources).each do |source|
break if @request_shutdown
source_groups = source.list_groups
source_groups = source.list_groups { groups }

# add all people to groups
people_count = 0
Expand Down
2 changes: 1 addition & 1 deletion lib/interferon/version.rb
@@ -1,3 +1,3 @@
module Interferon
VERSION = '0.1.2'.freeze
VERSION = '0.1.3'.freeze
end

0 comments on commit e362f18

Please sign in to comment.