genevalidatorapp 1.5.0 → 1.5.1
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/genevalidatorapp/genevalidator.rb +1 -1
- data/lib/genevalidatorapp/version.rb +1 -1
- data/public/web_files/json/.gitkeep +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b9237dd8534e7a9e7abff50a7e4d6209f298919
|
|
4
|
+
data.tar.gz: 2af3f26d3801030209cff79f7c341e261175ff08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7444be370f269f70efb3bf2817d4dba64158d6833a8ab2aed976b1df31b2ec190f5678c745e93dff397bc34787a2a5958d80689e74f1a37fa3b489b79eddffe5
|
|
7
|
+
data.tar.gz: a5afba5832fb8fbb438193ab456c80eb63e56663bb1aef2de7412d4eff6a38c522f4947f6fd1379420b5ec48553c6ad4ffc83a8e8f02800c0219667643ea19e3
|
|
@@ -225,7 +225,7 @@ module GeneValidatorApp
|
|
|
225
225
|
end
|
|
226
226
|
|
|
227
227
|
def copy_json_folder
|
|
228
|
-
json_dir = File.join("#{@input_fasta_file}.html", 'files/json')
|
|
228
|
+
json_dir = File.join("#{@input_fasta_file}.html", 'files/json') + '/.'
|
|
229
229
|
web_dir_json = File.join(public_dir, 'web_files/json')
|
|
230
230
|
logger.debug("Moving JSON files from #{json_dir} to #{web_dir_json}")
|
|
231
231
|
FileUtils.cp_r(json_dir, web_dir_json)
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: genevalidatorapp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ismail Moghul
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -240,6 +240,7 @@ files:
|
|
|
240
240
|
- public/web_files/fonts/fontawesome-webfont.woff
|
|
241
241
|
- public/web_files/img/gene.png
|
|
242
242
|
- public/web_files/js/GV_compiled_js.min.js
|
|
243
|
+
- public/web_files/json/.gitkeep
|
|
243
244
|
- spec/app_spec.rb
|
|
244
245
|
- spec/database/funky_ids/funky_ids.fa
|
|
245
246
|
- spec/database/funky_ids/funky_ids.fa.nhr
|