Skip to content

Commit

Permalink
update gem spec to reflect development dependency on rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
borgsmidt committed May 6, 2012
1 parent 3d26021 commit 573af0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## Version 0.5.4

Update gem spec to reflect development dependency on `rspec`

## Version 0.5.3

Add `require` statements internally so `require 'rlex'` is sufficient to use
Expand Down
2 changes: 1 addition & 1 deletion lib/rlex/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Rlex
# Project version
VERSION = "0.5.3"
VERSION = "0.5.4"
end
2 changes: 2 additions & 0 deletions rlex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ Gem::Specification.new do |gem|
gem.name = "rlex"
gem.require_paths = ["lib"]
gem.version = Rlex::VERSION

gem.add_development_dependency "rspec"
end

0 comments on commit 573af0f

Please sign in to comment.