diff --git a/spy_rb.gemspec b/spy_rb.gemspec index a434c08..2ffa5bc 100644 --- a/spy_rb.gemspec +++ b/spy_rb.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'spy_rb' - s.version = '0.1.3' + s.version = '0.1.4' s.licenses = ['MIT'] s.summary = "SinonJS-style Test Spies for Ruby" s.description = "Spy brings everything that's great about Sinon.JS to Ruby. Mocking frameworks work by stubbing out functionality. Spy works by listening in on functionality and allowing it to run in the background. Spy is designed to be lightweight and work alongside Mocking frameworks instead of trying to replace them entirely."