Skip to content

Commit

Permalink
shikashi v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tario committed May 11, 2014
1 parent 6ae355f commit 08a6d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ require 'rake/testtask'

spec = Gem::Specification.new do |s|
s.name = 'shikashi'
s.version = '0.5.3'
s.version = '0.6.0'
s.author = 'Dario Seminara'
s.email = 'robertodarioseminara@gmail.com'
s.platform = Gem::Platform::RUBY
s.summary = 'shikashi is a ruby sandbox that permits the execution of "unprivileged" scripts by defining the permitted methods and constants the scripts can invoke with a white list logic'
s.homepage = "http://github.com/tario/shikashi"
s.add_dependency "evalhook", ">= 0.5.5"
s.add_dependency "evalhook", ">= 0.6.0"
s.add_dependency "getsource", ">= 0.1.0"
s.has_rdoc = true
s.extra_rdoc_files = [ 'README' ]
Expand Down

0 comments on commit 08a6d46

Please sign in to comment.