goldshark_gem 0.1.0 → 0.1.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.
data/README CHANGED
@@ -1,5 +1,11 @@
1
1
  = goldshark_gem
2
2
 
3
+ gem install goldshark_gem
4
+
5
+ in Gemfile:
6
+
7
+ gem 'goldshark_gem'
8
+
3
9
  Initialization:
4
10
 
5
11
  gs = GS::Tool.new(localization)
data/README.rdoc CHANGED
@@ -1,5 +1,11 @@
1
1
  = goldshark_gem
2
2
 
3
+ gem install goldshark_gem
4
+
5
+ in Gemfile:
6
+
7
+ gem 'goldshark_gem'
8
+
3
9
  Initialization:
4
10
 
5
11
  gs = GS::Tool.new(localization)
@@ -7,5 +7,5 @@ Gem::Specification.new do |s|
7
7
  s.summary = %q{A gem to interact with iGodigital GoldShark API}
8
8
  s.description = %q{A gem to interact with iGodigital GoldShark API}
9
9
  s.files = `git ls-files`.split($\)
10
- s.version = '0.1.0'
10
+ s.version = '0.1.1'
11
11
  end
data/lib/goldshark_gem.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'net/http'
2
2
  require 'net/https'
3
3
  require 'uri'
4
- require 'JSON'
4
+ require 'json'
5
5
  require 'yaml'
6
6
 
7
7
  module GS
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: goldshark_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: