Skip to content

Commit

Permalink
remove frontends from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Jul 9, 2013
1 parent 3684080 commit 5b68a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_scaffold.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = %q{Rails 3.1 Version of activescaffold supporting prototype and jquery}
s.description = %q{Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.}
s.require_paths = ["lib"]
s.files = `git ls-files {app,config,frontends,lib,public,shoulda_macros,vendor}`.split("\n") + %w[MIT-LICENSE CHANGELOG README.md]
s.files = `git ls-files {app,config,lib,public,shoulda_macros,vendor}`.split("\n") + %w[MIT-LICENSE CHANGELOG README.md]
s.extra_rdoc_files = [
"README.md"
]
Expand Down

0 comments on commit 5b68a1e

Please sign in to comment.