phcmemberspro 11.1.6 → 11.2.0

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: e7b21da9306dfda40bcda8953b7cbdc550c9eaa5
4
- data.tar.gz: b955b487d0c21f3da8371c208d13bf096d89b268
3
+ metadata.gz: bfbcabc555509e56f78c846d3a370ace55986fba
4
+ data.tar.gz: dcc3ab4a8907e112aa83480f5c51da466aca24c5
5
5
  SHA512:
6
- metadata.gz: 7588dc9815cfac5f9ee178c8a866a471a59e2c184ba8a0718236c40f2cfd23e28d148c88d13b8a09473211eab4b8a43b370d9e7f0e9f0c29540db13e6c958cc4
7
- data.tar.gz: c910567f150fe4a3b28c34da03ec99873aa4e90c17aec0906fa087e01a431c0ff1c0977483ccd92c0fa893ef203975db1e3ab7ce7b099e4f260206c48f028568
6
+ metadata.gz: ac301fb021de48ce2470df5bb45f7008061ac6a701f5f2f6847dd846458d527a34ade57dffb5315fb5151d64fb7f6d85c1eeae6d4b181c2ba6ca0546ab36b421
7
+ data.tar.gz: fcf518fdcc41799ba772de0c332949aa6cc68f7faeaf3c53e269c43987ce1bfea998ebfb723250e5295a272d77948af02ab22921fc5ee2c415f2375d3c745cc3
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "11.1.6"
2
+ VERSION = "11.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.1.6
4
+ version: 11.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -90,20 +90,14 @@ dependencies:
90
90
  requirements:
91
91
  - - "~>"
92
92
  - !ruby/object:Gem::Version
93
- version: '2.10'
94
- - - ">="
95
- - !ruby/object:Gem::Version
96
- version: 2.10.8
93
+ version: '2.11'
97
94
  type: :runtime
98
95
  prerelease: false
99
96
  version_requirements: !ruby/object:Gem::Requirement
100
97
  requirements:
101
98
  - - "~>"
102
99
  - !ruby/object:Gem::Version
103
- version: '2.10'
104
- - - ">="
105
- - !ruby/object:Gem::Version
106
- version: 2.10.8
100
+ version: '2.11'
107
101
  - !ruby/object:Gem::Dependency
108
102
  name: phctitleseo
109
103
  requirement: !ruby/object:Gem::Requirement
@@ -551,11 +545,7 @@ files:
551
545
  - README.md
552
546
  - Rakefile
553
547
  - app/assets/config/phcmemberspro_manifest.js
554
- - app/assets/javascripts/phcmemberspro/api/v1/categories.js
555
- - app/assets/javascripts/phcmemberspro/api/v1/listings.js
556
548
  - app/assets/javascripts/phcmemberspro/application.js
557
- - app/assets/stylesheets/phcmemberspro/api/v1/categories.scss
558
- - app/assets/stylesheets/phcmemberspro/api/v1/listings.scss
559
549
  - app/assets/stylesheets/phcmemberspro/application.scss
560
550
  - app/controllers/phcmemberspro/api/v1/categories_controller.rb
561
551
  - app/controllers/phcmemberspro/api/v1/listings_controller.rb
@@ -565,8 +555,6 @@ files:
565
555
  - app/controllers/phcmemberspro/member/listings_controller.rb
566
556
  - app/controllers/phcmemberspro/member/profiles_controller.rb
567
557
  - app/controllers/phcmemberspro/modules/dashboards_controller.rb
568
- - app/helpers/phcmemberspro/api/v1/categories_helper.rb
569
- - app/helpers/phcmemberspro/api/v1/listings_helper.rb
570
558
  - app/helpers/phcmemberspro/application_helper.rb
571
559
  - app/jobs/phcmemberspro/application_job.rb
572
560
  - app/mailers/phcmemberspro/application_mailer.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,3 +0,0 @@
1
- // Place all the styles related to the api/v1/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 api/v1/listings controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,4 +0,0 @@
1
- module Phcmemberspro
2
- module Api::V1::CategoriesHelper
3
- end
4
- end
@@ -1,4 +0,0 @@
1
- module Phcmemberspro
2
- module Api::V1::ListingsHelper
3
- end
4
- end