Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
swistaczek committed Mar 30, 2013
1 parent 25d6015 commit 5394c8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lib/network_manager/modem.rb
Expand Up @@ -82,6 +82,10 @@ def scan
@network.Scan[0] rescue nil @network.Scan[0] rescue nil
end end


def inspect
"#<NetworkManager::Modem##{object_id} #{vendor} #{model} #{version} >"
end

class << self class << self
def fetch(paths_array, opts = {}) def fetch(paths_array, opts = {})
devices = [] devices = []
Expand Down
2 changes: 1 addition & 1 deletion ruby-network-manager.gemspec
Expand Up @@ -5,7 +5,7 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "ruby-network-manager" s.name = "ruby-network-manager"
s.version = "0.7.0" s.version = "0.8.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ernest Bursa"] s.authors = ["Ernest Bursa"]
Expand Down

0 comments on commit 5394c8a

Please sign in to comment.