fanforce-base 1.2.2 → 1.2.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 494733ae4d2c2a0d907126044926c9aa621c2318
4
- data.tar.gz: 6c6687f35412c5076dc71640620ce8f95de53847
3
+ metadata.gz: 0c7c06328df60900994a9fbd1ccca3943ebc6cdc
4
+ data.tar.gz: b33eb607565c95f517c0f46b7bbb633c2132ee9f
5
5
  SHA512:
6
- metadata.gz: eb77ca1154b5ac326cfaf3ac3bb7d4ab0f98a6053813c06c1d9dec49bf1f9691346c5e90c087bf231027f7304eef537fcfc1b15fd235900c3e4ed14416ae3b9d
7
- data.tar.gz: 9db4f58361fbc8f901f5ff36edc4b5601f6fd52fd1bad3dd49d44b36cc961aac97e7c19df1f90813f91a9013a55c71f2bef59a0562676779c80a285378941954
6
+ metadata.gz: 25eb80e3f29ae1f07b84e4af731138351b42f6a006ae2d77e2270ad7984bd8869cb3c7063b8318304fe27fd24556639d6d0064e3f1f10a81debcdf1847e72760
7
+ data.tar.gz: 09d51992b3356d02037b2afec4ae336a3add9f3f7de0eff6da3d48e9a83b3e5bd9a5cd710c726b19eb8620f10c5e639262d07370d4a1b4cbae97fe5c67892c8c
@@ -21,6 +21,7 @@ module Fanforce::Base::Domains
21
21
  end
22
22
  end
23
23
 
24
+
24
25
  # Base domain (i.e., fanforce.com) for current environment
25
26
  # @return [domain]
26
27
  def base_domain
@@ -48,7 +49,7 @@ module Fanforce::Base::Domains
48
49
  # Domain for accessing supercore-api with https (i.e., prd-supercore-api.herokuapp.com) for current environment
49
50
  # @return [domain]
50
51
  def api_domain_ssl
51
- environ == 'development' ? api_domain : "#{environ.to_s}-supercore-api.herokuapp.com"
52
+ environment == 'development' ? api_domain : "#{environ.to_s}-supercore-api.herokuapp.com"
52
53
  end
53
54
 
54
55
  # Domain for accessing supercore-eye (i.e., i.fanforce.com) for current environment
@@ -1,5 +1,5 @@
1
1
  class Fanforce
2
2
  class Base
3
- VERSION = '1.2.2'
3
+ VERSION = '1.2.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fanforce-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caleb Clark
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-04 00:00:00.000000000 Z
11
+ date: 2014-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack