Skip to content

Commit

Permalink
Releasing of version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hallison Batista committed Nov 26, 2010
1 parent 63fedd5 commit 1d553e0
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
= Prigner v0.3.0 (2010-11-25) - Changelog
= Prigner v0.3.1 (2010-11-26) - Changelog

== 2010-11-26

* Releasing of version 0.3.1.
* Improvements in listing of the templates.
* 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.

== 2010-11-25

Expand Down
11 changes: 11 additions & 0 deletions doc/releases/v0.3.1.rdoc
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.

4 changes: 2 additions & 2 deletions lib/prigner.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#@ ---
#@ :timestamp: 2009-07-16 14:05:16 -04:00
#@ :date: 2010-11-25
#@ :tag: 0.3.0
#@ :date: 2010-11-26
#@ :tag: 0.3.1

# ---
# encoding: UTF-8
Expand Down
8 changes: 5 additions & 3 deletions prigner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand All @@ -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
Expand All @@ -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",
Expand Down

0 comments on commit 1d553e0

Please sign in to comment.