exvo_helpers 0.6.4 → 0.6.5
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +4 -4
- data/lib/exvo_helpers/helpers.rb +4 -4
- data/lib/exvo_helpers/version.rb +1 -1
- data/spec/exvo_helpers/helpers_spec.rb +3 -3
- metadata +24 -21
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d22d824c2ca05e5bf9ec7f985e291f47dae99de
|
|
4
|
+
data.tar.gz: 2f93e19d4c0b8ef61ddaab901890dfab71504960
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0eec35a259296afc73a31af2dc7d1dbc51918201a8d8c3a2d0874132a182a68061599d4d0e7992a42f39d3040f3b45c97add3d805ae1959d339be338623f1881
|
|
7
|
+
data.tar.gz: cf8377b6ce24c1f7690dfa92e08dd52956a390ab63baee64b4f146b44a534f99cbd81d6cd77dd8c2a6c613d54c4fc8b4cd546f3c5242061d6eb3b7661f8e36c5
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -18,7 +18,7 @@ Exvo::Helpers.sso_cookie_domain => 'exvo.local'
|
|
|
18
18
|
Exvo::Helpers.sso_cookie_secret => 'some secret cookie signing key'
|
|
19
19
|
|
|
20
20
|
Exvo::Helpers.auth_host => 'auth.exvo.local'
|
|
21
|
-
Exvo::Helpers.budget_host => '
|
|
21
|
+
Exvo::Helpers.budget_host => 'budget.exvo.local'
|
|
22
22
|
Exvo::Helpers.cdn_host => 'home.exvo.local'
|
|
23
23
|
Exvo::Helpers.cfs_host => 'cfs.exvo.local'
|
|
24
24
|
Exvo::Helpers.desktop_host => 'home.exvo.local'
|
|
@@ -30,7 +30,7 @@ Exvo::Helpers.pics_host => 'pics.exvo.local'
|
|
|
30
30
|
Exvo::Helpers.preview_host => 'preview.exvo.local'
|
|
31
31
|
|
|
32
32
|
Exvo::Helpers.auth_uri => 'http://auth.exvo.local'
|
|
33
|
-
Exvo::Helpers.budget_uri => 'http://
|
|
33
|
+
Exvo::Helpers.budget_uri => 'http://budget.exvo.local'
|
|
34
34
|
Exvo::Helpers.cdn_uri => 'http://home.exvo.local'
|
|
35
35
|
Exvo::Helpers.cfs_uri => 'http://cfs.exvo.local'
|
|
36
36
|
Exvo::Helpers.desktop_uri => 'http://home.exvo.local'
|
|
@@ -57,7 +57,7 @@ ENV['SSO_COOKIE_DOMAIN'] = 'exvo.dev'
|
|
|
57
57
|
ENV['SSO_COOKIE_SECRET'] = 'exvo.dev'
|
|
58
58
|
|
|
59
59
|
ENV['AUTH_HOST'] = 'test.auth.exvo.com'
|
|
60
|
-
ENV['BUDGET_HOST'] = 'test.
|
|
60
|
+
ENV['BUDGET_HOST'] = 'test.budget.exvo.com'
|
|
61
61
|
ENV['CDN_HOST'] = 'test.cdn.exvo.com'
|
|
62
62
|
ENV['CFS_HOST'] = 'test.cfs.exvo.com'
|
|
63
63
|
ENV['DESKTOP_HOST'] = 'test.exvo.com'
|
|
@@ -81,7 +81,7 @@ Exvo::Helpers.sso_cookie_domain = 'exvo.dev'
|
|
|
81
81
|
Exvo::Helpers.sso_cookie_key = 'some secret key'
|
|
82
82
|
|
|
83
83
|
Exvo::Helpers.auth_host = 'test.auth.exvo.com'
|
|
84
|
-
Exvo::Helpers.budget_host = 'test.
|
|
84
|
+
Exvo::Helpers.budget_host = 'test.budget.exvo.com'
|
|
85
85
|
Exvo::Helpers.cdn_host = 'test.cdn.exvo.com'
|
|
86
86
|
Exvo::Helpers.cfs_host = 'test.cfs.exvo.com'
|
|
87
87
|
Exvo::Helpers.desktop_host = 'test.exvo.com'
|
data/lib/exvo_helpers/helpers.rb
CHANGED
|
@@ -184,7 +184,7 @@ module Exvo
|
|
|
184
184
|
:auth_debug => false,
|
|
185
185
|
:auth_host => 'auth.exvo.com',
|
|
186
186
|
:sso_cookie_domain => 'exvo.com',
|
|
187
|
-
:budget_host => '
|
|
187
|
+
:budget_host => 'budget.exvo.com',
|
|
188
188
|
:cdn_host => 'd33gjlr95u9pgf.cloudfront.net', # cloudfront.net so we can use https (cdn.exvo.com via https does not work properly)
|
|
189
189
|
:cfs_host => 'cfs.exvo.com',
|
|
190
190
|
:desktop_host => 'home.exvo.com',
|
|
@@ -199,7 +199,7 @@ module Exvo
|
|
|
199
199
|
:auth_debug => false,
|
|
200
200
|
:auth_host => 'auth.exvo.co',
|
|
201
201
|
:sso_cookie_domain => 'exvo.co',
|
|
202
|
-
:budget_host => '
|
|
202
|
+
:budget_host => 'budget.exvo.co',
|
|
203
203
|
:cdn_host => 'd1by559a994699.cloudfront.net',
|
|
204
204
|
:cfs_host => 'cfs.exvo.co',
|
|
205
205
|
:desktop_host => 'home.exvo.co',
|
|
@@ -214,7 +214,7 @@ module Exvo
|
|
|
214
214
|
:auth_debug => false,
|
|
215
215
|
:auth_host => 'auth.exvo.local',
|
|
216
216
|
:sso_cookie_domain => 'exvo.local',
|
|
217
|
-
:budget_host => '
|
|
217
|
+
:budget_host => 'budget.exvo.local',
|
|
218
218
|
:cdn_host => 'home.exvo.local',
|
|
219
219
|
:cfs_host => 'cfs.exvo.local',
|
|
220
220
|
:desktop_host => 'home.exvo.local',
|
|
@@ -229,7 +229,7 @@ module Exvo
|
|
|
229
229
|
:auth_debug => false,
|
|
230
230
|
:auth_host => 'auth.exvo.local',
|
|
231
231
|
:sso_cookie_domain => 'exvo.local',
|
|
232
|
-
:budget_host => '
|
|
232
|
+
:budget_host => 'budget.exvo.local',
|
|
233
233
|
:cdn_host => 'home.exvo.local',
|
|
234
234
|
:cfs_host => 'cfs.exvo.local',
|
|
235
235
|
:desktop_host => 'home.exvo.local',
|
data/lib/exvo_helpers/version.rb
CHANGED
|
@@ -32,7 +32,7 @@ describe Exvo::Helpers do
|
|
|
32
32
|
|
|
33
33
|
describe "uri methods in production environment" do
|
|
34
34
|
specify { Exvo::Helpers.auth_uri.should match(/\Ahttps:\/\/auth.exvo.com\Z/) }
|
|
35
|
-
specify { Exvo::Helpers.budget_uri.should match(/\Ahttps:\/\/
|
|
35
|
+
specify { Exvo::Helpers.budget_uri.should match(/\Ahttps:\/\/budget.exvo.com\Z/) }
|
|
36
36
|
specify { Exvo::Helpers.cdn_uri.should match(/\Ahttps:\/\/d33gjlr95u9pgf.cloudfront.net\Z/) }
|
|
37
37
|
specify { Exvo::Helpers.cfs_uri.should match(/\Ahttps:\/\/cfs.exvo.com\Z/) }
|
|
38
38
|
specify { Exvo::Helpers.desktop_uri.should match('home.exvo.com') }
|
|
@@ -46,7 +46,7 @@ describe Exvo::Helpers do
|
|
|
46
46
|
|
|
47
47
|
describe "host methods in production environment" do
|
|
48
48
|
specify { Exvo::Helpers.auth_host.should match('auth.exvo.com') }
|
|
49
|
-
specify { Exvo::Helpers.budget_host.should match('
|
|
49
|
+
specify { Exvo::Helpers.budget_host.should match('budget.exvo.com') }
|
|
50
50
|
specify { Exvo::Helpers.cdn_host.should eql('d33gjlr95u9pgf.cloudfront.net') }
|
|
51
51
|
specify { Exvo::Helpers.cfs_host.should eql('cfs.exvo.com') }
|
|
52
52
|
specify { Exvo::Helpers.desktop_host.should eql('home.exvo.com') }
|
|
@@ -64,7 +64,7 @@ describe Exvo::Helpers do
|
|
|
64
64
|
end
|
|
65
65
|
|
|
66
66
|
specify { Exvo::Helpers.auth_host.should match('auth.exvo.co') }
|
|
67
|
-
specify { Exvo::Helpers.budget_host.should match('
|
|
67
|
+
specify { Exvo::Helpers.budget_host.should match('budget.exvo.co') }
|
|
68
68
|
specify { Exvo::Helpers.cdn_host.should eql('d1by559a994699.cloudfront.net') }
|
|
69
69
|
specify { Exvo::Helpers.cfs_host.should eql('cfs.exvo.co') }
|
|
70
70
|
specify { Exvo::Helpers.desktop_host.should eql('home.exvo.co') }
|
metadata
CHANGED
|
@@ -1,111 +1,111 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: exvo_helpers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paweł Gościcki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-01-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '0'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rspec
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '2.8'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '2.8'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: guard
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: 0.10.0
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: 0.10.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: guard-bundler
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- -
|
|
59
|
+
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- -
|
|
66
|
+
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: guard-rspec
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
|
-
- -
|
|
73
|
+
- - ">="
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
75
|
version: 0.6.0
|
|
76
76
|
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
|
-
- -
|
|
80
|
+
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: 0.6.0
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: rb-fsevent
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
|
-
- -
|
|
87
|
+
- - ">="
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: '0'
|
|
90
90
|
type: :development
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
|
-
- -
|
|
94
|
+
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: rb-inotify
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
100
100
|
requirements:
|
|
101
|
-
- -
|
|
101
|
+
- - ">="
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
103
|
version: '0'
|
|
104
104
|
type: :development
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
|
-
- -
|
|
108
|
+
- - ">="
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
111
|
description: Ruby gem providing various helper methods, like auth_host, auth_uri,
|
|
@@ -116,7 +116,7 @@ executables: []
|
|
|
116
116
|
extensions: []
|
|
117
117
|
extra_rdoc_files: []
|
|
118
118
|
files:
|
|
119
|
-
- .gitignore
|
|
119
|
+
- ".gitignore"
|
|
120
120
|
- CHANGELOG.md
|
|
121
121
|
- Gemfile
|
|
122
122
|
- LICENSE
|
|
@@ -141,18 +141,21 @@ require_paths:
|
|
|
141
141
|
- lib
|
|
142
142
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
143
143
|
requirements:
|
|
144
|
-
- -
|
|
144
|
+
- - ">="
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
146
|
version: '0'
|
|
147
147
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
148
148
|
requirements:
|
|
149
|
-
- -
|
|
149
|
+
- - ">="
|
|
150
150
|
- !ruby/object:Gem::Version
|
|
151
151
|
version: '0'
|
|
152
152
|
requirements: []
|
|
153
153
|
rubyforge_project:
|
|
154
|
-
rubygems_version: 2.1
|
|
154
|
+
rubygems_version: 2.2.1
|
|
155
155
|
signing_key:
|
|
156
156
|
specification_version: 4
|
|
157
157
|
summary: Collection of helper methods for various Exvo related apps/services
|
|
158
|
-
test_files:
|
|
158
|
+
test_files:
|
|
159
|
+
- spec/exvo_helpers/helpers_spec.rb
|
|
160
|
+
- spec/exvo_helpers/view_helpers_spec.rb
|
|
161
|
+
- spec/spec_helper.rb
|