enginex 0.5.2 → 0.5.3
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.
- data/lib/enginex.rb +1 -7
- metadata +3 -3
data/lib/enginex.rb
CHANGED
|
@@ -7,7 +7,7 @@ require "rails/generators"
|
|
|
7
7
|
require "rails/generators/rails/app/app_generator"
|
|
8
8
|
|
|
9
9
|
class Enginex < Thor::Group
|
|
10
|
-
VERSION = "0.5.
|
|
10
|
+
VERSION = "0.5.3".freeze
|
|
11
11
|
|
|
12
12
|
include Thor::Actions
|
|
13
13
|
check_unknown_options!
|
|
@@ -65,12 +65,6 @@ class Enginex < Thor::Group
|
|
|
65
65
|
store_application_definition!
|
|
66
66
|
template "rails/boot.rb", "#{dummy_path}/config/boot.rb", :force => true
|
|
67
67
|
template "rails/application.rb", "#{dummy_path}/config/application.rb", :force => true
|
|
68
|
-
gsub_file "#{dummy_path}/config/environments/test.rb", "end\n", <<-CONTENT
|
|
69
|
-
|
|
70
|
-
# Remove show exceptions middleware from tests, so we always Ruby failures.
|
|
71
|
-
config.middleware.delete "ActionDispatch::ShowExceptions"
|
|
72
|
-
end
|
|
73
|
-
CONTENT
|
|
74
68
|
end
|
|
75
69
|
|
|
76
70
|
say_step "Removing unneeded files"
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 5
|
|
8
|
-
-
|
|
9
|
-
version: 0.5.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.5.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- "Jos\xC3\xA9 Valim"
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-04-
|
|
17
|
+
date: 2010-04-11 00:00:00 +02:00
|
|
18
18
|
default_executable: enginex
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|