rubydojo 0.1.0 → 0.1.1

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.
@@ -1,3 +1,3 @@
1
- module Rubydojo
2
- VERSION = "0.1.0"
3
- end
1
+ module Rubydojo
2
+ VERSION = "0.1.1"
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubydojo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jayesh
@@ -42,6 +42,7 @@ files:
42
42
  - Rakefile
43
43
  - app/assets/stylesheets/rubydojo/application.css
44
44
  - app/controllers/rubydojo/application_controller.rb
45
+ - app/controllers/rubydojo/assets_controller.rb
45
46
  - app/controllers/rubydojo/dashboard_controller.rb
46
47
  - app/controllers/rubydojo/lessons_controller.rb
47
48
  - app/helpers/rubydojo/application_helper.rb
@@ -55,13 +56,13 @@ files:
55
56
  - lib/rubydojo/lessons.rb
56
57
  - lib/rubydojo/version.rb
57
58
  - lib/tasks/rubydojo_tasks.rake
58
- homepage: https://github.com/jayesh/rubydojo
59
+ homepage: https://github.com/J14as/rubydojo
59
60
  licenses:
60
61
  - MIT
61
62
  metadata:
62
63
  allowed_push_host: https://rubygems.org
63
- source_code_uri: https://github.com/jayesh/rubydojo
64
- changelog_uri: https://github.com/jayesh/rubydojo/blob/main/CHANGELOG.md
64
+ source_code_uri: https://github.com/J14as/rubydojo
65
+ changelog_uri: https://github.com/J14as/rubydojo/blob/main/CHANGELOG.md
65
66
  rdoc_options: []
66
67
  require_paths:
67
68
  - lib