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 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
- ## More to come!
106
+ ### More to come!
100
107
 
101
108
 
102
109
 
@@ -25,7 +25,6 @@ module MagickTitle
25
25
  # Initializes a new image title with a string
26
26
  def initialize(text="", opts={})
27
27
  update(text, opts)
28
- super
29
28
  end
30
29
 
31
30
 
@@ -1,3 +1,3 @@
1
1
  module MagickTitle
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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
@@ -0,0 +1,3 @@
1
+ .bundle
2
+ .DS_Store
3
+ public/system
data/test/dummy/Gemfile CHANGED
@@ -1,4 +1,6 @@
1
1
  source "http://rubygems.org"
2
2
 
3
3
  gem "sinatra"
4
- gem "magick_title", :path => File.expand_path("../../../", __FILE__)
4
+ gem "magick_title", "0.1.2"
5
+
6
+ #:path => File.expand_path("../../../", __FILE__)
data/test/dummy/app.rb CHANGED
@@ -1,10 +1,8 @@
1
1
  require 'bundler/setup'
2
2
  Bundler.require if defined?(Bundler)
3
3
 
4
-
5
4
  MagickTitle.options = { :font_size => 56 }
6
5
 
7
-
8
6
  use Rack::Static
9
7
 
10
8
  get '/' do
@@ -0,0 +1,4 @@
1
+ # This file is used by Rack-based servers to start the application.
2
+
3
+ require ::File.expand_path('../app', __FILE__)
4
+ run Sinatra::Application
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.2
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