Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david942j committed Jun 8, 2017
1 parent 3b9c5da commit b0912ef
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
seccomp-tools (0.0.0)
seccomp-tools (0.1.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -64,4 +64,4 @@ DEPENDENCIES
yard (~> 0.9)

BUNDLED WITH
1.14.6
1.15.1
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ Some features might be CTF-specific, but still useful for analysis of seccomp in

## Installation

Will be available on RubyGems.org!
(TODO)
Available on RubyGems.org!
```
$ gem install seccomp-tools
```

## Command Line Interface

Expand Down
6 changes: 4 additions & 2 deletions README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ Some features might be CTF-specific, but still useful for analysis of seccomp in

## Installation

Will be available on RubyGems.org!
(TODO)
Available on RubyGems.org!
```
$ gem install seccomp-tools
```

## Command Line Interface

Expand Down
2 changes: 1 addition & 1 deletion lib/seccomp-tools/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module SeccompTools
# Gem version.
VERSION = '0.0.0'.freeze
VERSION = '0.1.0'.freeze
end

0 comments on commit b0912ef

Please sign in to comment.