File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Sudo
22
3- ## 0.3.0 _ (... )_
3+ ## 0.3.0 _ (July 04, 2023 )_
44- Works on ruby 3.2
55
66## 0.2.0 _ (November 05, 2018)_
Original file line number Diff line number Diff line change 11(The MIT License)
22
3- Copyright (c) 2010-2019 Guido De Rosa
3+ Copyright (c) 2010-2023 Guido De Rosa
44
55Permission is hereby granted, free of charge, to any person obtaining
66a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Give Ruby objects superuser privileges.
88
99Based on [ dRuby] ( http://ruby-doc.org/stdlib-2.5.3/libdoc/drb/rdoc/DRb.html ) and [ sudo] ( http://www.sudo.ws/ ) .
1010
11- Only tested with [ MRI] ( http://en.wikipedia.org/wiki/Ruby_MRI ) . (2.3, 2.4 and 2.5)
11+ Only tested with [ MRI] ( http://en.wikipedia.org/wiki/Ruby_MRI ) .
1212
1313## Usage
1414
@@ -90,6 +90,8 @@ Dale Stevens ([@voltechs](https://github.com/voltechs))
9090
9191Robert M. Koch ([ @threadmetal ] ( https://github.com/threadmetal ) )
9292
93+ Wolfgang Teuber ([ @wteuber ] ( https://github.com/wteuber ) )
94+
9395### Other aknowledgements
9496Thanks to Tony Arcieri and Brian Candler for suggestions on
9597[ ruby-talk] ( http://www.ruby-forum.com/topic/262655 ) .
Original file line number Diff line number Diff line change 22
33module Sudo
44
5- VERSION = '0.2 .0'
5+ VERSION = '0.3 .0'
66
77 def self . root
88 @root ||= Pathname . new ( File . expand_path ( '../../' , __dir__ ) )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212 Give Ruby objects superuser privileges.
1313 Based on dRuby and sudo (the Unix program).
1414 DESC
15- spec . homepage = "https://github.com/gderosa /rubysu"
15+ spec . homepage = "https://github.com/TwilightCoders /rubysu"
1616 spec . license = "MIT"
1717
1818 spec . metadata [ 'allowed_push_host' ] = 'https://rubygems.org'
You can’t perform that action at this time.
0 commit comments