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