Skip to content

Commit

Permalink
Not using ffi...
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron D. Gifford committed Dec 9, 2014
1 parent 1c24020 commit b657558
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -18,7 +18,6 @@ gemspec = Gem::Specification.new do |s|
s.summary = "dhcp-#{DHCP::Version::STRING}"
s.description = 'A pure-ruby library for parsing and creating IPv4 DHCP packets (requests or responses)'

s.add_runtime_dependency 'ffi'
s.add_runtime_dependency 'ipaddress'

s.rubygems_version = DHCP::Version::STRING
Expand Down
2 changes: 1 addition & 1 deletion lib/dhcp/version.rb
Expand Up @@ -3,7 +3,7 @@

module DHCP # :nodoc:
module Version # :nodoc:
STRING = '0.0.2'
STRING = '0.0.3'
end
end

0 comments on commit b657558

Please sign in to comment.