dry-web-roda 0.7.0 → 0.7.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3be60d6d00de961443f38200b386957de00bcb28
|
4
|
+
data.tar.gz: 7af3f00dfcf6497f481403e194736908bd9c7810
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4713f2d70a5b83bc345c1094abc912adf8d77239540d17e9bcda9509ca96c533adbacf6c801aa2af5fe1fb8798d2245156dd2b441edf9a38f64192099a2d8ffd
|
7
|
+
data.tar.gz: 3bcf7247102741ed64eec4bd0d6aa834a2953fd3e81bb09c267c63e6227923329a7ba7952ac6052fc16a696913d5db526274e0ae648f09e2db2d956a4712cbff
|
data/CHANGELOG.md
CHANGED
@@ -51,11 +51,10 @@ module Dry
|
|
51
51
|
add_template('types.rb', 'lib/types.rb')
|
52
52
|
add_template('operation.rb.tt', "lib/#{underscored_project_name}/operation.rb")
|
53
53
|
add_template('repository.rb.tt', "lib/#{underscored_project_name}/repository.rb")
|
54
|
-
add_template('.keep', 'lib/
|
55
|
-
add_template('.keep', 'lib/
|
54
|
+
add_template('.keep', 'lib/persistence/relations/.keep')
|
55
|
+
add_template('.keep', 'lib/persistence/commands/.keep')
|
56
56
|
add_template('view_context.rb.tt', "lib/#{underscored_project_name}/view/context.rb")
|
57
57
|
add_template('view_controller.rb.tt', "lib/#{underscored_project_name}/view/controller.rb")
|
58
|
-
add_template('welcome.rb.tt', "lib/#{underscored_project_name}/views/welcome.rb")
|
59
58
|
end
|
60
59
|
|
61
60
|
def add_log
|
@@ -25,7 +25,6 @@ module Dry
|
|
25
25
|
add_template('subapp/view_context.rb.tt', "lib/#{underscored_project_name}/view/context.rb")
|
26
26
|
add_template('subapp/view_controller.rb.tt', "lib/#{underscored_project_name}/view/controller.rb")
|
27
27
|
add_template('welcome.rb.tt', "lib/#{underscored_project_name}/views/welcome.rb")
|
28
|
-
add_template('.keep', "lib/#{underscored_project_name}/.keep")
|
29
28
|
end
|
30
29
|
|
31
30
|
def add_system
|
data/lib/dry/web/roda/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dry-web-roda
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piotr Solnica
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-06-
|
11
|
+
date: 2017-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dry-configurable
|