badger 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/badger.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -5,7 +5,7 @@ require 'hoe'
|
|
5
5
|
require './lib/badger.rb'
|
6
6
|
|
7
7
|
Hoe.new('badger', Badger::VERSION) do |p|
|
8
|
-
p.rubyforge_name = '
|
8
|
+
p.rubyforge_name = 'codefluency'
|
9
9
|
p.summary = "Badger is a library used to generate badge sheets for events, given a PDF template and data for the badges."
|
10
10
|
p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
|
11
11
|
p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
|
data/lib/badger.rb
CHANGED
metadata
CHANGED
@@ -3,14 +3,14 @@ rubygems_version: 0.8.11
|
|
3
3
|
specification_version: 1
|
4
4
|
name: badger
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.0.
|
6
|
+
version: 1.0.1
|
7
7
|
date: 2006-12-07 00:00:00 -07:00
|
8
8
|
summary: Badger is a library used to generate badge sheets for events, given a PDF template and data for the badges.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
11
11
|
email: bruce@codefluency.com
|
12
12
|
homepage: " http://codefluency.rubyforge.org/badger"
|
13
|
-
rubyforge_project:
|
13
|
+
rubyforge_project: codefluency
|
14
14
|
description: "== FEATURES/PROBLEMS: It's free, it's quick, and it's easy. That being said, it requires a few things: * That you have the [free] PDF Toolkit (http://accesspdf.com/pdftk) installed * That you have a way to create the PDF template (using the full version of Adobe Acrobat, for instance) == SYNOPSYS: The process of creating badges is easy."
|
15
15
|
autorequire:
|
16
16
|
default_executable:
|