phcpress 2.0.2 → 2.5.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: a977adfde08fe04db782145ef10c5d2e58ddfb71
4
- data.tar.gz: 2d33a5f42c798b8d7afe41e799ef208538526c22
3
+ metadata.gz: c4605c3875e3444c8c17275c5d0c42e65a734ac0
4
+ data.tar.gz: ce6438078f507d396b6e5704b2f5e01483239424
5
5
  SHA512:
6
- metadata.gz: c3d05694eae8d01438112f8cb0afbfb9e4bcb6a4be35ba18754ec37461e62e169edaa0bf9372055612f5f14779bad54b0eb7be69732abdc482d0a6ed8310463d
7
- data.tar.gz: ea546a1379b213d2942f57801cab95d7b153244ba391023118830667ef4763f1fbbea2d874abcdf10faca7b270b8345dacbb861d5709a0984374c4f7bd2912ea
6
+ metadata.gz: 0fe46927e1858155ee40e0fa58b34445653cd64a70c3bd8ce09189ba555c6ebafdc77308ab037eb4ab841213ba84489810cf3795eb08cbf019881706ea2f140e
7
+ data.tar.gz: eeddc93e52ddbc9b2df42cd2a95c5edb4b15bf9f4852b13e71000b921721fe947dbd4e68e091259190f2584fcab7dfc95b9734480cf58fde0900ba4e12414857
@@ -0,0 +1,3 @@
1
+ jQuery ->
2
+ $('#product_category_name').autocomplete
3
+ source: $('#product_category_name').data('autocomplete-source')
@@ -0,0 +1,3 @@
1
+ jQuery ->
2
+ $('#product_category_name').autocomplete
3
+ source: $('#product_category_name').data('autocomplete-source')
@@ -1,4 +1,4 @@
1
1
  module Phcpress
2
- module Website::PresspagesHelper
3
- end
2
+ module Website::PresspagesHelper
3
+ end
4
4
  end
@@ -1,5 +1,6 @@
1
1
  # Load UI Dependecies
2
2
  require 'jquery-rails'
3
+ require 'phcnotifi';
3
4
  require 'sass-rails'
4
5
  require 'bootstrap-sass'
5
6
  require 'font-awesome-rails'
@@ -1,3 +1,3 @@
1
1
  module Phcpress
2
- VERSION = "2.0.2"
2
+ VERSION = "2.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpress
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-14 00:00:00.000000000 Z
11
+ date: 2016-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -270,8 +270,8 @@ dependencies:
270
270
  - - "~>"
271
271
  - !ruby/object:Gem::Version
272
272
  version: '2.52'
273
- description: PHC-Press is a news and blog posting engine for ruby on rails apps setup
274
- for use with Devise User.
273
+ description: PHC-Press is a news and blog posting engine for ruby on rails apps. It
274
+ is setup for use with Devise User as an authour.
275
275
  email:
276
276
  - brad.potts@phcnetworks.net
277
277
  executables: []
@@ -282,8 +282,8 @@ files:
282
282
  - README.md
283
283
  - Rakefile
284
284
  - app/assets/javascripts/phcpress/application.js
285
- - app/assets/javascripts/phcpress/blog/posts.js
286
- - app/assets/javascripts/phcpress/news/posts.js
285
+ - app/assets/javascripts/phcpress/blog/posts.js.coffee
286
+ - app/assets/javascripts/phcpress/news/posts.js.coffee
287
287
  - app/assets/javascripts/phcpress/website/presspages.js
288
288
  - app/assets/stylesheets/phcpress/application.css.scss
289
289
  - app/assets/stylesheets/phcpress/blog/posts.css
@@ -349,7 +349,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
349
349
  version: '0'
350
350
  requirements: []
351
351
  rubyforge_project:
352
- rubygems_version: 2.5.1
352
+ rubygems_version: 2.4.3
353
353
  signing_key:
354
354
  specification_version: 4
355
355
  summary: News & Blog Posts Engine for Ruby on Rails