disco_app 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2aea621a853026f74eafff2e73f50d988c2ee307c34d695e3bec09d91fa1a89e
4
- data.tar.gz: 3b52502b57d84599268706459a7e87953436bd9ea2058e0419e96053252813fd
3
+ metadata.gz: fd66d842458698a15b8be312434d4b07f3df1b8671eb5a21c56fb505a2c0aa45
4
+ data.tar.gz: 4fe046f44e70debb6d73636e9e84ff8bcaa76398764117f099220ba3750e5134
5
5
  SHA512:
6
- metadata.gz: 867867d75021ba2020107b0ade11795dff0154da13ac82807702c006e7c8091e99a183ea2ea652469c27324211e6668c819cb6922058e8e5caaa560ce7d9e9ab
7
- data.tar.gz: a414302c5d3291c64bc018179bb6db40f23dccb09aa7cd3c0a41f75eb33b76dde0bfbd9e595c1ab50df0635ea189fa907f198ef8f188f9b0c668da24e178b7a0
6
+ metadata.gz: ae57c0e9ce4c3c3d709bda36580a6510cf6466d1de31e961167665ebe71e3e58a12bf96d1880da7f3288dfb884bca4aeee936e42acffbb7917e3799a7db42da7
7
+ data.tar.gz: 5ce8ff4597bcd3c9c848d076b5ebbb11db1a47a8fdea11006d6e8fc825a87df675d935582352281b673691f3f2d88f27e3e8fe07c83b7eee9237923a04d557f7
@@ -54,11 +54,10 @@ module DiscoApp::Concerns::Shop
54
54
  "#{protocol}://#{domain}"
55
55
  end
56
56
 
57
- # Return the protocol the shop's storefront uses.
58
- # @TODO: Consider when we may want to allow https: here. For now, automatic
59
- # redirection should do most of the work.
57
+ # Return the protocol the shop's storefront uses. This should now always be
58
+ # https as all Shopify stores have SSL enabled.
60
59
  def protocol
61
- 'http'
60
+ 'https'
62
61
  end
63
62
 
64
63
  # Return the absolute URL to the shop's admin.
@@ -1,3 +1,3 @@
1
1
  module DiscoApp
2
- VERSION = '0.8.2'
2
+ VERSION = '0.8.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: disco_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gavin Ballard