Skip to content

Commit

Permalink
Regenerate gemspec for version 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
swistaczek committed Jun 9, 2013
1 parent 64c3150 commit f993c43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ruby-network-manager.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@


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


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"]
s.date = "2013-05-02" s.date = "2013-06-09"
s.description = "This gem is simple binding for NetworkManager that aims to be tool for managing network interfaces such as 3G modems." s.description = "This gem is simple binding for NetworkManager that aims to be tool for managing network interfaces such as 3G modems."
s.email = "ernest@bzdury.pl" s.email = "ernest@bzdury.pl"
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand All @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/swistaczek/ruby-network-manager" s.homepage = "http://github.com/swistaczek/ruby-network-manager"
s.licenses = ["MIT"] s.licenses = ["MIT"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = "1.8.25" s.rubygems_version = "1.8.24"
s.summary = "Ruby wrapper to manage devices using ModemManager (NetworkManager) through DBus." s.summary = "Ruby wrapper to manage devices using ModemManager (NetworkManager) through DBus."


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
Expand Down

0 comments on commit f993c43

Please sign in to comment.