brice 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to brice version 0.2.1
5
+ This documentation refers to brice version 0.2.2
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -24,6 +24,7 @@
24
24
  ###############################################################################
25
25
  #++
26
26
 
27
+ require 'nuggets/file/which'
27
28
  require 'brice'
28
29
 
29
30
  module Brice
data/lib/brice/version.rb CHANGED
@@ -4,7 +4,7 @@ module Brice
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 2
7
- TINY = 1
7
+ TINY = 2
8
8
 
9
9
  class << self
10
10
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brice
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jens Wille
@@ -78,7 +78,7 @@ rdoc_options:
78
78
  - --charset
79
79
  - UTF-8
80
80
  - --title
81
- - brice Application documentation (v0.2.1)
81
+ - brice Application documentation (v0.2.2)
82
82
  require_paths:
83
83
  - lib
84
84
  required_ruby_version: !ruby/object:Gem::Requirement