Skip to content

Commit

Permalink
ASA support
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Rose committed Oct 2, 2013
1 parent 79c766c commit 3d68612
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aubergine.gemspec
@@ -1,7 +1,7 @@
# encoding: utf-8
Gem::Specification.new do |gem|
gem.name = "aubergine"
gem.version = "0.2.4"
gem.version = "0.2.5"
gem.date = "2013-08-21"
gem.authors = ["Guillaume Rose"]
gem.email = "guillaume.rose@gmail.com"
Expand Down Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
"lib/aubergine.rb",
"lib/courgette.rb"]

gem.add_dependency('commutateurs', [">= 0.2.1"])
gem.add_dependency('commutateurs', [">= 0.2.4"])
gem.add_dependency('git')
gem.add_dependency('sinatra')
gem.add_dependency('httparty')
Expand Down
3 changes: 2 additions & 1 deletion lib/courgette/fetchers/commutateurs_fetcher.rb
Expand Up @@ -8,7 +8,8 @@ class CommutateursFetcher < Fetcher
'juniper' => Commutateurs::Juniper,
'hp' => Commutateurs::HP,
'brocade' => Commutateurs::Brocade,
'ironport' => Commutateurs::Ironport
'ironport' => Commutateurs::Ironport,
'asa' => Commutateurs::ASA
}

def initialize(ip, details)
Expand Down

0 comments on commit 3d68612

Please sign in to comment.