old_sql 0.33.0 → 0.34.0
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.
|
@@ -97,9 +97,7 @@ module OldSql
|
|
|
97
97
|
|
|
98
98
|
copy_file devise_template_path, model_path
|
|
99
99
|
|
|
100
|
-
gsub_file model_path, /DeviseModel/,
|
|
101
|
-
match << model_name.capitalize
|
|
102
|
-
end
|
|
100
|
+
gsub_file model_path, /DeviseModel/, "#{model_name.capitalize}"
|
|
103
101
|
end
|
|
104
102
|
|
|
105
103
|
def parse_route_files
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: old_sql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.
|
|
5
|
+
version: 0.34.0
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Eddie Gonzales
|
|
@@ -192,7 +192,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
192
192
|
requirements:
|
|
193
193
|
- - ">="
|
|
194
194
|
- !ruby/object:Gem::Version
|
|
195
|
-
hash:
|
|
195
|
+
hash: 209541209483741279
|
|
196
196
|
segments:
|
|
197
197
|
- 0
|
|
198
198
|
version: "0"
|