Skip to content

Commit

Permalink
Fixed gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Jan 30, 2012
1 parent 6de34b1 commit 13f7edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
*.gem
.idea/ .idea/
.rvmrc .rvmrc
.bundle/ .bundle/
Expand Down
2 changes: 1 addition & 1 deletion rails_email_preview.gemspec
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.summary = "Visual Email Preview for Rails >= 3, implemented as a Rails Engine. v#{RailsEmailPreview::VERSION}" s.summary = "Visual Email Preview for Rails >= 3, implemented as a Rails Engine. v#{RailsEmailPreview::VERSION}"
s.description = "Insert RailsEmailPreview description." s.description = "Insert RailsEmailPreview description."


s.files = Dir["{app,lib,config}/**/*"] + ["MIT-LICENSE", "Rakefile", "Gemfile", "README.rdoc"] s.files = Dir["{app,lib,config}/**/*"] + ["MIT-LICENSE", "Rakefile", "Gemfile", "README.md"]


s.add_dependency "activesupport", "~> 3.2" s.add_dependency "activesupport", "~> 3.2"
s.add_dependency "rails", "~> 3.2" s.add_dependency "rails", "~> 3.2"
Expand Down

0 comments on commit 13f7edc

Please sign in to comment.