Sha256: 8a34fd5d548328a0eafe12cd04ff474a40478922d5b64ae6d007a63de29f0328
Contents?: true
Size: 787 Bytes
Versions: 2
Compression:
Stored size: 787 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "wiskey/version" # Provide a simple gemspec so you can easily use your enginex # project in your rails apps through git. Gem::Specification.new do |s| s.name = "wiskey" s.summary = "The solutoiuns for the rails cutupping." s.authors = [ "Alexey Osipenko" ] s.email = [ "alexey@osipenko.in.ua" ] s.homepage = "http://aratak.github.com/wiskey/" s.description = "The rails 3 gem, which include SCSS mixins and default rails templates for true-cutupping." s.version = Wiskey::VERSION s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] s.add_dependency 'sass', '>= 3.1' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wiskey-0.0.6 | wiskey.gemspec |
wiskey-0.0.5 | wiskey.gemspec |