-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hallison Batista
committed
Nov 26, 2010
1 parent
63fedd5
commit 1d553e0
Showing
4 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
= Prigner v0.3.1 | ||
|
||
Improvements in command line interface. | ||
|
||
* Details of templates can be showed in list. | ||
* The list show if user has customized templates. | ||
* Small improvements in code. | ||
* Fixes in Ruby/Sinatra template. | ||
|
||
For more informations about this release, please see the CHANGELOG file. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Gem::Specification.new do |spec| | |
|
||
#about | ||
spec.name = "prigner" | ||
spec.summary = "Project designer." | ||
spec.summary = "Prigner is a Project Design Kit (a.k.a. project builder)." | ||
spec.description = "Prigner is a Project Design Kit (a.k.a. project builder). That is, it is a tool which builds your projects using templates." | ||
spec.authors = ["Hallison Batista"] | ||
spec.email = "[email protected]" | ||
|
@@ -14,8 +14,8 @@ Gem::Specification.new do |spec| | |
# | ||
|
||
#version | ||
spec.version = "0.3.0" | ||
spec.date = "2010-11-25" | ||
spec.version = "0.3.1" | ||
spec.date = "2010-11-26" | ||
# | ||
|
||
#dependencies | ||
|
@@ -34,6 +34,8 @@ Gem::Specification.new do |spec| | |
"doc/releases/v0.2.0.rdoc", | ||
"doc/releases/v0.2.1.rdoc", | ||
"doc/releases/v0.2.2.rdoc", | ||
"doc/releases/v0.3.0.rdoc", | ||
"doc/releases/v0.3.1.rdoc", | ||
"doc/templates.rdoc", | ||
"lib/prigner.rb", | ||
"lib/prigner/builder.rb", | ||
|