super_module.gemspec in super_module-1.1.0 vs super_module.gemspec in super_module-1.1.1

- old
+ new

@@ -1,18 +1,18 @@ # 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.1.0 ruby lib +# stub: super_module 1.1.1 ruby lib Gem::Specification.new do |s| s.name = "super_module" - s.version = "1.1.0" + s.version = "1.1.1" 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 = "2015-04-06" + s.date = "2015-04-09" 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" ]