Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bittrance committed Nov 14, 2017
1 parent ec2edb2 commit 325b124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rx-rspec (0.3.0)
rx-rspec (0.3.1)
rx

GEM
Expand Down
2 changes: 1 addition & 1 deletion rx-rspec.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'rx-rspec'
spec.version = '0.3.0'
spec.version = '0.3.1'
spec.summary = 'rspec testing support for RxRuby'
spec.description = 'Writing specs for reactive streams is tricky both because of their asynchronous nature and because their next/error/completed semantics. The goal of rx-rspec is to provide powerful matchers that lets you express your expectations in a traditional rspec-like synchronous manner.'
spec.authors = ['Anders Qvist']
Expand Down

0 comments on commit 325b124

Please sign in to comment.