inventory 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/inventory.rb CHANGED
@@ -10,7 +10,7 @@ class Inventory
10
10
  @srcdir, _, @package_require = File.dirname(File.expand_path(path)).rpartition('/lib/')
11
11
  raise ArgumentError,
12
12
  'path is not of the form PATH/lib/PACKAGE/version.rb: %s' % path if
13
- @path.empty?
13
+ @srcdir.empty?
14
14
  instance_exec(&block) if block
15
15
  end
16
16
 
@@ -3,7 +3,7 @@
3
3
  require 'inventory'
4
4
 
5
5
  class Inventory
6
- Version = Inventory.new(0, 2, 2){
6
+ Version = Inventory.new(0, 2, 3){
7
7
  def additional_libs
8
8
  super + %w'
9
9
  inventory/rake/tasks.rb
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inventory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-17 00:00:00.000000000 Z
12
+ date: 2012-03-19 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! " Inventory\n\n Inventory allows
15
15
  you to create inventories of your Ruby projects. These\n inventories can then