openskip-skip_embedded 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.9.6 / 2009-05-29
2
+ * fixup skip_rp using ssl
3
+
1
4
  == 0.9.5 / 2009-05-27
2
5
  * [port] SKIP's upload file validations.
3
6
 
@@ -75,7 +75,7 @@ module SkipEmbedded
75
75
  http.verify_mode = OpenSSL::SSL::VERIFY_PEER
76
76
  http.verify_depth = 5
77
77
  else
78
- http.verify_mode = OpenSSL::SSL::NONE
78
+ http.verify_mode = OpenSSL::SSL::VERIFY_NONE
79
79
  end
80
80
  end
81
81
  end
data/lib/skip_embedded.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # SkipEmbedded
2
2
  module SkipEmbedded
3
- Version = "0.9.5"
3
+ Version = "0.9.6"
4
4
 
5
5
  Dependencies = {:jquery => "jquery-1.3.2.min.js"}
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openskip-skip_embedded
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - MAEDA Naoki
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-05-28 00:00:00 -07:00
13
+ date: 2009-05-29 00:00:00 -07:00
14
14
  default_executable: skip-gen
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency