Skip to content

Commit

Permalink
Merge pull request #9 from tas50/master
Browse files Browse the repository at this point in the history
Update metadata to match current standards
  • Loading branch information
cabeca committed Nov 18, 2013
2 parents 5d2b0ca + 9645439 commit 547e9ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions Metadata/metadata.sublime-snippet
@@ -1,11 +1,12 @@
<snippet>
<content><![CDATA[
maintainer "${1:YOUR_COMPANY_NAME}"
maintainer_email "${2:YOUR_EMAIL}"
license "${3:All rights reserved}"
description "${4:Installs/Configures example}"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "${5:0.0.1}"
name "${1:example}"
maintainer "${2:YOUR_COMPANY_NAME}"
maintainer_email "${3:YOUR_EMAIL}"
license "${4:All rights reserved}"
description "${5:Installs/Configures example}"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "${6:0.1.0}"
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
Expand Down
4 changes: 2 additions & 2 deletions Metadata/metadataf.sublime-snippet
Expand Up @@ -5,8 +5,8 @@ maintainer "YOUR_COMPANY_NAME"
maintainer_email "YOUR_EMAIL"
license "All rights reserved"
description "Installs/Configures example"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.0.1"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.1.0"
depends "package"
attribute "pets/cat/name",:display_name => "Cat Name"
grouping "pets/cat",:title => "Cat Options"
Expand Down

0 comments on commit 547e9ca

Please sign in to comment.