Skip to content

Commit

Permalink
Create release 0.6.0
Browse files Browse the repository at this point in the history
  Add github actions status badge to README.md
  update links in README.md to use https
  • Loading branch information
georgehansper committed Aug 7, 2024
1 parent 760f1d6 commit ac2c237
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ Committers:
Contributions by:

Frederik Wagner <[email protected]>
Ewoud Kohl van Wijngaarden <[email protected]>
Jan Orel <[email protected]>
Theo Chatzimichos <[email protected]>

6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.6.0 - 2024-08-07
- Updated ruby bindings that behave more Ruby-ish
- Fix errors and warnings during build process
- Minor updates to README.md
- Update ruby-augeas.spec from current Fedora 39 spec file

0.5.0 - 2013-03-12
- add libxml2 headers and library to Makefile
- add libxml2-devel build req to rpm spec
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
![ruby-augeas ci build status](../../actions/workflows/ci.yml/badge.svg)

# Ruby bindings for augeas

The class Augeas provides bindings to [Augeas](http://augeas.net) library.
The class Augeas provides bindings to [Augeas](https://augeas.net) library.


## Building
Expand All @@ -14,7 +16,7 @@ On Fedora, you can do that simply by running
dnf install augeas-devel pkgconfig
```

On MacOS (OSX), you need to set up [Homebrew](http://brew.sh/) and then run
On MacOS (OSX), you need to set up [Homebrew](https://brew.sh/) and then run
```
brew install augeas pkg-config
```
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require 'rubygems/package_task'

PKG_NAME='ruby-augeas'
GEM_NAME=PKG_NAME # we'd like 'augeas' but that makes RPM fail
PKG_VERSION='0.5.0'
PKG_VERSION='0.6.0'
EXT_CONF='ext/augeas/extconf.rb'
MAKEFILE="ext/augeas/Makefile"
AUGEAS_MODULE="ext/augeas/_augeas.so"
Expand Down

0 comments on commit ac2c237

Please sign in to comment.