Skip to content

Commit

Permalink
Required for operation w/ Ruby 2
Browse files Browse the repository at this point in the history
  • Loading branch information
James Womack committed Mar 20, 2013
1 parent 5bff2dd commit a9c58ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aescrypt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files`.split("\n")
gem.name = "aescrypt"
gem.require_paths = ["lib"]
gem.version = "1.0.0"
gem.version = "1.0.1"

gem.add_development_dependency "rake"
end
1 change: 1 addition & 0 deletions lib/aescrypt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

require 'openssl'
require 'base64'

module AESCrypt
def self.encrypt(message, password)
Expand Down

0 comments on commit a9c58ed

Please sign in to comment.