kitestrings 1.0.9 → 1.0.10
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14b340829ddbf9b7f9b864888f08b25dc6891f55
|
|
4
|
+
data.tar.gz: 3ea0b4a9028525b242ef6a03cb477e36a3a055f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
|
File without changes
|
data/lib/kitestrings/version.rb
CHANGED
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.
|
|
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
|