Skip to content
This repository has been archived by the owner on Dec 25, 2020. It is now read-only.

hey, got a few small updates #2

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@ task :test do
sh 'mspec -I./lib -f s test/component_spec.rb'
end

task :install do
unless File.read('lib/wee.rb') =~ /Version\s+=\s+"(\d+\.\d+\.\d+)"/
raise "no version"
end
sh "sudo gem install wee-#{$1}.gem"
end

task :package do
sh 'gem build wee.gemspec'
end

task :clean => [:clobber_rdoc]

task :default => [:test, :rdoc, :clean]

120 changes: 0 additions & 120 deletions doc/rdoc/classes/Array.html

This file was deleted.

120 changes: 0 additions & 120 deletions doc/rdoc/classes/Hash.html

This file was deleted.

126 changes: 0 additions & 126 deletions doc/rdoc/classes/Object.html

This file was deleted.

Loading