summaryrefslogtreecommitdiff
path: root/ruby-srp.gemspec
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2012-11-04 16:21:58 +0100
committerAzul <azul@riseup.net>2012-11-04 16:21:58 +0100
commitbda0084efb0ebadcbe22fb4a91ec925593564e1a (patch)
treef1c49a8b386d94e99f2731fff737f520076a64e2 /ruby-srp.gemspec
parent04421b355eb93de2888f12801cc0ebe123414264 (diff)
making byte algo work in 1.9.3 - bumping version
in ruby 1.9.3 string[i] will be a char. Need to call #ord to make sure we have a charcode.
Diffstat (limited to 'ruby-srp.gemspec')
-rw-r--r--ruby-srp.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby-srp.gemspec b/ruby-srp.gemspec
index 9f39071..32d9e2a 100644
--- a/ruby-srp.gemspec
+++ b/ruby-srp.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "ruby-srp"
- s.version = "0.1.3"
+ s.version = "0.1.4"
s.platform = Gem::Platform::RUBY
s.authors = ["Azul"]
s.email = ["azul@leap.se"]