markbates-gemstub 1.1.0 → 1.1.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.
@@ -48,7 +48,7 @@ desc 'Run specifications'
48
48
  Spec::Rake::SpecTask.new(:default) do |t|
49
49
  opts = File.join(File.dirname(__FILE__), "test", 'spec.opts')
50
50
  t.spec_opts << '--options' << opts if File.exists?(opts)
51
- t.spec_files = Dir.glob('test/**/*_spec.rb')
51
+ t.spec_files = Dir.glob('spec/**/*_spec.rb')
52
52
  end
53
53
 
54
54
  desc 'regenerate the gemspec'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markbates-gemstub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Bates