post_clerk.gemspec in post_clerk-0.5 vs post_clerk.gemspec in post_clerk-0.6
- old
+ new
@@ -3,11 +3,11 @@
$LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'post_clerk'
- s.version = "0.5"
+ s.version = "0.6"
s.summary = 'Calculate weight based charges for a OfficeClerk basket'
s.description = s.summary
s.required_ruby_version = '>= 1.9.3'
s.authors = ['Torsten RĂ¼ger', 'Tobias Bohwalli']
@@ -20,8 +20,8 @@
s.require_path = 'lib'
s.requirements << 'none'
s.has_rdoc = false
- s.add_runtime_dependency 'office_clerk', '~> 0.9'
+ s.add_runtime_dependency 'office_clerk', '~> 1.0.0'
end