1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00

Change gem description and summary

This commit is contained in:
kbparagua 2013-01-28 23:25:08 +08:00
parent d058636b14
commit e764f4a653

View file

@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = 'paloma'
s.version = '1.2.4'
s.summary = "a sexy way to organize javascript files using Rails` asset pipeline"
s.description = "a sexy way to organize javascript files using Rails` asset pipeline"
s.version = '1.2.5'
s.summary = "Provides an easy way to execute page-specific javascript for Rails."
s.description = "Page-specific javascript for Rails done right"
s.authors = ["Karl Paragua", "Bia Esmero"]
s.email = 'kb.paragua@gmail.com'
s.files = `git ls-files`.split("\n")