Sha256: cdaa1c28f0cd9757f72341ad47b8d93258deb4af1c5812c785de387c4851e983
Contents?: true
Size: 637 Bytes
Versions: 1
Compression:
Stored size: 637 Bytes
Contents
# -*- encoding: utf-8 -*- $LOAD_PATH.push File.expand_path('../lib', __FILE__) Gem::Specification.new do |s| s.name = 'cordova-rake' s.version = '0.0.5' s.platform = Gem::Platform::RUBY s.authors = ['Marcos Piccinini'] s.email = ['nofxx@github.com'] s.homepage = 'http://github.com/nofxx/cordova-rake' s.summary = 'Rake tasks to help cordova development' s.description = 'Rake tasks to help cordova development' s.license = 'MIT' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ['lib'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cordova-rake-0.0.5 | cordova-rake.gemspec |