Skip to content

Commit

Permalink
Update build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Nov 28, 2011
1 parent 8ed23fe commit 8d37ef1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module DotRuby
class GemSpec

# For which revision of .ruby is this gemspec intended?
REVISION = 0
REVISION = 0 unless defined?(REVISION)

#
PATTERNS = {
Expand All @@ -17,7 +17,7 @@ module DotRuby
:ext_files => 'ext/{**/}extconf.rb',
:doc_files => '*.{txt,rdoc,md,markdown,tt,textile}',
:test_files => '{test/{**/}*_test.rb,spec/{**/}*_spec.rb}'
}
} unless defined?(PATTERNS)

#
def self.instance
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pkg
tmp
site/docs
work/sandbox
web
12 changes: 6 additions & 6 deletions .ruby
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ requirements:
development: true
- name: rdiscount
groups:
- optional,
- optional
- test
development: true
- name: redcloth
- name: RedCloth
groups:
- optional,
- optional
- test
development: true
- name: yard
groups:
- optional,
- test,
- optional
- test
- document
development: true
dependencies: []
Expand Down Expand Up @@ -60,4 +60,4 @@ description: ! 'Neapolitan is a meta-templating engine. Like a candy store it al
document. Selections include eruby, textile, markdown and many others.'
organization: rubyworks
date: '2011-11-26'
date: '2011-11-27'
16 changes: 12 additions & 4 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
#!mast -x Syckfile -x PROFILE .ruby bin lib man qed spec test [A-Z]*
#!mast .ruby bin demo lib man spec test [A-Z]*.*
.ruby
bin/neapolitan
lib/neapolitan/meta
demo/01_overview.rdoc
demo/02_faq.rdoc
demo/applique/env.rb
demo/fixtures/example.html
demo/fixtures/example.np
demo/fixtures/example.yaml
lib/neapolitan/cli.rb
lib/neapolitan/core_ext.rb
lib/neapolitan/version.rb
lib/neapolitan.rb
lib/neapolitan.yml
HISTORY.rdoc
LICENSE
LICENSE.txt
README.rdoc
VERSION
3 changes: 1 addition & 2 deletions var/requirements
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
- detroit (build)
- qed (test)
- rdiscount (optional, test)
- redcloth (optional, test)
- RedCloth (optional, test)
- yard (optional, test, document)

0 comments on commit 8d37ef1

Please sign in to comment.