sbsm 1.2.5 → 1.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile CHANGED
@@ -17,6 +17,9 @@ end
17
17
  group :development do
18
18
  gem 'racc'
19
19
  gem 'travis-lint'
20
+ end
21
+
22
+ group :debugger do
20
23
  gem 'pry'
21
24
  gem 'pry-debugger'
22
25
  end
@@ -1,3 +1,16 @@
1
+ === 1.2.6 / 02.07.2014
2
+
3
+ * Revert "Tried migrating to ruby 2.1.2"
4
+ * Fix sbsm when being called from oddbd
5
+ * Put pry-debugger in separate Gemgroup
6
+ * Tried migrating to ruby 2.1.2
7
+
8
+ === 1.2.5 / 26.05.2014
9
+
10
+ * Use Mail instead of (outdated, last release in 2008) RMail for verification of e-mail addresses
11
+ * updated Rakefile so I can release the gem
12
+ Updated Manifest.txt
13
+
1
14
  === 1.2.4 / 05.03.2014
2
15
 
3
16
  * Many fixes by Niklaus Giger. See "git log"
@@ -205,6 +205,7 @@ module SBSM
205
205
  end
206
206
  def import_cookies(request)
207
207
  reset_cookie()
208
+ return if request.cookies.is_a?(DRb::DRbUnknown)
208
209
  if(cuki = request.cookies[self::class::PERSISTENT_COOKIE_NAME])
209
210
  cuki.each { |cuki_str|
210
211
  CGI.parse(CGI.unescape(cuki_str)).each { |key, val|
@@ -1 +1 @@
1
- VERSION = '1.2.5'
1
+ VERSION = '1.2.6'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbsm
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 5
10
- version: 1.2.5
9
+ - 6
10
+ version: 1.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Masaomi Hatakeyama, Zeno R.R. Davatz
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2014-05-26 00:00:00 Z
18
+ date: 2014-11-25 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rdoc