Sha256: 12d93eb1e663238437c905e8c8b7e6db7b184509e98b3336cddb830aaafaf558
Contents?: true
Size: 864 Bytes
Versions: 1
Compression:
Stored size: 864 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path('../lib', __FILE__) require 'ultimate/mixins/version' Gem::Specification.new do |s| s.name = 'ultimate-mixins' s.version = Ultimate::Mixins::VERSION s.authors = ['Dmitry KODer Karpunin'] s.email = ['koderfunk@gmail.com'] s.homepage = 'https://github.com/evrone/ultimate-mixins' s.summary = %q{Simple library of SASS functions, mixins and basic polyfills} s.description = %q{Simple and minimalistic library of SASS functions, mixins and basic polyfills to create cross browser CSS-styles.} s.rubyforge_project = 'ultimate-mixins' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ['lib'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ultimate-mixins-0.1.0.0 | ultimate-mixins.gemspec |