rubysl-openssl 2.0.4 → 2.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d17b42f53a3c75dc9b50c4c605bf543b026dd14e
4
- data.tar.gz: d93174d84f092170c8bfa8e1315bbbb76e4e5493
3
+ metadata.gz: e520d9c7e1996efe11363f8d0ef3ca5316ad0137
4
+ data.tar.gz: 9644c60fd69ff29805f21a679e295b2cd85bda13
5
5
  SHA512:
6
- metadata.gz: ff06b8d64b84b07388118b4ef4dfb1b318b37cabbb9de667412b49e10629a36561b7fc8f4ca7766132d470124f66a8f51b7c047625bb0ffbf49156f2b8655c6d
7
- data.tar.gz: 18eee9cec429cdf4a7239fb068112919924af9a0c05192f96a3d101e58dd46f32f60bb9bd2a65029584448198f9938a366974423dc98ee94f18c34cd90e1140a
6
+ metadata.gz: 0816f084348ee3475cd95b51b47062ecd75fca5a353cb894db9d8c6fded02fe319fc71daf64bb691aa43e781ccd1447f9bae9bc98582603969a92bdf3c694578
7
+ data.tar.gz: 8d422a3904171bc3425b13ba2fbae5a8b8c3c06d6005b248e389464fd6935ce200c7a6a06e2d04bf625bc58ab77ad37f5f6d5360d6ce1e5d382b7604cb93c23d
data/.travis.yml CHANGED
@@ -5,10 +5,10 @@ env:
5
5
  script: mspec spec
6
6
  rvm:
7
7
  - 2.0.0
8
- - rbx-2.1.1
8
+ - rbx-2.2.1
9
9
  matrix:
10
10
  exclude:
11
11
  - rvm: 2.0.0
12
12
  env: RUBYLIB=lib
13
- - rvm: rbx-2.1.1
13
+ - rvm: rbx-2.2.1
14
14
  env: RUBYLIB=
@@ -58,7 +58,7 @@ module OpenSSL
58
58
  end
59
59
 
60
60
  # This class is only provided for backwards compatibility. Use OpenSSL::Cipher in the future.
61
- class Cipher < Cipher
61
+ class Cipher < ::OpenSSL::Cipher
62
62
  # add warning
63
63
  end
64
64
  end # Cipher
@@ -60,7 +60,7 @@ module OpenSSL
60
60
  }
61
61
 
62
62
  # This class is only provided for backwards compatibility. Use OpenSSL::Digest in the future.
63
- class Digest < Digest
63
+ class Digest < ::OpenSSL::Digest
64
64
  def initialize(*args)
65
65
  # add warning
66
66
  super(*args)
@@ -1,5 +1,5 @@
1
1
  module RubySL
2
2
  module OpenSSL
3
- VERSION = "2.0.4"
3
+ VERSION = "2.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubysl-openssl
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Shirai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-12 00:00:00.000000000 Z
11
+ date: 2013-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler