phcscriptcdn 3.1.2 → 3.1.3

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: b798bac0601dfdd8f55f3bb78d53581afa422fd1
4
- data.tar.gz: 2cb7ea07f264d19fa6b6dc416da4161c254ba7ff
3
+ metadata.gz: 8d348ccda6e069c6ca9c19b3f4efe9724980ebc9
4
+ data.tar.gz: e8e6e98eaf7dfa0f6bdefe939ad3aad9ee973959
5
5
  SHA512:
6
- metadata.gz: 60511407b729981855d53d23b640a040401beecb6ed8c59d3f53338e3f74e509f70f5aef71f89d5ca2b1e2027701ae978b628636719d692df67b0594eda7a0b9
7
- data.tar.gz: ab707278c2fd2e3cd84700b965058fb05bdf91c4d0dea9162be3441b2acfb232bab4039dc61c31e82a9df3a79e1953b53aba4d78a6ba7814c28f0c26245de40e
6
+ metadata.gz: e8016a31404b0abd422e2e22d485a5adb6411cba022282bab15ef234b29d20e0911b961cd9d3dae582a6faffcf3490549477c6a11a905ecdc4f533c1533515e5
7
+ data.tar.gz: b88988a8ab82cc44c649d0d51846fd093e3ac73ad38f06649ccff713b079142b68eba9781084978261db72e6205799f1246bca38ad0f7882c549aee9660ac9c7
data/README.md CHANGED
@@ -12,7 +12,7 @@ PHCScriptCDN(3) rails script management engine for website script CDN listings.
12
12
 
13
13
  #### Step 1 - Add PHCScriptCDN to your gemfile
14
14
 
15
- gem 'phcscriptcdn', '~> 3.1'
15
+ gem 'phcscriptcdn', '~> 3.1', '>= 3.1.3'
16
16
  bundle install
17
17
 
18
18
  #### Step 2 - Copy PHCScriptCDN Database Tables
@@ -21,13 +21,18 @@ To copy PHCScriptCDN's requried database migrations, copy each command individua
21
21
  rails phcscriptcdn:install:migrations
22
22
  rails db:migrate
23
23
 
24
- #### Step 3 - Recompile Assets
24
+ #### Step 3 - Mount PHCMembers & Add Routes
25
+ Mount PHCMembers by adding code below to your routes file.
26
+
27
+ mount Phcmembers::Engine, :at => '/'
28
+
29
+ #### Step 4 - Recompile Assets
25
30
  To properly function re-compile your application's assets to copy over requried files.
26
31
 
27
32
  rails assets:clobber
28
33
  rails assets:precompile
29
34
 
30
- #### Step 4 - Generate Contact Form View (Customization)
35
+ #### Step 5 - Generate Contact Form View (Customization)
31
36
  All PHCScriptCDN views and layouts can be overwritten by copying files to your application.
32
37
 
33
38
  rails generate phcscriptcdn:views
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdn
2
- VERSION = "3.1.2"
2
+ VERSION = "3.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-05 00:00:00.000000000 Z
11
+ date: 2016-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -70,14 +70,20 @@ dependencies:
70
70
  requirements:
71
71
  - - "~>"
72
72
  - !ruby/object:Gem::Version
73
- version: '1.0'
73
+ version: '1.1'
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: 1.1.3
74
77
  type: :runtime
75
78
  prerelease: false
76
79
  version_requirements: !ruby/object:Gem::Requirement
77
80
  requirements:
78
81
  - - "~>"
79
82
  - !ruby/object:Gem::Version
80
- version: '1.0'
83
+ version: '1.1'
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ version: 1.1.3
81
87
  - !ruby/object:Gem::Dependency
82
88
  name: phctitleseo
83
89
  requirement: !ruby/object:Gem::Requirement