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 +0 -1
- data/app/presenters/xhive/stylesheet_presenter.rb +1 -1
- data/lib/xhive/version.rb +1 -1
- metadata +3 -3
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
|
|
data/lib/xhive/version.rb
CHANGED
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.
|
|
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:
|
|
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:
|
|
296
|
+
hash: 1465985521078012913
|
|
297
297
|
requirements: []
|
|
298
298
|
rubyforge_project:
|
|
299
299
|
rubygems_version: 1.8.21
|