letterpress 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module Letterpress
2
2
  class Railtie < Rails::Railtie
3
3
  config.after_initialize do
4
4
  blueprints = [ File.join(Rails.root, 'test', 'blueprint'),
5
- File.join(Rails.root, 'spec', 'blueprint')]
5
+ File.join(Rails.root, 'spec', 'support', 'blueprint')]
6
6
  blueprints.each do |path|
7
7
  if File.exists?("#{path}.rb")
8
8
  load("#{path}.rb")
@@ -1,3 +1,3 @@
1
1
  module Letterpress
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: letterpress
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: