super_module.gemspec in super_module-1.3.0 vs super_module.gemspec in super_module-1.3.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.3.0 ruby lib
+# stub: super_module 1.3.1 ruby lib
Gem::Specification.new do |s|
s.name = "super_module".freeze
- s.version = "1.3.0"
+ s.version = "1.3.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Andy Maleh".freeze]
- s.date = "2020-03-24"
+ s.date = "2020-03-28"
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".freeze
s.extra_rdoc_files = [
"CHANGELOG.md",
"LICENSE.txt",
"README.md"