Skip to content

Commit

Permalink
updated for Ruby 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flajann2 committed Dec 26, 2016
1 parent 294f813 commit b569668
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .semver
@@ -1,5 +1,5 @@
---
:major: 2
:minor: 3
:patch: 0
:patch: 1
:special: ''
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jeweler (2.3.0)
jeweler (2.3.1)
builder
bundler (>= 1.0)
git (>= 1.2.5)
Expand Down Expand Up @@ -79,7 +79,7 @@ GEM
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
power_assert (0.4.1)
psych (2.2.1)
psych (2.2.2)
public_suffix (2.0.4)
rack (2.0.1)
rake (12.0.0)
Expand Down
8 changes: 4 additions & 4 deletions jeweler.gemspec
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: jeweler 2.3.0 ruby lib
# stub: jeweler 2.3.1 ruby lib

Gem::Specification.new do |s|
s.name = "jeweler".freeze
s.version = "2.3.0"
s.version = "2.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 = ["Fred Mitchell".freeze, "Josh Nichols".freeze, "Yusuke Murata".freeze]
s.date = "2016-12-08"
s.date = "2016-12-26"
s.description = "Simple and opinionated helper for creating Rubygem projects on GitHub".freeze
s.email = ["fred.mitchell@gmx.de".freeze, "fred.mitchell@gmx.com".freeze, "info@muratayusuke.com".freeze]
s.executables = ["jeweler".freeze]
Expand Down Expand Up @@ -190,7 +190,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/technicalpickles/jeweler".freeze
s.licenses = ["MIT".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.2.2".freeze)
s.rubygems_version = "2.6.7".freeze
s.rubygems_version = "2.6.8".freeze
s.summary = "Opinionated tool for creating and managing RubyGem projects".freeze

if s.respond_to? :specification_version then
Expand Down

0 comments on commit b569668

Please sign in to comment.