minor dash/underscore problem
parent
4b71596cbb
commit
920043c0a3
|
@ -1,2 +1,3 @@
|
|||
vendor/
|
||||
.bundle
|
||||
.bundle/
|
||||
*.gem
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'uncomplicated-mutex'
|
||||
s.version = '1.0.0'
|
||||
s.name = 'uncomplicated_mutex'
|
||||
s.version = '1.0.1'
|
||||
s.date = '2014-12-22'
|
||||
s.summary = 'Redis. Lua. Mutex.'
|
||||
s.description = 'A mutex that uses Redis that is also not complicated.'
|
||||
|
|
Loading…
Reference in New Issue