# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- # stub: super_module 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "super_module" s.version = "1.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Andy Maleh"] s.date = "2014-03-27" s.description = "SuperModule allows defining class methods and method invocations the same way a super class does without using def included(base). This also succeeds ActiveSupport::Concern by offering lighter syntax" s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ ".document", "LICENSE.txt", "README.md", "SuperModule.jpg", "VERSION", "lib/super_module.rb", "spec/lib/super_module_spec.rb", "super_module.gemspec" ] s.homepage = "http://github.com/AndyObtiva/super_module" s.licenses = ["MIT"] s.rubygems_version = "2.2.2" s.summary = "SuperModule allows defining class methods and method invocations the same way a super class does without using def included(base). This also succeeds ActiveSupport::Concern by offering lighter syntax" if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, ["~> 2.0"]) s.add_development_dependency(%q, ["~> 3.12"]) else s.add_dependency(%q, ["~> 2.0"]) s.add_dependency(%q, ["~> 3.12"]) end else s.add_dependency(%q, ["~> 2.0"]) s.add_dependency(%q, ["~> 3.12"]) end end