[go: nahoru, domu]

Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinweiss committed Oct 14, 2011
1 parent 3056c21 commit 1449805
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.0)
resque_unit (0.4.1)
json (>= 1.4.6)

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

Expand Down
6 changes: 3 additions & 3 deletions 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.0'
s.version = '0.4.1'
s.summary = 'Test::Unit support for resque job queueing'
s.add_dependency "json", ">= 1.4.6"
s.add_development_dependency "bundler"
Expand All @@ -10,8 +10,8 @@ spec = Gem::Specification.new do |s|
s.homepage = "http://github.com/justinweiss/resque_unit"
s.extra_rdoc_files = ['README.md']
s.has_rdoc = true

s.files = Dir['lib/**/*.rb'] + Dir['test/**/*.rb']
s.test_files = Dir.glob('test/*_test.rb')

end

0 comments on commit 1449805

Please sign in to comment.