Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
moving on
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Mar 16, 2009
1 parent 7824537 commit 6f13ef1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
= rufus-lua CHANGELOG.txt


== rufus-lua - 0.1.1 not yet released


== rufus-lua - 0.1.0 released 2009/03/16

- initial release
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Rake::GemPackageTask.new($gemspec) do |pkg|
#pkg.need_tar = true
end

Rake::PackageTask.new('rufus-lua', '0.1.0') do |pkg|
Rake::PackageTask.new('rufus-lua', '0.1.1') do |pkg|

pkg.need_zip = true
pkg.package_files = FileList[
Expand Down
2 changes: 1 addition & 1 deletion rufus-lua.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$gemspec = Gem::Specification.new do |s|

s.name = 'rufus-lua'
s.version = '0.1.0'
s.version = '0.1.1'
s.authors = [ 'John Mettraux', ]
s.email = '[email protected]'
s.homepage = 'http://rufus.rubyforge.org/'
Expand Down

0 comments on commit 6f13ef1

Please sign in to comment.