Skip to content

Commit

Permalink
Modified gemspec name to avoid conflicts with original gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ssteffen committed Feb 17, 2012
1 parent 53a8061 commit 062633a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkmanager-dbus.gemspec
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
require "network_manager/version"

Gem::Specification.new do |s|
s.name = "networkmanager-dbus"
s.name = "own-networkmanager-dbus"
s.version = NetworkManager::VERSION
s.authors = ["Jens Bissinger"]
s.email = ["whiterabbit.init@gmail.com"]
Expand Down

0 comments on commit 062633a

Please sign in to comment.