magick_title 0.1.2 → 0.1.3
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 +8 -1
- data/lib/magick_title/image.rb +0 -1
- data/lib/magick_title/version.rb +1 -1
- data/magick_title.gemspec +1 -2
- data/test/dummy/.gitignore +3 -0
- data/test/dummy/Gemfile +3 -1
- data/test/dummy/app.rb +0 -2
- data/test/dummy/config.ru +4 -0
- metadata +6 -2
data/README.md
CHANGED
|
@@ -6,6 +6,13 @@ Want beautiful copyright-protected browser-compatible custom-smoothed & kerned f
|
|
|
6
6
|
** ----- under construction, but getting closer! ----- **
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
Requirements
|
|
10
|
+
------------
|
|
11
|
+
|
|
12
|
+
MagickTitle is framework agnostic but requires imagemagick built with freetype.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
9
16
|
Usage
|
|
10
17
|
-----
|
|
11
18
|
|
|
@@ -96,7 +103,7 @@ Combine no-parent with custom attributes:
|
|
|
96
103
|
|
|
97
104
|
|
|
98
105
|
|
|
99
|
-
|
|
106
|
+
### More to come!
|
|
100
107
|
|
|
101
108
|
|
|
102
109
|
|
data/lib/magick_title/image.rb
CHANGED
data/lib/magick_title/version.rb
CHANGED
data/magick_title.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.email = ["spencer@citrusme.com"]
|
|
11
11
|
s.homepage = "https://github.com/citrus/magick_title"
|
|
12
12
|
s.summary = %q{Converts text to an image using imagemagick.}
|
|
13
|
-
s.description = %q{Want beautiful browser-compatible custom-smoothed & kerned fonts? Magick Title delivers just that by using imagemagick to generate titles based on the options you provide.}
|
|
13
|
+
s.description = %q{Want beautiful copyright-protected browser-compatible custom-smoothed & kerned fonts? Magick Title delivers just that by using imagemagick to generate titles based on the options you provide.}
|
|
14
14
|
|
|
15
15
|
s.rubyforge_project = "magick_title"
|
|
16
16
|
|
|
@@ -22,5 +22,4 @@ Gem::Specification.new do |s|
|
|
|
22
22
|
s.add_development_dependency 'shoulda', '2.11.3'
|
|
23
23
|
s.add_development_dependency 'rack-test', '0.5.7'
|
|
24
24
|
s.add_development_dependency 'sinatra', '1.1.0'
|
|
25
|
-
|
|
26
25
|
end
|
data/test/dummy/Gemfile
CHANGED
data/test/dummy/app.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: magick_title
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.1.
|
|
5
|
+
version: 0.1.3
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Spencer Steffen
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
version: 1.1.0
|
|
47
47
|
type: :development
|
|
48
48
|
version_requirements: *id003
|
|
49
|
-
description: Want beautiful browser-compatible custom-smoothed & kerned fonts? Magick Title delivers just that by using imagemagick to generate titles based on the options you provide.
|
|
49
|
+
description: Want beautiful copyright-protected browser-compatible custom-smoothed & kerned fonts? Magick Title delivers just that by using imagemagick to generate titles based on the options you provide.
|
|
50
50
|
email:
|
|
51
51
|
- spencer@citrusme.com
|
|
52
52
|
executables: []
|
|
@@ -67,8 +67,10 @@ files:
|
|
|
67
67
|
- lib/magick_title/version.rb
|
|
68
68
|
- magick_title.gemspec
|
|
69
69
|
- test/bench/hash_to_attributes.rb
|
|
70
|
+
- test/dummy/.gitignore
|
|
70
71
|
- test/dummy/Gemfile
|
|
71
72
|
- test/dummy/app.rb
|
|
73
|
+
- test/dummy/config.ru
|
|
72
74
|
- test/dummy/fonts/Arvo-Regular.ttf
|
|
73
75
|
- test/dummy/fonts/Lobster.ttf
|
|
74
76
|
- test/dummy/fonts/PermanentMarker.ttf
|
|
@@ -110,8 +112,10 @@ specification_version: 3
|
|
|
110
112
|
summary: Converts text to an image using imagemagick.
|
|
111
113
|
test_files:
|
|
112
114
|
- test/bench/hash_to_attributes.rb
|
|
115
|
+
- test/dummy/.gitignore
|
|
113
116
|
- test/dummy/Gemfile
|
|
114
117
|
- test/dummy/app.rb
|
|
118
|
+
- test/dummy/config.ru
|
|
115
119
|
- test/dummy/fonts/Arvo-Regular.ttf
|
|
116
120
|
- test/dummy/fonts/Lobster.ttf
|
|
117
121
|
- test/dummy/fonts/PermanentMarker.ttf
|