Skip to content

Commit

Permalink
Merge pull request #116 from nevir/update/release-0.5.1
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
backus authored Jul 20, 2016
2 parents 7411501 + 04bb9a4 commit 388f561
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ cache: bundler
language: ruby

rvm:
- 1.9.3
- 2.0.0-p648
- 2.1.10
- 2.2.5
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Change log

## master (unreleased)
## 1.5.1 (2016-07-20)

* Fix `unrecognized parameter RSpec/VerifiedDoubles:IgnoreSymbolicNames` warning. ([@jeffreyc][])
* Update to rubocop 0.41.2. ([@backus][])

## 1.5.0 (2016-05-17)

Expand Down Expand Up @@ -89,6 +90,7 @@
<!-- Contributors -->

[@andyw8]: https://github.com/andyw8
[@backus]: https://github.com/backus
[@bquorning]: https://github.com/bquorning
[@deivid-rodriguez]: https://github.com/deivid-rodriguez
[@geniou]: https://github.com/geniou
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '1.5.0'.freeze
STRING = '1.5.1'.freeze
end
end
end
4 changes: 2 additions & 2 deletions rubocop-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|

spec.version = RuboCop::RSpec::Version::STRING
spec.platform = Gem::Platform::RUBY
spec.required_ruby_version = '>= 1.9.3'
spec.required_ruby_version = '>= 2.0.0'

spec.require_paths = ['lib']
spec.files = Dir[
Expand All @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^spec/})
spec.extra_rdoc_files = ['MIT-LICENSE.md', 'README.md']

spec.add_runtime_dependency 'rubocop', '>= 0.40.0'
spec.add_runtime_dependency 'rubocop', '>= 0.41.2'

spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '>= 3.4'
Expand Down

0 comments on commit 388f561

Please sign in to comment.