Skip to content

Commit

Permalink
more gem updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchi committed Aug 5, 2009
1 parent 8800f3b commit 69739bb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1 +1 @@
*.gem
pkg/*
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -11,6 +11,7 @@ begin
gem.homepage = "http://ennerchi.com/projects/jrails"
gem.authors = ["Aaron Eisenberger", "Patrick Hurley"]
gem.rubyforge_project = "jrails"
gem.files = FileList["[A-Z]*.*","{bin,javascripts,lib,rails,tasks}/**/*"]
end
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
Expand Down
15 changes: 15 additions & 0 deletions jrails.gemspec
Expand Up @@ -19,6 +19,21 @@ Gem::Specification.new do |s|
"LICENSE",
"README.rdoc"
]
s.files = [
"README.rdoc",
"VERSION.yml",
"bin/jrails",
"init.rb",
"install.rb",
"javascripts/jquery-ui.js",
"javascripts/jquery.js",
"javascripts/jrails.js",
"javascripts/sources/jrails.js",
"jrails.gemspec",
"lib/jrails.rb",
"rails/init.rb",
"tasks/jrails.rake"
]
s.homepage = %q{http://ennerchi.com/projects/jrails}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit 69739bb

Please sign in to comment.