Skip to content

Commit

Permalink
add padrino-support redundantly to several files
Browse files Browse the repository at this point in the history
  • Loading branch information
ujifgc committed Mar 2, 2014
1 parent a0c620c commit 8e6c081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -10,6 +10,7 @@ GEM_NAME = 'padrino-framework'

padrino_gems = %w[
padrino-core
padrino-support
padrino-gen
padrino-helpers
padrino-mailer
Expand Down
3 changes: 2 additions & 1 deletion padrino/Rakefile
Expand Up @@ -13,7 +13,8 @@ subgems = [
["padrino-mailer", "= #{gemspec.version}"],
["padrino-gen", "= #{gemspec.version}"],
["padrino-admin", "= #{gemspec.version}"],
["padrino-cache", "= #{gemspec.version}"]
["padrino-cache", "= #{gemspec.version}"],
["padrino-support", "= #{gemspec.version}"],
]

task :package => "lib/padrino.rb"
Expand Down

0 comments on commit 8e6c081

Please sign in to comment.