xhive 1.6.1 → 1.6.2

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/README.md CHANGED
@@ -371,7 +371,6 @@ Then you can add your inline page into your email page using the corresponding t
371
371
 
372
372
  ## TODO
373
373
 
374
- * Transform inline stylesheet images URLs to absolute URLs to use with ActionMailer
375
374
  * Remove as many dependencies as possible
376
375
  * Improve test coverage
377
376
 
@@ -15,7 +15,7 @@ module Xhive
15
15
 
16
16
  def self.all_compressed(stylesheets)
17
17
  stylesheets.inject('') do |result, stylesheet|
18
- result << compress(content)
18
+ result << compress(stylesheet.content)
19
19
  end
20
20
  end
21
21
 
@@ -1,3 +1,3 @@
1
1
  module Xhive
2
- VERSION = "1.6.1"
2
+ VERSION = "1.6.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xhive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -284,7 +284,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
284
284
  version: '0'
285
285
  segments:
286
286
  - 0
287
- hash: 4096513419802856694
287
+ hash: 1465985521078012913
288
288
  required_rubygems_version: !ruby/object:Gem::Requirement
289
289
  none: false
290
290
  requirements:
@@ -293,7 +293,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
293
293
  version: '0'
294
294
  segments:
295
295
  - 0
296
- hash: 4096513419802856694
296
+ hash: 1465985521078012913
297
297
  requirements: []
298
298
  rubyforge_project:
299
299
  rubygems_version: 1.8.21