Skip to content

Commit

Permalink
Fix gemspec for the proper ruby version and bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorton committed Mar 29, 2013
1 parent 22dbeb6 commit 3a7bd33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/net/ntlm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module NTLM
module VERSION
MAJOR = 0
MINOR = 3
TINY = 0
TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end

Expand Down
2 changes: 1 addition & 1 deletion rubyntlm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ["lib"]

s.required_ruby_version = '1.9.2'
s.required_ruby_version = '>= 1.9.2'

s.add_development_dependency "rake"
s.add_development_dependency "rspec"
Expand Down

0 comments on commit 3a7bd33

Please sign in to comment.