phcmembers 2.1.1 → 2.1.2

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
  SHA1:
3
- metadata.gz: 0844db06f5313ba7a7633f556400106491d3fc5f
4
- data.tar.gz: 87d11a6fa75d3769816bc6c6300e0ebb86f03c25
3
+ metadata.gz: 7b7c0c26a05efd6036a22220da400bb03ad417e5
4
+ data.tar.gz: e269932f57b84dd4ab6faf8d3b58d00d0d79abe2
5
5
  SHA512:
6
- metadata.gz: 52002877399232fcf868b67292c2abf7b171091862e8ef377e1d45297683915d3c339129028b87e2027c1af3534f482f47c7544cbb1c74cd25e60499c6359e79
7
- data.tar.gz: ad353970ffc1cc6416e178a9b65ee67bff2139cb996d1af9af073e2b4a1037f1b29bc2a8c2fce4651f81ca53694465df61689abb208b05e232741e83e6667720
6
+ metadata.gz: e733a00a2b20c6e349d22e27eded3e2d79cdd747f7e2e641a21f8de1bdde7e0c47b5af44f1252fce3adee73870bcf86913fc27dc7188c857b130353bef10c1d6
7
+ data.tar.gz: fe4bb703cbd1935300d2a028d0969b410015a2d3e0a45b6a8f5f29c52c4a85bd4cf6b083e2e9d4f5aa7be77a96d5c6125c82aac8a4af34f75f09e1bc5c3093ef
@@ -2,7 +2,7 @@ module Phcmembers
2
2
  class ApplicationController < ActionController::Base
3
3
 
4
4
  # Add Helpers
5
- helper Phctitler::Engine.helpers
5
+ helper Phctitleseo::Engine.helpers
6
6
  helper Phcnotifi::Engine.helpers
7
7
 
8
8
  end
@@ -6,7 +6,7 @@ module Phcmembers
6
6
 
7
7
  # PHCEngines
8
8
  require 'phcnotifi'
9
- require 'phctitler'
9
+ require 'phctitleseo'
10
10
 
11
11
  # UI Dependencies
12
12
  require 'jquery-rails'
@@ -38,7 +38,7 @@ module Phcmembers
38
38
  config.to_prepare do
39
39
  ApplicationController.helper(ApplicationHelper)
40
40
  Phcnotifi::ApplicationController.helper(ApplicationHelper)
41
- Phctitler::ApplicationController.helper(ApplicationHelper)
41
+ Phctitleseo::ApplicationController.helper(ApplicationHelper)
42
42
  end
43
43
 
44
44
  end
@@ -1,3 +1,3 @@
1
1
  module Phcmembers
2
- VERSION = "2.1.1"
2
+ VERSION = "2.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmembers
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-28 00:00:00.000000000 Z
11
+ date: 2016-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -51,25 +51,19 @@ dependencies:
51
51
  - !ruby/object:Gem::Version
52
52
  version: 2.6.8
53
53
  - !ruby/object:Gem::Dependency
54
- name: phctitler
54
+ name: phctitleseo
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
57
  - - "~>"
58
58
  - !ruby/object:Gem::Version
59
- version: '1.8'
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: 1.8.8
59
+ version: '2.0'
63
60
  type: :runtime
64
61
  prerelease: false
65
62
  version_requirements: !ruby/object:Gem::Requirement
66
63
  requirements:
67
64
  - - "~>"
68
65
  - !ruby/object:Gem::Version
69
- version: '1.8'
70
- - - ">="
71
- - !ruby/object:Gem::Version
72
- version: 1.8.8
66
+ version: '2.0'
73
67
  - !ruby/object:Gem::Dependency
74
68
  name: jquery-rails
75
69
  requirement: !ruby/object:Gem::Requirement
@@ -116,20 +110,20 @@ dependencies:
116
110
  requirements:
117
111
  - - "~>"
118
112
  - !ruby/object:Gem::Version
119
- version: '4.5'
113
+ version: '4.6'
120
114
  - - ">="
121
115
  - !ruby/object:Gem::Version
122
- version: 4.5.0.1
116
+ version: 4.6.3.0
123
117
  type: :runtime
124
118
  prerelease: false
125
119
  version_requirements: !ruby/object:Gem::Requirement
126
120
  requirements:
127
121
  - - "~>"
128
122
  - !ruby/object:Gem::Version
129
- version: '4.5'
123
+ version: '4.6'
130
124
  - - ">="
131
125
  - !ruby/object:Gem::Version
132
- version: 4.5.0.1
126
+ version: 4.6.3.0
133
127
  - !ruby/object:Gem::Dependency
134
128
  name: sass-rails
135
129
  requirement: !ruby/object:Gem::Requirement
@@ -299,6 +293,9 @@ dependencies:
299
293
  - - "~>"
300
294
  - !ruby/object:Gem::Version
301
295
  version: '2.7'
296
+ - - ">="
297
+ - !ruby/object:Gem::Version
298
+ version: 2.7.1
302
299
  type: :development
303
300
  prerelease: false
304
301
  version_requirements: !ruby/object:Gem::Requirement
@@ -306,6 +303,9 @@ dependencies:
306
303
  - - "~>"
307
304
  - !ruby/object:Gem::Version
308
305
  version: '2.7'
306
+ - - ">="
307
+ - !ruby/object:Gem::Version
308
+ version: 2.7.1
309
309
  - !ruby/object:Gem::Dependency
310
310
  name: better_errors
311
311
  requirement: !ruby/object:Gem::Requirement
@@ -374,8 +374,8 @@ dependencies:
374
374
  - - "~>"
375
375
  - !ruby/object:Gem::Version
376
376
  version: '2.53'
377
- description: PHCMembers(2) is an open source membership management engine built for
378
- PHCMembers application.
377
+ description: PHCMembers(2) is a membership & directory management gem built for PHCMembers
378
+ application.
379
379
  email:
380
380
  - info@phcnetworks.net
381
381
  executables: []
@@ -386,22 +386,11 @@ files:
386
386
  - README.md
387
387
  - Rakefile
388
388
  - app/assets/javascripts/phcmembers/application.js
389
- - app/assets/javascripts/phcmembers/dashboard.js
390
- - app/assets/javascripts/phcmembers/directory/categories.js
391
- - app/assets/javascripts/phcmembers/directory/catlists.js
392
- - app/assets/javascripts/phcmembers/members/contacts.js
393
- - app/assets/javascripts/phcmembers/members/listings.js
394
- - app/assets/javascripts/phcmembers/members/mains.js
395
389
  - app/assets/stylesheets/adminlte_overrides.scss
396
390
  - app/assets/stylesheets/phcmembers/_custom.scss
397
391
  - app/assets/stylesheets/phcmembers/_variables.scss
398
392
  - app/assets/stylesheets/phcmembers/application.css.scss
399
393
  - app/assets/stylesheets/phcmembers/dashboard.scss
400
- - app/assets/stylesheets/phcmembers/directory/categories.scss
401
- - app/assets/stylesheets/phcmembers/directory/catlists.scss
402
- - app/assets/stylesheets/phcmembers/members/contacts.scss
403
- - app/assets/stylesheets/phcmembers/members/listings.scss
404
- - app/assets/stylesheets/phcmembers/members/mains.scss
405
394
  - app/assets/stylesheets/scaffolds.scss
406
395
  - app/controllers/phcmembers/api/catsapi_controller.rb
407
396
  - app/controllers/phcmembers/api/listapi_controller.rb
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the directory::categories controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the directory::catlists controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the members::contacts controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the members::listings controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the members::mains controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/