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 cb365b2 commit 776e87b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/network_manager/modem.rb
Expand Up @@ -83,7 +83,8 @@ def scan
end

def send_ussd(message)
binding.pry
@ussd.Cancel
@ussd.Initiate(message)
end

def inspect
Expand Down
2 changes: 1 addition & 1 deletion ruby-network-manager.gemspec
Expand Up @@ -5,7 +5,7 @@

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

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

0 comments on commit 776e87b

Please sign in to comment.