cyborg 0.5.10 → 0.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/cyborg/command/scaffold.rb +1 -1
- data/lib/cyborg/plugin/assets/svgs.rb +1 -1
- data/lib/cyborg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d859782b66a0531a5e0551a3db1be3dac560897
|
|
4
|
+
data.tar.gz: 597a8e9bb2e86744a3fcf0cb2cd09563717d9322
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2beffc93814a85fa8deee7a0e2da4a8e52c340cb62ec0629eda243c0b2902a996382dd8c2034d5ab0c83c1f4bb826254f3d28a3237c9f0c0c29d843f37810256
|
|
7
|
+
data.tar.gz: 2249f70fc7d18ba23396187c6bd34158ab331887f6837dedb4096ed930942f1ec1c819ba6f0a923c180124fefeed84f1e5611d78af436d1f40516bfcbc801904
|
|
@@ -232,7 +232,7 @@ Gem::Specification.new do |spec|
|
|
|
232
232
|
spec.description = "Description of your gem (usually longer)."
|
|
233
233
|
spec.license = "#{spec.license}"
|
|
234
234
|
|
|
235
|
-
spec.files = Dir["{app,lib,public}/**/*", "LICENSE.txt", "README.md"]
|
|
235
|
+
spec.files = Dir["{app,lib,public,config}/**/*", "LICENSE.txt", "README.md"]
|
|
236
236
|
spec.require_paths = ["lib"]
|
|
237
237
|
|
|
238
238
|
spec.add_dependency "rails", ">= 4"
|
|
@@ -10,7 +10,7 @@ module Cyborg
|
|
|
10
10
|
return if find_files.empty?
|
|
11
11
|
|
|
12
12
|
@svg = Esvg.new({
|
|
13
|
-
config_file: File.join(plugin.root, 'esvg.yml'),
|
|
13
|
+
config_file: File.join(plugin.root, 'config', 'esvg.yml'),
|
|
14
14
|
path: path,
|
|
15
15
|
tmp_path: Cyborg.rails_path('tmp/cache/assets'),
|
|
16
16
|
js_path: File.join(plugin.paths[:javascripts], '_svg.js'),
|
data/lib/cyborg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cyborg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Mathis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|