gitpartyguest 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,6 @@ Gem::Specification.new do |gem|
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
13
13
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14
14
  gem.name = "gitpartyguest"
15
- gem.require_paths = ["lib","config/**/*"]
15
+ gem.require_paths = ["lib/**/*","config/**/*"]
16
16
  gem.version = Gitpartyguest::VERSION
17
17
  end
@@ -1,3 +1,3 @@
1
1
  module Gitpartyguest
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitpartyguest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -31,7 +31,7 @@ licenses: []
31
31
  post_install_message:
32
32
  rdoc_options: []
33
33
  require_paths:
34
- - lib
34
+ - lib/**/*
35
35
  - config/**/*
36
36
  required_ruby_version: !ruby/object:Gem::Requirement
37
37
  none: false