Sha256: 933eff0518bf7633a3d8e5d0e69a7c52c62ee41ae32d1b019244aaa043d951d5
Contents?: true
Size: 805 Bytes
Versions: 2
Compression:
Stored size: 805 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'mithril-pipeline/version' Gem::Specification.new do |gem| gem.name = 'mithril-pipeline' gem.version = MithrilPipeline::VERSION gem.homepage = 'https://github.com/Arugin/mithril-pipeline' gem.author = 'Valery Mayatsky' gem.email = 'valerymayatsky@gmail.com' gem.description = 'Mithril.js for rails pipeline' gem.summary = 'Mithril Pipeline is the wrapper fir mithril.js library for rails' gem.license = 'MIT' gem.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)} gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.require_paths = ['lib'] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mithril-pipeline-1.0.1 | mithril-pipeline.gemspec |
mithril-pipeline-0.2.5 | mithril-pipeline.gemspec |