Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbodah committed Dec 1, 2014
1 parent 375a10a commit 6bcb0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spy_rb.gemspec
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 6bcb0bd

Please sign in to comment.