[go: nahoru, domu]

Skip to content

Commit

Permalink
v0.4.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinweiss committed Sep 27, 2013
1 parent 36c2157 commit a3a58b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
resque_unit (0.4.4)
resque_unit (0.4.5)
json (>= 1.4.6)

GEM
remote: http://rubygems.org/
specs:
json (1.7.3)
json (1.8.0)
rake (0.8.7)
shoulda (2.11.3)

Expand Down
2 changes: 1 addition & 1 deletion resque_unit.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = 'resque_unit'
s.version = '0.4.4'
s.version = '0.4.5'
s.summary = 'Test::Unit support for resque job queueing'
s.add_dependency "json", ">= 1.4.6"
s.add_development_dependency "bundler"
Expand Down

0 comments on commit a3a58b3

Please sign in to comment.