kitestrings 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b39adcb32235e183072dc9e015639638dd9562d6
4
- data.tar.gz: 55deed615f0a3bd72d5a0b67cca929b4d21f0f7b
3
+ metadata.gz: 14b340829ddbf9b7f9b864888f08b25dc6891f55
4
+ data.tar.gz: 3ea0b4a9028525b242ef6a03cb477e36a3a055f4
5
5
  SHA512:
6
- metadata.gz: 828a03e4a13b735aa2c22633c2cfdf461568c33dbf390f05bceb9d0d86720f7be9a24f9136b7487746b7508b987aabe7640677191b1887533e4598f2efa683bd
7
- data.tar.gz: 0fb3c21eead49db9898e332c77811306d33101b0bbfb69e028f8eb5c53388c8858ef4d21ea8ec68583a22f4ac909250805f7470921429244c0708c9c2f0a88fc
6
+ metadata.gz: e7624a04735c774ae44d0f7ff1d1a0f46186ffe83a7e906dec0f26d52b1683b62c108e281289d5d93b79f186438cbc36673341cb7fc5aa3dce4b1b12f4628ac0
7
+ data.tar.gz: 89e85b19851f133e7a7ca9930c3703aaa461441207c994a79b8255350fc3492502557a87090b3baacb8f519f3e7e013dd6978b1bc296db0ff4ba5efe78d1f29c
@@ -28,7 +28,10 @@ module Kitestrings
28
28
 
29
29
  def copy_spec_files
30
30
  directory "spec", "lib/templates/spec"
31
- directory "spec/support", "lib/templates/spec/support"
31
+ end
32
+
33
+ def copy_spec_support_files
34
+ directory "support", "spec/support/render_views"
32
35
  end
33
36
 
34
37
  def copy_spec_ext
@@ -1,3 +1,3 @@
1
1
  module Kitestrings
2
- VERSION = "1.0.9"
2
+ VERSION = "1.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitestrings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - ridget
@@ -144,9 +144,9 @@ files:
144
144
  - lib/generators/templates/rspec/scaffold/controller_spec.rb
145
145
  - lib/generators/templates/rspec/scaffold/routing_spec.rb
146
146
  - lib/generators/templates/spec/spec_helper.rb.tt
147
- - lib/generators/templates/spec/support/render_views.rb
148
147
  - lib/generators/templates/spec_ext/my_ip_spec.rb
149
148
  - lib/generators/templates/spec_ext/spec_helper_ext.rb
149
+ - lib/generators/templates/support/render_views.rb
150
150
  - lib/generators/templates/views/application/_navigation.html.haml
151
151
  - lib/generators/templates/views/layouts/application.html.haml
152
152
  - lib/generators/templates/views/public/403.html