Skip to content

Commit

Permalink
* Rakefile: update to 1.5.
Browse files Browse the repository at this point in the history
 * CHANGELOG: too.
  • Loading branch information
_why committed Oct 3, 2006
1 parent ccd186b commit 206b857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= 1.5
=== 1st Sep, 2006
=== 3rd Oct, 2006

* Camping::Apps stores an array of classes for all loaded apps.
* bin/camping can be given a directory. Like: <tt>camping examples/</tt>
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include FileUtils

NAME = "camping"
REV = File.read(".svn/entries")[/committed-rev="(\d+)"/, 1] rescue nil
VERS = ENV['VERSION'] || ("1.4" + (REV ? ".#{REV}" : ""))
VERS = ENV['VERSION'] || ("1.5" + (REV ? ".#{REV}" : ""))
CLEAN.include ['**/.*.sw?', '*.gem', '.config']
RDOC_OPTS = ['--quiet', '--title', "Camping, the Documentation",
"--opname", "index.html",
Expand Down Expand Up @@ -59,7 +59,7 @@ spec =
s.executables = ['camping']

s.add_dependency('activesupport', '>=1.3.1')
s.add_dependency('markaby', '>=0.4.65')
s.add_dependency('markaby', '>=0.5')
s.add_dependency('metaid')
s.required_ruby_version = '>= 1.8.2'

Expand Down

0 comments on commit 206b857

Please sign in to comment.