Skip to content

Commit

Permalink
Version bump to 0.6.2 for new maintainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 30, 2014
1 parent 1efc5d7 commit 5fd6e5c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions History.txt
@@ -1,3 +1,8 @@
=== 0.6.2 / 2014-12-30

* Updated gemspec, license and README to reflect new maintainer.


=== 0.6.1 / 2014-08-03

* Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2011 Luis Lavena.
Copyright (c) 2011-2015 Luis Lavena and Mike Dalessio

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
4 changes: 2 additions & 2 deletions README.rdoc
@@ -1,7 +1,7 @@
= MiniPortile

* {Source Code}[https://github.com/luislavena/mini_portile]
* {Bug Reports}[https://github.com/luislavena/mini_portile/issues]
* {Source Code}[https://github.com/flavorjones/mini_portile]
* {Bug Reports}[https://github.com/flavorjones/mini_portile/issues]

This project is a minimalistic, simplistic and stupid implementation of a port/recipe
system <b>for developers</b>.
Expand Down
8 changes: 4 additions & 4 deletions Rakefile
Expand Up @@ -4,7 +4,7 @@ require "rubygems/package_task"
GEM_SPEC = Gem::Specification.new do |s|
# basic information
s.name = "mini_portile"
s.version = "0.6.1"
s.version = "0.6.2"
s.platform = Gem::Platform::RUBY

# description and details
Expand All @@ -30,12 +30,12 @@ GEM_SPEC = Gem::Specification.new do |s|
s.extra_rdoc_files = %w(README.rdoc History.txt LICENSE.txt)

# project information
s.homepage = 'http://github.com/luislavena/mini_portile'
s.homepage = 'http://github.com/flavorjones/mini_portile'
s.licenses = ['MIT']

# author and contributors
s.author = 'Luis Lavena'
s.email = 'luislavena@gmail.com'
s.authors = ['Luis Lavena', 'Mike Dalessio']
s.email = 'mike.dalessio@gmail.com'
end

Gem::PackageTask.new(GEM_SPEC) do |pkg|
Expand Down

0 comments on commit 5fd6e5c

Please sign in to comment.