simonmenke-gm 1.0.0 → 1.0.1

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.
@@ -35,8 +35,7 @@ private
35
35
 
36
36
  def find_files
37
37
  if spec.files.empty?
38
- spec.files = Dir.glob('{test,lib,spec,rails,app,vendor,db}/**/*.{rb,erb,rake}')
39
- spec.files += Dir.glob('rubygems_plugin.rb')
38
+ spec.files = Dir.glob('{test,lib,spec,rails,app,vendor,db,tasks}/**/*.{rb,erb,rake}')
40
39
  end
41
40
  if spec.test_files.empty?
42
41
  spec.test_files = Dir.glob('{test,spec}/**/*.{rb}')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simonmenke-gm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Menke
@@ -22,7 +22,7 @@ extensions: []
22
22
  extra_rdoc_files: []
23
23
 
24
24
  files:
25
- - rubygems_plugin.rb
25
+ - lib/rubygems_plugin.rb
26
26
  has_rdoc: false
27
27
  homepage: http://github.com/simonmenke/gm
28
28
  post_install_message: