jimothy 0.0.015 → 0.0.017

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/lib/jimothy.rb +5 -4
  3. metadata +4 -52
  4. data/MIT-LICENSE +0 -20
  5. data/README.md +0 -28
  6. data/Rakefile +0 -8
  7. data/app/assets/config/jimothy_manifest.js +0 -1
  8. data/app/assets/images/jimothy/andy-bernard.png +0 -0
  9. data/app/assets/images/jimothy/angela-martin.png +0 -0
  10. data/app/assets/images/jimothy/creed-bratton.png +0 -0
  11. data/app/assets/images/jimothy/darryl-philbin.png +0 -0
  12. data/app/assets/images/jimothy/dwight-schrute.png +0 -0
  13. data/app/assets/images/jimothy/erin-hannon.png +0 -0
  14. data/app/assets/images/jimothy/flonkerton.jpg +0 -0
  15. data/app/assets/images/jimothy/jim-halpert.png +0 -0
  16. data/app/assets/images/jimothy/kelly-kapoor.png +0 -0
  17. data/app/assets/images/jimothy/kevin-malone.png +0 -0
  18. data/app/assets/images/jimothy/meredith-palmer.png +0 -0
  19. data/app/assets/images/jimothy/michael-scott.png +0 -0
  20. data/app/assets/images/jimothy/oscar-martinez.png +0 -0
  21. data/app/assets/images/jimothy/pam-beesly.png +0 -0
  22. data/app/assets/images/jimothy/phyllis-vance.png +0 -0
  23. data/app/assets/images/jimothy/ryan-howard.png +0 -0
  24. data/app/assets/images/jimothy/stanley-hudson.png +0 -0
  25. data/app/assets/images/jimothy/toby-flenderson.png +0 -0
  26. data/app/assets/stylesheets/jimothy/application.css +0 -15
  27. data/app/controllers/jimothy/application_controller.rb +0 -4
  28. data/app/helpers/jimothy/application_helper.rb +0 -4
  29. data/app/jobs/jimothy/application_job.rb +0 -4
  30. data/app/mailers/jimothy/application_mailer.rb +0 -6
  31. data/app/models/jimothy/application_record.rb +0 -5
  32. data/app/views/layouts/jimothy/application.html.erb +0 -15
  33. data/config/routes.rb +0 -2
  34. data/lib/jimothy/engine.rb +0 -5
  35. data/lib/jimothy/version.rb +0 -3
  36. 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: 8f5f0f6cf83e943bd28f89ca656e9cdec30882184a8a4b1f16d96120fee36097
4
+ data.tar.gz: 408b8394993ba71add0f022f5a76d8b574d29c24fedd59647826fbbd3b83fb7b
5
5
  SHA512:
6
- metadata.gz: 856bdc66172ca3c82e056c67ec2ab8089d92bdea5097ceee45345c96fc1807a76a333f4442f8d79637c690b48321fd33e9ea8b89b186fd3c83fa848f3f9955cf
7
- data.tar.gz: '043338197e918b403c350b8a4cfc4b17d25f12ca2908f387d1cc99c5472b55fe2a20bda274d6bea8a8ee959e03654e67da7df0f4d5ee5f2d5033aa5c42a30a8a'
6
+ metadata.gz: e296cecb05b92d38f2284415c4bb9f8c8e5d491c7c1555d31dd8081d98f4a9eb91facb70e5f4073999e5a11004b9db0d9b249ad09c38ee5ebfb7cbb97655d583
7
+ data.tar.gz: 61d57a59181b57271bb77546f0ceda29d7565512a05b453031cc7efe972ec8ae83cfa36a27b2738ac1d1c7d75b03523d2968b55c575d10126ea651180c27a7d7
data/lib/jimothy.rb CHANGED
@@ -1,11 +1,12 @@
1
- require "jimothy/version"
2
- require "jimothy/engine"
3
- require "json"
1
+ require 'json'
4
2
 
5
3
  GEM_ROOT = File.expand_path("../..", __FILE__)
6
4
 
7
5
  module Jimothy
8
-
6
+
7
+ class Engine < ::Rails::Engine
8
+ end
9
+
9
10
  def self.get_users
10
11
  users = JSON.parse(IO.read("#{GEM_ROOT}/lib/jimothy/the-office-characters.json"))['users']
11
12
  end
metadata CHANGED
@@ -1,71 +1,23 @@
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.017
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
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: rails
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: 7.0.4.2
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ">="
25
- - !ruby/object:Gem::Version
26
- version: 7.0.4.2
11
+ date: 2023-02-21 00:00:00.000000000 Z
12
+ dependencies: []
27
13
  description: Placeholder Rails users from The Office
28
- email:
29
- - mark@markmcdermott.io
14
+ email: mark@markmcdermott.io
30
15
  executables: []
31
16
  extensions: []
32
17
  extra_rdoc_files: []
33
18
  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
19
  - lib/jimothy.rb
65
- - lib/jimothy/engine.rb
66
20
  - lib/jimothy/the-office-characters.json
67
- - lib/jimothy/version.rb
68
- - lib/tasks/jimothy_tasks.rake
69
21
  homepage: https://rubygems.org/gems/jimothy
70
22
  licenses:
71
23
  - MIT
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,3 +0,0 @@
1
- module Jimothy
2
- VERSION = "0.0.015"
3
- end
@@ -1,4 +0,0 @@
1
- # desc "Explaining what the task does"
2
- # task :jimothy do
3
- # # Task goes here
4
- # end