Sha256: f55e220b69742820860cc9c065036fb06a89759201e098ff8536ce30afe50493
Contents?: true
Size: 824 Bytes
Versions: 6
Compression:
Stored size: 824 Bytes
Contents
# This is just so that the source file can be loaded. module ::Motion; module Project; class Config def self.variable(*); end end; end; end require 'date' $:.unshift File.expand_path('../lib', __FILE__) require 'motion/project/version' Gem::Specification.new do |spec| spec.name = 'motion-sparkle' spec.version = Motion::Project::Sparkle::VERSION spec.date = Date.today spec.summary = 'Sparkle integration for Rubymotion projects' spec.description = "motion-sparkle makes it easy to use Sparkle with your RubyMotion projects" spec.author = 'Alexandre L. Solleiro' spec.email = 'alex@webcracy.org' spec.homepage = 'https://github.com/webcracy/motion-sparkle' spec.license = 'MIT' spec.files = `git ls-files`.split("\n") spec.require_paths = ['lib'] end
Version data entries
6 entries across 6 versions & 1 rubygems