ymdp 0.5.0 → 0.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.5.1
@@ -341,8 +341,6 @@ module YMDP
341
341
  tmp_filename = "#{TMP_PATH}/#{filenames_str}.js"
342
342
 
343
343
  validate = F.save_to_file(output, tmp_filename)
344
-
345
- output = Epic::Compressor.new(tmp_filename).compress if configuration.compress["embedded_js"]
346
344
 
347
345
  if validate && configuration.validate["embedded_js"]["build"] && !js_validator.validate(tmp_filename)
348
346
  raise "JavaScript Errors embedded in #{display_path(tmp_filename)}"
@@ -393,8 +391,6 @@ module YMDP
393
391
  output = combine_files(filenames)
394
392
 
395
393
  validate = F.save_to_file(output, tmp_filename)
396
-
397
- output = Epic::Compressor.new(tmp_filename).compress if configuration.compress["css"]
398
394
 
399
395
  output
400
396
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ymdp}
8
- s.version = "0.5.0"
8
+ s.version = "0.5.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Isaac Priestley"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ymdp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 1
10
+ version: 0.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Isaac Priestley