monetra 0.1.22 → 0.1.23

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/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'psych'
3
3
  require 'rake'
4
4
  require 'echoe'
5
5
  YAML::ENGINE.yamler = 'syck'
6
- Echoe.new('monetra', '0.1.22') do |p|
6
+ Echoe.new('monetra', '0.1.23') do |p|
7
7
  p.description = "Wine Library Monetra gem to interface with their API"
8
8
  p.url = "http://github.com/winelibrary/monetra"
9
9
  p.author = ["Dan Ahern", "John Kassimatis", "Brian Woolley"]
@@ -16,6 +16,7 @@ module Monetra
16
16
  def ssl_certificate
17
17
  if RUBY_VERSION.to_f == 1.9
18
18
  # base.verify_mode = OpenSSL::SSL::VERIFY_PEER
19
+ base.verify_mode = OpenSSL::SSL::VERIFY_NONE
19
20
  case
20
21
  when ENV["SSL_CERT_FILE"]
21
22
  base.ca_file = ENV["SSL_CERT_FILE"]
data/monetra.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "monetra"
5
- s.version = "0.1.22"
5
+ s.version = "0.1.23"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Dan Ahern, John Kassimatis, Brian Woolley"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: monetra
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.22
5
+ version: 0.1.23
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dan Ahern, John Kassimatis, Brian Woolley