Skip to content

Commit 9711f57

Browse files
committed
bumped up the version to 1.2.3
1 parent 01636dd commit 9711f57

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2
1+
1.2.3

safemode.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# DO NOT EDIT THIS FILE DIRECTLY
33
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
5-
# stub: safemode 1.2.2 ruby lib
5+
# stub: safemode 1.2.3 ruby lib
66

77
Gem::Specification.new do |s|
88
s.name = "safemode"
9-
s.version = "1.2.2"
9+
s.version = "1.2.3"
1010

1111
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1212
s.require_paths = ["lib"]
1313
s.authors = ["Sven Fuchs", "Peter Cooper", "Matthias Viehweger", "Kingsley Hendrickse", "Ohad Levy", "Dmitri Dolguikh"]
14-
s.date = "2014-11-27"
14+
s.date = "2016-03-08"
1515
s.description = "A library for safe evaluation of Ruby code based on RubyParser and Ruby2Ruby. Provides Rails ActionView template handlers for ERB and Haml."
1616
s.email = "[email protected]"
1717
s.extra_rdoc_files = [
@@ -48,7 +48,7 @@ Gem::Specification.new do |s|
4848
]
4949
s.homepage = "http://github.com/svenfuchs/safemode"
5050
s.licenses = ["MIT"]
51-
s.rubygems_version = "2.2.2"
51+
s.rubygems_version = "2.4.8"
5252
s.summary = "A library for safe evaluation of Ruby code based on ParseTree/RubyParser and Ruby2Ruby"
5353

5454
if s.respond_to? :specification_version then

0 commit comments

Comments
 (0)