Skip to content

Commit

Permalink
admin: put metadata in root
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Nov 26, 2010
1 parent f4d5835 commit 08d5300
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 33 deletions.
7 changes: 4 additions & 3 deletions MANIFEST
@@ -1,14 +1,15 @@
#!mast -x Syckfile .ruby bin lib meta test [A-Z]*
#!mast -x Syckfile .ruby bin lib test [A-Z]*
.ruby
lib/platypus/core_ext.rb
lib/platypus/overload.rb
lib/platypus/type.rb
lib/platypus/typecast.rb
lib/platypus/version.rb
lib/platypus.rb
meta/package
meta/profile
test/test_overload.rb
PROFILE
LICENSE
README.rdoc
HISTORY
NOTES.rdoc
VERSION
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions lib/platypus.rb
@@ -1,3 +1,4 @@
require 'platypus/version'
require 'platypus/typecast'
require 'platypus/overload'
require 'platypus/type'
Expand Down
1 change: 0 additions & 1 deletion lib/platypus/meta

This file was deleted.

3 changes: 3 additions & 0 deletions lib/platypus/version.rb
@@ -0,0 +1,3 @@
module Platypus
VERSION = "1.0.0"
end
29 changes: 0 additions & 29 deletions meta/data.rb

This file was deleted.

0 comments on commit 08d5300

Please sign in to comment.