hopskip 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,6 @@ class TourGenerator < Rails::Generators::Base
4
4
  source_root File.expand_path("../templates", __FILE__)
5
5
 
6
6
  def generate_tour
7
- copy_file "template_tour.yml", "tours/#{ controller.downcase }_tour.yml"
7
+ copy_file "template_tour.yml", "app/tours/#{ controller.downcase }_tour.yml"
8
8
  end
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module Hopskip
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: hopskip
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:
@@ -114,7 +114,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
114
114
  version: '0'
115
115
  segments:
116
116
  - 0
117
- hash: 1359181239865309750
117
+ hash: -1091797009955515407
118
118
  required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  none: false
120
120
  requirements:
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  segments:
125
125
  - 0
126
- hash: 1359181239865309750
126
+ hash: -1091797009955515407
127
127
  requirements: []
128
128
  rubyforge_project:
129
129
  rubygems_version: 1.8.25