ezy.gemspec in ezy-0.0.2 vs ezy.gemspec in ezy-0.0.3
- old
+ new
@@ -1,18 +1,19 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
# Release Specific Information
- s.version = "0.0.2"
+ s.version = "0.0.3"
s.date = "2013-11-10"
# Gem Details
s.name = "ezy"
s.author = "Frej Raahede Nielsen"
s.summary = "Responsive grid framework for SASS"
s.description = "Ezy Grid is a light weight grid framework for use with SASS. It's simple, but smart and will allow you to create even the most complex responsive layouts."
s.email = "frejraahede@gmail.com"
s.homepage = "http://github.com/raahede/"
+ s.license = "MIT"
# Gem Files
s.files = %w(README.md)
s.files += %w(ezy.gemspec)
s.files += %w(VERSION)
\ No newline at end of file