Skip to content

Commit 64396fe

Browse files
authored
Merge pull request #12 from TwilightCoders/gem
gem release
2 parents 5de278b + d35fa29 commit 64396fe

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)_

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2010-2019 Guido De Rosa
3+
Copyright (c) 2010-2023 Guido De Rosa
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Give Ruby objects superuser privileges.
88

99
Based 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

9191
Robert M. Koch ([@threadmetal](https://github.com/threadmetal))
9292

93+
Wolfgang Teuber ([@wteuber](https://github.com/wteuber))
94+
9395
### Other aknowledgements
9496
Thanks to Tony Arcieri and Brian Candler for suggestions on
9597
[ruby-talk](http://www.ruby-forum.com/topic/262655).

lib/sudo/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module 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__))

sudo.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)