rubygamertag 0.2.3 → 0.2.4

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.
@@ -1,3 +1,3 @@
1
1
  module RubyGamertag
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
data/lib/rubygamertag.rb CHANGED
@@ -12,3 +12,6 @@ require 'rubygamertag/games'
12
12
  require 'rubygamertag/achievments'
13
13
  require 'rubygamertag/friends'
14
14
  require 'rubygamertag/message'
15
+
16
+ module RubyGamertag
17
+ end
data/rubygamertag.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.files = `git ls-files`.split("\n")
18
18
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
- s.require_paths = ["lib","lib/rubygamertag/"]
20
+ s.require_paths = ["lib"]
21
21
 
22
22
  s.add_dependency('json', '~> 1.5.3')
23
23
  s.add_dependency('hashie', '~> 1.1.0')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubygamertag
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -144,7 +144,6 @@ post_install_message:
144
144
  rdoc_options: []
145
145
  require_paths:
146
146
  - lib
147
- - lib/rubygamertag/
148
147
  required_ruby_version: !ruby/object:Gem::Requirement
149
148
  none: false
150
149
  requirements: