Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 0.11.8 with Windows fixes.
  • Loading branch information
josevalim committed Oct 21, 2009
1 parent 09390ee commit 55bfedb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 100 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
/coverage
/spec/sandbox
/rdoc
thor.gemspec
4 changes: 4 additions & 0 deletions Thorfile
@@ -1,3 +1,6 @@
# enconding: utf-8

require File.join(File.dirname(__FILE__), "lib", "thor", "version")
require 'thor/rake_compat'
require 'spec/rake/spectask'
require 'rdoc/task'
Expand Down Expand Up @@ -35,6 +38,7 @@ class Default < Thor
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = GEM_NAME
s.version = Thor::VERSION
s.rubyforge_project = "textmate"
s.platform = Gem::Platform::RUBY
s.summary = "A scripting framework that replaces rake, sake and rubigen"
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

3 changes: 3 additions & 0 deletions lib/thor/version.rb
@@ -0,0 +1,3 @@
class Thor
VERSION = "0.11.8".freeze
end
99 changes: 0 additions & 99 deletions thor.gemspec

This file was deleted.

0 comments on commit 55bfedb

Please sign in to comment.