Skip to content

Commit

Permalink
Fixing manifest and rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Avdi Grimm committed Nov 28, 2008
1 parent 9114859 commit 410b1e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Manifest.txt
Expand Up @@ -5,15 +5,15 @@ README.rdoc
State_Design_Pattern_UML_Class_Diagram.png
Rakefile
TODO
assertions.rb
assertions_spec.rb
lib/assertions.rb
spec/assertions_spec.rb
lib/alter_ego.rb
script/console
script/destroy
script/generate
spec/spec.opts
spec/spec_helper.rb
spec/alter_ego_spec.rb
alter_ego.rb
alter_ego_spec.rb
lib/alter_ego.rb
spec/alter_ego_spec.rb
tasks/rspec.rake
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -7,9 +7,9 @@ $hoe = Hoe.new('alter-ego', AlterEgo::VERSION) do |p|
p.developer('Avdi Grimm', 'avdi@avdi.org')
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
p.rubyforge_name = p.name # TODO this is default value
# p.extra_deps = [
# ['activesupport','>= 2.0.2'],
# ]
p.extra_deps = [
['activesupport','>= 2.0.2'],
]
p.extra_dev_deps = [
['newgem', ">= #{::Newgem::VERSION}"]
]
Expand Down

0 comments on commit 410b1e2

Please sign in to comment.