credstore 1.0.0 → 1.0.1

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.
@@ -12,7 +12,7 @@ $:.unshift File.dirname(__FILE__)
12
12
 
13
13
  require 'fileutils'
14
14
  require 'openssl'
15
- require 'Base64'
15
+ require 'base64'
16
16
  require 'pstore'
17
17
  require 'credstore/crypt'
18
18
  require 'credstore/storage'
@@ -9,7 +9,7 @@
9
9
  # Copyright 2013 Michael Heijmans
10
10
 
11
11
  require 'openssl'
12
- require 'Base64'
12
+ require 'base64'
13
13
 
14
14
  module Credstore
15
15
  class Crypt
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: credstore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -46,3 +46,4 @@ signing_key:
46
46
  specification_version: 3
47
47
  summary: A gem that makes it easy to encrypt and decrypt strings using RSA
48
48
  test_files: []
49
+ has_rdoc: