jimothy 0.0.015 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. metadata +35 -42
  3. data/MIT-LICENSE +0 -20
  4. data/README.md +0 -28
  5. data/Rakefile +0 -8
  6. data/app/assets/config/jimothy_manifest.js +0 -1
  7. data/app/assets/images/jimothy/andy-bernard.png +0 -0
  8. data/app/assets/images/jimothy/angela-martin.png +0 -0
  9. data/app/assets/images/jimothy/creed-bratton.png +0 -0
  10. data/app/assets/images/jimothy/darryl-philbin.png +0 -0
  11. data/app/assets/images/jimothy/dwight-schrute.png +0 -0
  12. data/app/assets/images/jimothy/erin-hannon.png +0 -0
  13. data/app/assets/images/jimothy/flonkerton.jpg +0 -0
  14. data/app/assets/images/jimothy/jim-halpert.png +0 -0
  15. data/app/assets/images/jimothy/kelly-kapoor.png +0 -0
  16. data/app/assets/images/jimothy/kevin-malone.png +0 -0
  17. data/app/assets/images/jimothy/meredith-palmer.png +0 -0
  18. data/app/assets/images/jimothy/michael-scott.png +0 -0
  19. data/app/assets/images/jimothy/oscar-martinez.png +0 -0
  20. data/app/assets/images/jimothy/pam-beesly.png +0 -0
  21. data/app/assets/images/jimothy/phyllis-vance.png +0 -0
  22. data/app/assets/images/jimothy/ryan-howard.png +0 -0
  23. data/app/assets/images/jimothy/stanley-hudson.png +0 -0
  24. data/app/assets/images/jimothy/toby-flenderson.png +0 -0
  25. data/app/assets/stylesheets/jimothy/application.css +0 -15
  26. data/app/controllers/jimothy/application_controller.rb +0 -4
  27. data/app/helpers/jimothy/application_helper.rb +0 -4
  28. data/app/jobs/jimothy/application_job.rb +0 -4
  29. data/app/mailers/jimothy/application_mailer.rb +0 -6
  30. data/app/models/jimothy/application_record.rb +0 -5
  31. data/app/views/layouts/jimothy/application.html.erb +0 -15
  32. data/config/routes.rb +0 -2
  33. data/lib/jimothy/engine.rb +0 -5
  34. data/lib/jimothy/the-office-characters.json +0 -112
  35. data/lib/jimothy/version.rb +0 -3
  36. data/lib/jimothy.rb +0 -20
  37. data/lib/tasks/jimothy_tasks.rake +0 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8097c81d05637ab0d5d7a0d19decf7c58c42937388b7bc8b8cad8058e88be22c
4
- data.tar.gz: 60d04924ff4f7f9a9aff32677d49c0fc98454811987ac739ba6fe3d1170927cd
3
+ metadata.gz: cc4a6f5d54c8030afacd7e8748bd323dec8e264df24b14dbf91831ccfc3f79a8
4
+ data.tar.gz: f5baf7379e69cd6e0a444fa535cd382e4a1df18d9a4cc8946527c6fd762d4ab3
5
5
  SHA512:
6
- metadata.gz: 856bdc66172ca3c82e056c67ec2ab8089d92bdea5097ceee45345c96fc1807a76a333f4442f8d79637c690b48321fd33e9ea8b89b186fd3c83fa848f3f9955cf
7
- data.tar.gz: '043338197e918b403c350b8a4cfc4b17d25f12ca2908f387d1cc99c5472b55fe2a20bda274d6bea8a8ee959e03654e67da7df0f4d5ee5f2d5033aa5c42a30a8a'
6
+ metadata.gz: 2b85834da4b1a10812974b7ed9c390a880b425e237144b80baa9bad6cdb96b184eab7e5596bf0e33cf3118257b601e7b5810c99f612806f24a56698821c7e2d2
7
+ data.tar.gz: b784db67f7fb0e6b14f7cdac3d71a0152ef5bf3a00acdd77aecf9aecc96545253a027c63fef036aecc72140e1d0a037a0bcbcfe0fdbc3de31ef4dc49f87c2204
metadata CHANGED
@@ -1,71 +1,64 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jimothy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.015
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark McDermott
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-20 00:00:00.000000000 Z
11
+ date: 2023-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.5'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.5'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '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'
13
41
  - !ruby/object:Gem::Dependency
14
42
  name: rails
15
43
  requirement: !ruby/object:Gem::Requirement
16
44
  requirements:
17
45
  - - ">="
18
46
  - !ruby/object:Gem::Version
19
- version: 7.0.4.2
47
+ version: '3.1'
20
48
  type: :runtime
21
49
  prerelease: false
22
50
  version_requirements: !ruby/object:Gem::Requirement
23
51
  requirements:
24
52
  - - ">="
25
53
  - !ruby/object:Gem::Version
26
- version: 7.0.4.2
27
- description: Placeholder Rails users from The Office
54
+ version: '3.1'
55
+ description:
28
56
  email:
29
57
  - mark@markmcdermott.io
30
58
  executables: []
31
59
  extensions: []
32
60
  extra_rdoc_files: []
33
- files:
34
- - MIT-LICENSE
35
- - README.md
36
- - Rakefile
37
- - app/assets/config/jimothy_manifest.js
38
- - app/assets/images/jimothy/andy-bernard.png
39
- - app/assets/images/jimothy/angela-martin.png
40
- - app/assets/images/jimothy/creed-bratton.png
41
- - app/assets/images/jimothy/darryl-philbin.png
42
- - app/assets/images/jimothy/dwight-schrute.png
43
- - app/assets/images/jimothy/erin-hannon.png
44
- - app/assets/images/jimothy/flonkerton.jpg
45
- - app/assets/images/jimothy/jim-halpert.png
46
- - app/assets/images/jimothy/kelly-kapoor.png
47
- - app/assets/images/jimothy/kevin-malone.png
48
- - app/assets/images/jimothy/meredith-palmer.png
49
- - app/assets/images/jimothy/michael-scott.png
50
- - app/assets/images/jimothy/oscar-martinez.png
51
- - app/assets/images/jimothy/pam-beesly.png
52
- - app/assets/images/jimothy/phyllis-vance.png
53
- - app/assets/images/jimothy/ryan-howard.png
54
- - app/assets/images/jimothy/stanley-hudson.png
55
- - app/assets/images/jimothy/toby-flenderson.png
56
- - app/assets/stylesheets/jimothy/application.css
57
- - app/controllers/jimothy/application_controller.rb
58
- - app/helpers/jimothy/application_helper.rb
59
- - app/jobs/jimothy/application_job.rb
60
- - app/mailers/jimothy/application_mailer.rb
61
- - app/models/jimothy/application_record.rb
62
- - app/views/layouts/jimothy/application.html.erb
63
- - config/routes.rb
64
- - lib/jimothy.rb
65
- - lib/jimothy/engine.rb
66
- - lib/jimothy/the-office-characters.json
67
- - lib/jimothy/version.rb
68
- - lib/tasks/jimothy_tasks.rake
61
+ files: []
69
62
  homepage: https://rubygems.org/gems/jimothy
70
63
  licenses:
71
64
  - MIT
@@ -88,5 +81,5 @@ requirements: []
88
81
  rubygems_version: 3.3.7
89
82
  signing_key:
90
83
  specification_version: 4
