frontview 2.1.2 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,68 +11,11 @@ require "frontview/contents/index_routes_content"
11
11
  module Frontview
12
12
  class InstallGenerator < Rails::Generators::Base
13
13
  def create_assets_contents
14
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/logo.png")
14
+ tempfile = Down.download("https://github.com/elibiz443/frontview/blob/master/assets/banner.jpg")
15
15
  FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
16
16
 
17
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/favicon.ico")
17
+ tempfile = Down.download("https://github.com/elibiz443/frontview/blob/master/assets/favicon.png")
18
18
  FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
19
-
20
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/advert_btn.png")
21
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
22
-
23
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/background.jpg")
24
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
25
-
26
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/beauty.png")
27
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
28
-
29
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/circle.png")
30
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
31
-
32
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/desktop.png")
33
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
34
-
35
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/doted1.png")
36
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
37
-
38
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/doted2.png")
39
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
40
-
41
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/doted3.png")
42
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
43
-
44
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/elibiz.png")
45
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
46
-
47
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/home_pic.png")
48
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
49
-
50
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/paper_plane.png")
51
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
52
-
53
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/paper_plane2.png")
54
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
55
-
56
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/preloader.png")
57
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
58
-
59
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/view1.png")
60
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
61
-
62
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/view2.png")
63
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
64
-
65
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/view3.png")
66
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
67
-
68
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/view4.png")
69
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
70
-
71
- tempfile = Down.download("https://railsfront.herokuapp.com/assets/view5.png")
72
- FileUtils.mv(tempfile.path, "app/assets/images/#{tempfile.original_filename}")
73
-
74
- Dir.mkdir("app/assets/stylesheets/css") unless File.exists?("app/assets/stylesheets/css")
75
- file = File.new("app/assets/stylesheets/css/style.css", "w+")
76
19
  end
77
20
 
78
21
  def create_main_file
@@ -1,3 +1,3 @@
1
1
  module Frontview
2
- VERSION = "2.1.2"
2
+ VERSION = "2.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frontview
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - elibiz443
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-16 00:00:00.000000000 Z
11
+ date: 2021-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,28 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 2.1.4
19
+ version: 2.2.24
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 2.1.4
27
- - !ruby/object:Gem::Dependency
28
- name: codelog
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: 0.8.0
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: 0.8.0
26
+ version: 2.2.24
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: down
43
29
  requirement: !ruby/object:Gem::Requirement
@@ -58,20 +44,20 @@ dependencies:
58
44
  requirements:
59
45
  - - "~>"
60
46
  - !ruby/object:Gem::Version
61
- version: 6.0.3
47
+ version: '6.1'
62
48
  - - ">="
63
49
  - !ruby/object:Gem::Version
64
- version: 6.0.3.4
50
+ version: 6.1.4.1
65
51
  type: :development
66
52
  prerelease: false
67
53
  version_requirements: !ruby/object:Gem::Requirement
68
54
  requirements:
69
55
  - - "~>"
70
56
  - !ruby/object:Gem::Version
71
- version: 6.0.3
57
+ version: '6.1'
72
58
  - - ">="
73
59
  - !ruby/object:Gem::Version
74
- version: 6.0.3.4
60
+ version: 6.1.4.1
75
61
  - !ruby/object:Gem::Dependency
76
62
  name: down
77
63
  requirement: !ruby/object:Gem::Requirement
@@ -92,20 +78,20 @@ dependencies:
92
78
  requirements:
93
79
  - - "~>"
94
80
  - !ruby/object:Gem::Version
95
- version: 6.0.3
81
+ version: '6.1'
96
82
  - - ">="
97
83
  - !ruby/object:Gem::Version
98
- version: 6.0.3.4
84
+ version: 6.1.4.1
99
85
  type: :runtime
100
86
  prerelease: false
101
87
  version_requirements: !ruby/object:Gem::Requirement
102
88
  requirements:
103
89
  - - "~>"
104
90
  - !ruby/object:Gem::Version
105
- version: 6.0.3
91
+ version: '6.1'
106
92
  - - ">="
107
93
  - !ruby/object:Gem::Version
108
- version: 6.0.3.4
94
+ version: 6.1.4.1
109
95
  description: "This gem creates folders and files that are meant for the Views of your
110
96
  rails web app so as to\n provide easier starting point to your development process.\n
111
97
  You can check the github repo for this gem:\n \n \t ======> https://github.com/elibiz443/frontview
@@ -120,13 +106,17 @@ extensions: []
120
106
  extra_rdoc_files: []
121
107
  files:
122
108
  - ".gitignore"
109
+ - ".rubocop.yml"
123
110
  - ".travis.yml"
111
+ - CHANGELOG.md
124
112
  - CODE_OF_CONDUCT.md
125
113
  - Gemfile
126
114
  - Gemfile.lock
127
115
  - LICENSE.txt
128
116
  - README.md
129
117
  - Rakefile
118
+ - assets/banner.jpg
119
+ - assets/favicon.png
130
120
  - assets/logo.png
131
121
  - assets/sample1.png
132
122
  - assets/sample2.png
@@ -162,14 +152,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
162
152
  requirements:
163
153
  - - ">="
164
154
  - !ruby/object:Gem::Version
165
- version: 2.3.0
155
+ version: 2.4.0
166
156
  required_rubygems_version: !ruby/object:Gem::Requirement
167
157
  requirements:
168
158
  - - ">="
169
159
  - !ruby/object:Gem::Version
170
160
  version: '0'
171
161
  requirements: []
172
- rubygems_version: 3.1.4
162
+ rubygems_version: 3.2.22
173
163
  signing_key:
174
164
  specification_version: 4
175
165
  summary: Simple gem that creates folders & files for front-end rails web apps