rlex 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/.yardopts +1 -0
  2. data/lib/rlex/version.rb +1 -1
  3. metadata +2 -1
@@ -0,0 +1 @@
1
+ --no-private lib/**/*.rb - README LICENSE
@@ -1,4 +1,4 @@
1
1
  module Rlex
2
2
  # Project version
3
- VERSION = "0.5.0"
3
+ VERSION = "0.5.1"
4
4
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rlex
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.0
5
+ version: 0.5.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Rasmus Borgsmidt
@@ -25,6 +25,7 @@ extra_rdoc_files: []
25
25
  files:
26
26
  - .gitignore
27
27
  - .rspec
28
+ - .yardopts
28
29
  - Gemfile
29
30
  - LICENSE
30
31
  - README.md