gamerocket 1.0.5 → 1.0.6

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/gamerocket.gemspec CHANGED
@@ -5,7 +5,7 @@ spec = Gem::Specification.new do |s|
5
5
  s.name = "gamerocket"
6
6
  s.summary = "Gamerocket Gateway Ruby Client Library"
7
7
  s.description = "Gamerocket Ruby Client Library"
8
- s.version = '1.0.5'
8
+ s.version = '1.0.6'
9
9
  s.author = "Workbandits"
10
10
  s.email = "contact@gamerocket.io"
11
11
  s.homepage = "https://www.gamerocket.io/"
@@ -60,7 +60,7 @@ module GameRocket
60
60
  def ca_file
61
61
  case @environment
62
62
  when :production
63
- File.expand_path(File.join(File.dirname(_FILE_), "..", "ssl", "www_gamerocket_io.ca.crt" ))
63
+ File.expand_path(File.join(File.dirname(__FILE__), "..", "ssl", "www_gamerocket_io.ca.crt" ))
64
64
  end
65
65
  end
66
66
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gamerocket
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: