masheri 0.3.8 → 0.3.10

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.
@@ -69,8 +69,7 @@ module Masheri
69
69
 
70
70
  def url
71
71
  uri = URI::HTTP.build(host: config.host, path: rest_path, query: query_params)
72
- # TODO: Waiting on support from Mashery
73
- # uri.scheme = "https"
72
+ uri.scheme = "https"
74
73
  uri.to_s
75
74
  end
76
75
  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.8
4
+ version: 0.3.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-18 00:00:00.000000000 Z
12
+ date: 2013-09-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -195,7 +195,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
195
195
  version: '0'
196
196
  segments:
197
197
  - 0
198
- hash: 3260510440872707221
198
+ hash: 2820151414351842610
199
199
  required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  none: false
201
201
  requirements:
@@ -207,5 +207,5 @@ rubyforge_project:
207
207
  rubygems_version: 1.8.25
208
208
  signing_key:
209
209
  specification_version: 3
210
- summary: Rails gem for Mashery. Clean config and includes tests.
210
+ summary: Rails gem for Mashery. Clean config and includes tests with decent test coverage
211
211
  test_files: []