Skip to content

Commit

Permalink
Added description
Browse files Browse the repository at this point in the history
  • Loading branch information
eicca committed Jan 18, 2013
1 parent c47b951 commit 347d65e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MIT-LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2013 aenaku
Copyright 2013 Mikhail Di

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
10 changes: 5 additions & 5 deletions chaplin-on-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ require "chaplin-on-rails/version"
Gem::Specification.new do |s|
s.name = "chaplin-on-rails"
s.version = ChaplinOnRails::VERSION
s.authors = ["TODO: name"]
s.email = ["TODO: email"]
s.homepage = "TODO"
s.summary = "TODO: Summary of ChaplinOnRails."
s.description = "TODO: Description of ChaplinOnRails."
s.authors = ["Mikhail Di"]
s.email = ["[email protected]"]
s.homepage = "https://github.com/eicca/chaplin-on-rails"
s.summary = "Chaplin.js integration for Rails >= 3.1"
s.description = "Gem for using Chaplin.js with Rails asset pipeline, based on chaplin-rails boilerplate project."

s.files = Dir["{vendor,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]
Expand Down

0 comments on commit 347d65e

Please sign in to comment.