Skip to content

Commit

Permalink
Added setup.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Guidi committed May 18, 2008
1 parent d27c0e4 commit 1296e1d
Show file tree
Hide file tree
Showing 3 changed files with 1,589 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
* Added setup.rb

* Added PluginNotFound to improve OOP in exceptions handling

* Added version.rb
Expand Down
4 changes: 2 additions & 2 deletions sashimi.gemspec
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |s|
s.description = "Sashimi is a local repository for Rails plugins."
s.has_rdoc = true
s.authors = ["Luca Guidi"]
s.files = ["CHANGELOG", "MIT-LICENSE", "Rakefile", "README", "sashimi.gemspec", "bin/sashimi", "lib/sashimi/commands.rb", "lib/sashimi/plugin.rb", "lib/sashimi/repositories/abstract_repository.rb", "lib/sashimi/repositories/git_repository.rb", "lib/sashimi/repositories/svn_repository.rb", "lib/sashimi/repositories.rb", "lib/sashimi.rb", "test/test_helper.rb", "test/unit/plugin_test.rb", "test/unit/repositories/abstract_repository_test.rb", "test/unit/repositories/git_repository_test.rb", "test/unit/repositories/svn_repository_test.rb"]
s.files = ["CHANGELOG", "MIT-LICENSE", "Rakefile", "README", "sashimi.gemspec", "setup.rb", "bin/sashimi", "lib/sashimi/commands.rb", "lib/sashimi/plugin.rb", "lib/sashimi/repositories/abstract_repository.rb", "lib/sashimi/repositories/git_repository.rb", "lib/sashimi/repositories/svn_repository.rb", "lib/sashimi/repositories.rb", "lib/sashimi.rb", "test/test_helper.rb", "test/unit/plugin_test.rb", "test/unit/repositories/abstract_repository_test.rb", "test/unit/repositories/git_repository_test.rb", "test/unit/repositories/svn_repository_test.rb"]
s.test_files = ["test/unit/plugin_test.rb", "test/unit/repositories/abstract_repository_test.rb", "test/unit/repositories/git_repository_test.rb", "test/unit/repositories/svn_repository_test.rb"]
s.rdoc_options = ["--main", "README"]
s.rdoc_options = ["README"]
s.add_dependency("activesupport", ["> 0.0.0"])
end

0 comments on commit 1296e1d

Please sign in to comment.