evax 0.0.3 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/evax.gemspec CHANGED
@@ -6,8 +6,8 @@ Gem::Specification.new do |s|
6
6
  s.name = "evax"
7
7
  s.version = Evax::VERSION
8
8
  s.authors = ["Fernando Guillen", "Juan Vidal"]
9
- s.email = ["fguillen.mail@gmail.com", "juanjicho@gmail.com "]
10
- s.homepage = ""
9
+ s.email = ["fguillen.mail@gmail.com", "juanjicho@gmail.com"]
10
+ s.homepage = "https://github.com/SponsorPay/Evax"
11
11
  s.summary = "Very simple assets compressor"
12
12
  s.description = <<-EOS
13
13
  Evax is a simple asset packaging library for Ruby,
@@ -1,3 +1,5 @@
1
+ # inspired by: http://www.benengebreth.org/2010/01/minimizing-css-files-with-ruby
2
+
1
3
  module Evax::CssMinifier
2
4
 
3
5
  def self.build(css_string)
data/lib/evax/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Evax
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Fernando Guillen
@@ -99,7 +99,7 @@ dependencies:
99
99
  description: " Evax is a simple asset packaging library for Ruby,\n providing JavaScript/CSS concatenation and compression\n using UglifyJS and a really simple regex based CSS\n compressor. Just because enough is enough.\n"
100
100
  email:
101
101
  - fguillen.mail@gmail.com
102
- - "juanjicho@gmail.com "
102
+ - juanjicho@gmail.com
103
103
  executables:
104
104
  - evax
105
105
  extensions: []
@@ -137,7 +137,7 @@ files:
137
137
  - test/logger_test.rb
138
138
  - test/test_helper.rb
139
139
  has_rdoc: true
140
- homepage: ""
140
+ homepage: https://github.com/SponsorPay/Evax
141
141
  licenses: []
142
142
 
143
143
  post_install_message: