masheri 0.3.7 → 0.3.8

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/lib/masheri.rb CHANGED
@@ -47,9 +47,6 @@ module Masheri
47
47
  end
48
48
  end
49
49
 
50
- # TODO: Let config be accepted as command line argument
51
- # (masheri -C config.yml)
52
- #
53
50
  if defined?(Rails)
54
51
  require 'masheri/rails'
55
52
  end
@@ -69,7 +69,8 @@ module Masheri
69
69
 
70
70
  def url
71
71
  uri = URI::HTTP.build(host: config.host, path: rest_path, query: query_params)
72
- uri.scheme = "https"
72
+ # TODO: Waiting on support from Mashery
73
+ # uri.scheme = "https"
73
74
  uri.to_s
74
75
  end
75
76
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: masheri
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -195,7 +195,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
195
195
  version: '0'
196
196
  segments:
197
197
  - 0
198
- hash: 3710577131008938035
198
+ hash: 3260510440872707221
199
199
  required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  none: false
201
201
  requirements: