rspec-kickstarter 0.2.2 → 0.2.3

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.
@@ -10,7 +10,7 @@ require 'rspec_kickstarter'
10
10
 
11
11
  class RSpecKickstarter::Generator
12
12
 
13
- attr_accessor :spec_dir, :delta_templtae, :full_template
13
+ attr_accessor :spec_dir, :delta_template, :full_template
14
14
 
15
15
  def initialize(spec_dir = './spec', delta_template = nil, full_template = nil)
16
16
  @spec_dir = spec_dir.gsub(/\/$/, '')
@@ -1,3 +1,3 @@
1
1
  module RSpecKickstarter
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-kickstarter
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: