phcscriptcdnpro 4.5.0 → 4.5.1

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: a1c85dbe7da02f448fd699934fb5603382711b38
4
- data.tar.gz: 78c0f2828a710525089447f60d63e8892065b1a1
3
+ metadata.gz: dc152392b9d32bd8f3da66ada56e88f8d21af265
4
+ data.tar.gz: 8196d24e8ece4e20953064f22003b5af998959d5
5
5
  SHA512:
6
- metadata.gz: cc1bb90db142e74f2d9e408830dac2350dab073d9d1a9bd9f3378a08e0ead7a2fa26e5e63b9481c34385e3ff9fe97bef10fe6c6e09b6dfd7ef35bcb900cfac0d
7
- data.tar.gz: 927e0b69269945e947b80eef1cf4e82651c399e501e723a72189c14a0e03254a5ad43a4a97235d2b998d0ca71d88c1109e6b081873a6aa49407b463a2b5abb44
6
+ metadata.gz: 6d963d37ff6aeefa96d1a4a2ec15e15fc8596b309e561776f5842a6e9dbca53ff182e047fc94cc6d703a648837deb97aefcbc7556851f3d69d3d417628435408
7
+ data.tar.gz: dd8790ff2b0acd5e072c8ffbe294f2e2d5d0ee6d0e848154f80e3dbbcc27c8bb87cd7e07536fc6d804a22a7ee73d55ed544a0f3c5f60b8302a49718e20276a90
@@ -42,7 +42,7 @@ module Phcscriptcdnpro
42
42
 
43
43
  # PHCPress Widget Helpers
44
44
  def phcpress_recent_posts
45
- @recent_posts = Articles::Post.all
45
+ @recent_posts = Phcpresspro::Articles::Post.all
46
46
  end
47
47
 
48
48
  end
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "4.5.0"
2
+ VERSION = "4.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdnpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.5.0
4
+ version: 4.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts