Skip to content

Commit

Permalink
commit with tweaked artifact metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
smparkes committed Jun 6, 2008
1 parent 81be916 commit e8c4168
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 3 additions & 1 deletion MANIFEST
@@ -1,6 +1,7 @@
History.txt
License.txt
README.txt
ReleaseSteps.txt
setup.py
examples/README.txt
examples/auction.py
Expand All @@ -17,7 +18,8 @@ examples/im/single/chat/screen/__init__.py
examples/im/single/chat/screen/wx.py
examples/pingpong/actor.py
examples/pingpong/actor_rec.py
examples/pingpong/pingpong.txt
examples/pingpong/python.txt
examples/pingpong/ruby.txt
examples/pingpong/scala.py
examples/pingpong/serial.py
examples/telephone/3esl.txt
Expand Down
2 changes: 1 addition & 1 deletion Manifest.txt
Expand Up @@ -32,7 +32,7 @@ examples/im/single/fox.rb
examples/im/single/wxchat.rb
examples/pingpong/actor.rb
examples/pingpong/actor_rec.rb
examples/pingpong/pingpong.txt
examples/pingpong/ruby.txt
examples/pingpong/scala.rb
examples/pingpong/serial.rb
examples/pretty.txt
Expand Down
8 changes: 8 additions & 0 deletions ReleaseSteps.txt
@@ -1,3 +1,11 @@
Build rdocs:

rm -rf doc; rdoc -NS -m README.txt lib README.txt

Create and push gem:

rake deploy VERSION=0.1.1

Create and push python dist:

python setup.py sdist upload
2 changes: 1 addition & 1 deletion lib/dramatis/version.rb
Expand Up @@ -2,7 +2,7 @@ module Dramatis
module VERSION #:nodoc:
MAJOR = 0
MINOR = 1
TINY = 0
TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end
end

0 comments on commit e8c4168

Please sign in to comment.