skeptic.gemspec in skeptic-0.0.6 vs skeptic.gemspec in skeptic-0.0.7
- old
+ new
@@ -1,13 +1,14 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
+# stub: skeptic 0.0.7 ruby lib
Gem::Specification.new do |s|
s.name = "skeptic"
- s.version = "0.0.6"
+ s.version = "0.0.7"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Stefan Kanev"]
s.date = "2013-12-14"
s.description = "An experimental, half-assed, bug-ridden and highly opinionated code analyzer."
@@ -50,14 +51,14 @@
"skeptic.gemspec"
]
s.homepage = "http://github.com/skanev/skeptic"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
- s.rubygems_version = "1.8.23"
+ s.rubygems_version = "2.1.5"
s.summary = "Skeptic points out annoying things in your code"
if s.respond_to? :specification_version then
- s.specification_version = 3
+ s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<trollop>, [">= 1.16.2"])
s.add_runtime_dependency(%q<ffi-aspell>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 0"])