ruby_marks 0.1.0 → 0.1.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/lib/ruby_marks/version.rb +1 -1
- data/lib/ruby_marks.rb +0 -9
- metadata +5 -2
data/lib/ruby_marks/version.rb
CHANGED
data/lib/ruby_marks.rb
CHANGED
|
@@ -3,15 +3,6 @@ require 'RMagick'
|
|
|
3
3
|
require 'ruby_marks/version'
|
|
4
4
|
require 'ruby_marks/support'
|
|
5
5
|
|
|
6
|
-
magick_version = `convert -version`
|
|
7
|
-
|
|
8
|
-
if magick_version =~ /Q16/
|
|
9
|
-
puts %{
|
|
10
|
-
*** IMPORTANT: You are running the ImageMagick under 16bits quantum depth. This configuration is used
|
|
11
|
-
in very specific cases and can cause RMagick work a bit slow. See more details in this forum post
|
|
12
|
-
http://rubyforge.org/forum/forum.php?thread_id=10975&forum_id=1618 ***
|
|
13
|
-
}
|
|
14
|
-
end
|
|
15
6
|
|
|
16
7
|
module RubyMarks
|
|
17
8
|
mattr_accessor :threshold_level
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby_marks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -56,7 +56,10 @@ files:
|
|
|
56
56
|
homepage: https://github.com/andrerpbts/ruby_marks.git
|
|
57
57
|
licenses:
|
|
58
58
|
- MIT
|
|
59
|
-
post_install_message:
|
|
59
|
+
post_install_message: ! "\n *** IMPORTANT: You are running the ImageMagick under
|
|
60
|
+
16bits quantum depth. This configuration is used\n in very specific cases
|
|
61
|
+
and can cause RMagick work a bit slow. See more details in this forum post\n http://rubyforge.org/forum/forum.php?thread_id=10975&forum_id=1618
|
|
62
|
+
***\n "
|
|
60
63
|
rdoc_options: []
|
|
61
64
|
require_paths:
|
|
62
65
|
- lib
|