markbates-gemstub 1.2.1 → 1.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.
@@ -26,7 +26,7 @@ app_lib_app_gem_file:
26
26
 
27
27
  spec_directory:
28
28
  type: directory
29
- output_path: <%= File.join(app, "spec", "lib", app) %>
29
+ output_path: <%= File.join(app, "spec", app) %>
30
30
 
31
31
  spec_helper_file:
32
32
  type: file
@@ -41,7 +41,7 @@ spec_opts_file:
41
41
  spec_file:
42
42
  type: file
43
43
  template_path: <%= File.join(templates_directory_path, "spec", "app_spec.rb.template") %>
44
- output_path: <%= File.join(app, "spec", "lib", app, "#{app}_spec.rb") %>
44
+ output_path: <%= File.join(app, "spec", app, "#{app}_spec.rb") %>
45
45
 
46
46
  <% elsif unit? %>
47
47
 
@@ -55,7 +55,7 @@ end
55
55
  # rake
56
56
  desc 'Run specifications'
57
57
  Spec::Rake::SpecTask.new(:default) do |t|
58
- opts = File.join(File.dirname(__FILE__), "test", 'spec.opts')
58
+ opts = File.join(File.dirname(__FILE__), "spec", 'spec.opts')
59
59
  t.spec_opts << '--options' << opts if File.exists?(opts)
60
60
  t.spec_files = Dir.glob('spec/**/*_spec.rb')
61
61
  end
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.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Bates
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-22 00:00:00 -08:00
12
+ date: 2009-04-07 00:00:00 -07:00
13
13
  default_executable: gemstub
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency