summaryrefslogtreecommitdiff
path: root/ruby-srp.gemspec
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2012-10-11 17:02:15 +0200
committerAzul <azul@riseup.net>2012-10-11 17:02:15 +0200
commit04421b355eb93de2888f12801cc0ebe123414264 (patch)
tree6b0c5e7e75cc3ec002407b32d2408ec9d3ecad8d /ruby-srp.gemspec
parentbc36f65eb7f72fe3f4cf364e807f7d43eaa11edc (diff)
authenticate returns the user, to_json includes M2. bumped version to 0.1.3release-0.1.0
This way the controller can easily use @user = @session.authenticate; respond_with @sessoin;
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 1ab1aa0..9f39071 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.2"
+ s.version = "0.1.3"
s.platform = Gem::Platform::RUBY
s.authors = ["Azul"]
s.email = ["azul@leap.se"]