91
- summary: Placeholder Rails users from The Office
84
+ summary: Placeholder Rails users from The Office.
92
85
  test_files: []
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright 2023 Mark McDermott
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md DELETED
@@ -1,28 +0,0 @@
1
- # Jimothy
2
- Short description and motivation.
3
-
4
- ## Usage
5
- How to use my plugin.
6
-
7
- ## Installation
8
- Add this line to your application's Gemfile:
9
-
10
- ```ruby
11
- gem "jimothy"
12
- ```
13
-
14
- And then execute:
15
- ```bash
16
- $ bundle
17
- ```
18
-
19
- Or install it yourself as:
20
- ```bash
21
- $ gem install jimothy
22
- ```
23
-
24
- ## Contributing
25
- Contribution directions go here.
26
-
27
- ## License
28
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
data/Rakefile DELETED
@@ -1,8 +0,0 @@
1
- require "bundler/setup"
2
-
3
- APP_RAKEFILE = File.expand_path("test/dummy/Rakefile", __dir__)
4
- load "rails/tasks/engine.rake"
5
-
6
- load "rails/tasks/statistics.rake"
7
-
8
- require "bundler/gem_tasks"
@@ -1 +0,0 @@
1
- //= link_directory ../stylesheets/jimothy .css
@@ -1,15 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
- * files in this directory. Styles in this file should be added after the last require_* statement.
11
- * It is generally better to create a new file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */
@@ -1,4 +0,0 @@
1
- module Jimothy
2
- class ApplicationController < ActionController::Base
3
- end
4
- end
@@ -1,4 +0,0 @@
1
- module Jimothy
2
- module ApplicationHelper
3
- end
4
- end
@@ -1,4 +0,0 @@
1
- module Jimothy
2
- class ApplicationJob < ActiveJob::Base
3
- end
4
- end
@@ -1,6 +0,0 @@
1
- module Jimothy
2
- class ApplicationMailer < ActionMailer::Base
3
- default from: "from@example.com"
4
- layout "mailer"
5
- end
6
- end
@@ -1,5 +0,0 @@
1
- module Jimothy
2
- class ApplicationRecord < ActiveRecord::Base
3
- self.abstract_class = true
4
- end
5
- end
@@ -1,15 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>Jimothy</title>
5
- <%= csrf_meta_tags %>
6
- <%= csp_meta_tag %>
7
-
8
- <%= stylesheet_link_tag "jimothy/application", media: "all" %>
9
- </head>
10
- <body>
11
-
12
- <%= yield %>
13
-
14
- </body>
15
- </html>
data/config/routes.rb DELETED
@@ -1,2 +0,0 @@
1
- Jimothy::Engine.routes.draw do
2
- end
@@ -1,5 +0,0 @@
1
- module Jimothy
2
- class Engine < ::Rails::Engine
3
- isolate_namespace Jimothy
4
- end
5
- end
@@ -1,112 +0,0 @@
1
- {
2
- "users": [
3
- {
4
- "firstname": "Michael",
5
- "lastname": "Scott",
6
- "email": "michaelscott@dundermifflin.com",
7
- "image": "michael-scott.png"
8
- },
9
- {
10
- "firstname": "Jim",
11
- "lastname": "Halpert",
12
- "email": "jimhalpert@dundermifflin.com",
13
- "image": "jim-halpert.png"
14
- },
15
- {
16
- "firstname": "Dwight",
17
- "lastname": "Schrute",
18
- "email": "dwightschrute@dundermifflin.com",
19
- "image": "dwight-schrute.png"
20
- },
21
- {
22
- "firstname": "Pam",
23
- "lastname": "Beesly",
24
- "email": "pambeesly@dundermifflin.com",
25
- "image": "pam-beesly.png"
26
- },
27
- {
28
- "firstname": "Ryan",
29
- "lastname": "Howard",
30
- "email": "ryanhoward@dundermifflin.com",
31
- "image": "ryan-howard.png"
32
- },
33
- {
34
- "firstname": "Andy",
35
- "lastname": "Bernard",
36
- "email": "andybernard@dundermifflin.com",
37
- "image": "andy-bernard.png"
38
- },
39
- {
40
- "firstname": "Kevin",
41
- "lastname": "Malone",
42
- "email": "kevinmalone@dundermifflin.com",
43
- "image": "kevin-malone.png"
44
- },
45
- {
46
- "firstname": "Erin",
47
- "lastname": "Hannon",
48
- "email": "erinhannon@dundermifflin.com",
49
- "image": "erin-hannon.png"
50
- },
51
- {
52
- "firstname": "Angela",
53
- "lastname": "Martin",
54
- "email": "angelamartin@dundermifflin.com",
55
- "image": "angela-martin.png"
56
- },
57
- {
58
- "firstname": "Toby",
59
- "lastname": "Flenderson",
60
- "email": "tobyflenderson@dundermifflin.com",
61
- "image": "toby-flenderson.png"
62
- },
63
- {
64
- "firstname": "Kelly",
65
- "lastname": "Kapoor",
66
- "email": "kellykapoor@dundermifflin.com",
67
- "image": "kelly-kapoor.png"
68
- },
69
- {
70
- "firstname": "Phyllis",
71
- "lastname": "Vance",
72
- "email": "phyllisvance@dundermifflin.com",
73
- "image": "phyllis-vance.png"
74
- },
75
- {
76
- "firstname": "Darryl",
77
- "lastname": "Philbin",
78
- "email": "darrylphilbin@dundermifflin.com",
79
- "image": "darryl-philbin.png"
80
- },
81
- {
82
- "firstname": "Oscar",
83
- "lastname": "Martinez",
84
- "email": "oscarmartinez@dundermifflin.com",
85
- "image": "oscar-martinez.png"
86
- },
87
- {
88
- "firstname": "Ryan",
89
- "lastname": "Howard",
90
- "email": "ryanhoward@dundermifflin.com",
91
- "image": "ryan-howard.png"
92
- },
93
- {
94
- "firstname": "Stanley",
95
- "lastname": "Hudson",
96
- "email": "stanleyhudson@dundermifflin.com",
97
- "image": "stanley-hudson.png"
98
- },
99
- {
100
- "firstname": "Meredith",
101
- "lastname": "Palmer",
102
- "email": "meredithpalmer@dundermifflin.com",
103
- "image": "meredith-palmer.png"
104
- },
105
- {
106
- "firstname": "Creed",
107
- "lastname": "Bratton",
108
- "email": "creedbratton@dundermifflin.com",
109
- "image": "creed-bratton.png"
110
- }
111
- ]
112
- }
@@ -1,3 +0,0 @@
1
- module Jimothy
2
- VERSION = "0.0.015"
3
- end
data/lib/jimothy.rb DELETED
@@ -1,20 +0,0 @@
1
- require "jimothy/version"
2
- require "jimothy/engine"
3
- require "json"
4
-
5
- GEM_ROOT = File.expand_path("../..", __FILE__)
6
-
7
- module Jimothy
8
-
9
- def self.get_users
10
- users = JSON.parse(IO.read("#{GEM_ROOT}/lib/jimothy/the-office-characters.json"))['users']
11
- end
12
-
13
- def self.seed_users
14
- users = get_users
15
- users.each do |user|
16
- User.create(name: user['firstname'] + " " + user['lastname'], email: user['email'], image: user['image'])
17
- end
18
- end
19
-
20
- end
@@ -1,4 +0,0 @@
1
- # desc "Explaining what the task does"
2
- # task :jimothy do
3
- # # Task goes here
4
- # end