phcscriptcdn 1.0.2 → 1.0.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: d9af0405d7a9dc2c92c62fdfa525e8eac0fb8ecf
4
- data.tar.gz: 9d126b4a7348835fe2d852e53c76d2ee7a087b2c
3
+ metadata.gz: 66f16724f699c8a41ee50aa283469bfa42335b77
4
+ data.tar.gz: fe187f625dcc4f0fb6840383c9e46e5c16a112b4
5
5
  SHA512:
6
- metadata.gz: af1abe0340fcf9e75df5361ddb7e22098230823a65347e66052dc6bb3118e25f2dbef98936d6087b20172d0ebbcf013a5d82087028b7ae1b3761f20b1871699e
7
- data.tar.gz: 5a2ed2f820da5df0e68c2fc911421a8b84b8abff802c7352165b5c36ea7acb277728f1bef0d5f7c1ce4f37d109bcd24e9161b65efc098ddd58000a09b6938141
6
+ metadata.gz: 9f51baad8331efa02c391cb16ce99812d3019ddf28c9150be3907dd080caf39929e0621c3579178e63b255f2323948db079e84fa15d70506aac7bba4a9d2c491
7
+ data.tar.gz: bf9e19865dbb065b1a62f35a202653725b5f2a622bb97cdb96a3de28523e92bc39f02034bac3b2e2e8a209a4c164536ac23861b245381a55a2fe628c5fddc190
data/README.md CHANGED
@@ -1,13 +1,17 @@
1
1
  [![security](https://hakiri.io/github/PHCNetworks/phc-scriptcdn/master.svg)](https://hakiri.io/github/PHCNetworks/phc-scriptcdn/master)
2
2
  [![Code Climate](https://codeclimate.com/github/PHCNetworks/phc-scrtipcdn/badges/gpa.svg)](https://codeclimate.com/github/PHCNetworks/phc-scrtipcdn)
3
+ [![Issue Count](https://codeclimate.com/github/PHCNetworks/phc-scrtipcdn/badges/issue_count.svg)](https://codeclimate.com/github/PHCNetworks/phc-scrtipcdn)
3
4
  [![Gem Version](https://badge.fury.io/rb/phcscriptcdn.svg)](https://badge.fury.io/rb/phcscriptcdn)
4
5
 
5
- ### PHC-ScriptCDN (Script Listing Engine) Documentation
6
- PHCScript CDN is script listing software to manage script CDN listings.
6
+ ### PHCScript CDN (Script Listing Engine) Documentation
7
+ PHCScript CDN is listing software to manage script CDN website directories.
8
+
9
+ - Script listing description and title.
10
+ - Script version and url packs to generate listings.
7
11
 
8
12
  #### Step 1 - Add PHC-Script CDN to your gemfile
9
13
 
10
- gem 'phcscriptcdn', '~> 0.5.8'
14
+ gem 'phcscriptcdn', '~> 1.0', '>= 1.0.2'
11
15
  bundle exec install
12
16
 
13
17
  #### Step 2 - Add database migration files
@@ -9,7 +9,7 @@ module Phcscriptcdn
9
9
 
10
10
  # PHCEngines
11
11
  require 'phcnotifi'
12
- require 'phctitler'
12
+ require 'phctitleseo'
13
13
 
14
14
  # Give PHCScriptCDN Own Namespace
15
15
  isolate_namespace Phcscriptcdn
@@ -30,7 +30,7 @@ module Phcscriptcdn
30
30
  config.to_prepare do
31
31
  ApplicationController.helper(ApplicationHelper)
32
32
  Phcnotifi::ApplicationController.helper(ApplicationHelper)
33
- Phctitler::ApplicationController.helper(ApplicationHelper)
33
+ Phctitleseo::ApplicationController.helper(ApplicationHelper)
34
34
  end
35
35
 
36
36
  end
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdn
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.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: 1.0.2
4
+ version: 1.0.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-05-22 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
@@ -39,7 +39,7 @@ dependencies:
39
39
  version: '2.6'
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: 2.6.8
42
+ version: 2.6.5
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -49,7 +49,7 @@ dependencies:
49
49
  version: '2.6'
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 2.6.8
52
+ version: 2.6.5
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: phctitleseo
55
55
  requirement: !ruby/object:Gem::Requirement
@@ -64,6 +64,20 @@ dependencies:
64
64
  - - "~>"
65
65
  - !ruby/object:Gem::Version
66
66
  version: '2.0'
67
+ - !ruby/object:Gem::Dependency
68
+ name: pg
69
+ requirement: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - "~>"
72
+ - !ruby/object:Gem::Version
73
+ version: 0.18.4
74
+ type: :runtime
75
+ prerelease: false
76
+ version_requirements: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - "~>"
79
+ - !ruby/object:Gem::Version
80
+ version: 0.18.4
67
81
  - !ruby/object:Gem::Dependency
68
82
  name: jquery-rails
69
83
  requirement: !ruby/object:Gem::Requirement
@@ -110,20 +124,20 @@ dependencies:
110
124
  requirements:
111
125
  - - "~>"
112
126
  - !ruby/object:Gem::Version
113
- version: '4.5'
127
+ version: '4.6'
114
128
  - - ">="
115
129
  - !ruby/object:Gem::Version
116
- version: 4.5.0.1
130
+ version: 4.6.1.0
117
131
  type: :runtime
118
132
  prerelease: false
119
133
  version_requirements: !ruby/object:Gem::Requirement
120
134
  requirements:
121
135
  - - "~>"
122
136
  - !ruby/object:Gem::Version
123
- version: '4.5'
137
+ version: '4.6'
124
138
  - - ">="
125
139
  - !ruby/object:Gem::Version
126
- version: 4.5.0.1
140
+ version: 4.6.1.0
127
141
  - !ruby/object:Gem::Dependency
128
142
  name: sass-rails
129
143
  requirement: !ruby/object:Gem::Requirement
@@ -221,7 +235,7 @@ dependencies:
221
235
  version: '1.5'
222
236
  - - ">="
223
237
  - !ruby/object:Gem::Version
224
- version: 1.5.1
238
+ version: 1.5.3
225
239
  type: :development
226
240
  prerelease: false
227
241
  version_requirements: !ruby/object:Gem::Requirement
@@ -231,7 +245,7 @@ dependencies:
231
245
  version: '1.5'
232
246
  - - ">="
233
247
  - !ruby/object:Gem::Version
234
- version: 1.5.1
248
+ version: 1.5.3
235
249
  - !ruby/object:Gem::Dependency
236
250
  name: factory_girl_rails
237
251
  requirement: !ruby/object:Gem::Requirement
@@ -348,7 +362,8 @@ dependencies:
348
362
  - - "~>"
349
363
  - !ruby/object:Gem::Version
350
364
  version: '2.53'
351
- description: PHCScript CDN is script listing software to manage script CDN listings.
365
+ description: PHCScriptCDN is script listing software to manage PHCNetworks script
366
+ CDN listings.
352
367
  email:
353
368
  - bradley.j.potts@gmail.com
354
369
  executables: []
@@ -404,7 +419,7 @@ files:
404
419
  - lib/phcscriptcdn/engine.rb
405
420
  - lib/phcscriptcdn/version.rb
406
421
  - lib/tasks/phcscriptcdn_tasks.rake
407
- homepage: https://www.phcnetworks.net/content-delivery-networks-scripts
422
+ homepage: https://www.phcnetworks.net/script-cdn
408
423
  licenses:
409
424
  - GPL-3.0
410
425
  metadata: {}