Skip to content

Commit

Permalink
remove duplicate dependency in gemspec
Browse files Browse the repository at this point in the history
it was throwing a warning
  • Loading branch information
kbrock committed Aug 24, 2014
1 parent d50b607 commit adc24fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cupsffi.gemspec
Expand Up @@ -12,7 +12,6 @@ Gem::Specification.new do |s|
s.summary = %q{FFI wrapper around libcups}
s.description = %q{Simple wrapper around libcups to give CUPS printing capabilities to Ruby apps.}

s.add_development_dependency "ffi"
s.add_runtime_dependency "ffi"

s.rubyforge_project = "cupsffi"
Expand Down

0 comments on commit adc24fe

Please sign in to comment.