Skip to content

Commit

Permalink
Merge pull request #17 from statianzo/gemspec-version
Browse files Browse the repository at this point in the history
require only 'libnotify/version' in gemspec
  • Loading branch information
splattael committed Jun 7, 2012
2 parents dcf0b80 + 6ab80e4 commit f46d2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnotify.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "libnotify"
require "libnotify/version"

platform = Gem::Platform::RUBY
needs_ffi = true
Expand Down

0 comments on commit f46d2cc

Please sign in to comment.