Skip to content

Commit

Permalink
Merge pull request SponsorPay#3 from fguillen/master
Browse files Browse the repository at this point in the history
gemspec fix
  • Loading branch information
fguillen committed Dec 13, 2011
2 parents bde94c5 + b3c3a9c commit a7ba9d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions evax.gemspec
Expand Up @@ -6,8 +6,8 @@ Gem::Specification.new do |s|
s.name = "evax"
s.version = Evax::VERSION
s.authors = ["Fernando Guillen", "Juan Vidal"]
s.email = ["fguillen.mail@gmail.com", "juanjicho@gmail.com "]
s.homepage = ""
s.email = ["fguillen.mail@gmail.com", "juanjicho@gmail.com"]
s.homepage = "https://github.com/SponsorPay/Evax"
s.summary = "Very simple assets compressor"
s.description = <<-EOS
Evax is a simple asset packaging library for Ruby,
Expand Down
2 changes: 2 additions & 0 deletions lib/evax/css_minifier.rb
@@ -1,3 +1,5 @@
# inspired by: http://www.benengebreth.org/2010/01/minimizing-css-files-with-ruby

module Evax::CssMinifier

def self.build(css_string)
Expand Down
2 changes: 1 addition & 1 deletion lib/evax/version.rb
@@ -1,3 +1,3 @@
class Evax
VERSION = "0.0.3"
VERSION = "0.0.5"
end

0 comments on commit a7ba9d1

Please sign in to comment.