know 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +2 -0
  3. data/README.md +22 -5
  4. data/VERSION +1 -1
  5. data/lib/know/classes/activity.rb +6 -0
  6. data/lib/know/classes/airport.rb +6 -0
  7. data/lib/know/classes/appointment.rb +6 -0
  8. data/lib/know/classes/birth.rb +6 -0
  9. data/lib/know/classes/birthday.rb +6 -0
  10. data/lib/know/classes/birthday_party.rb +6 -0
  11. data/lib/know/classes/buddhist_temple.rb +6 -0
  12. data/lib/know/classes/cafe.rb +6 -0
  13. data/lib/know/classes/church.rb +6 -0
  14. data/lib/know/classes/class.rb +6 -0
  15. data/lib/know/classes/community.rb +6 -0
  16. data/lib/know/classes/company.rb +6 -0
  17. data/lib/know/classes/conference.rb +6 -0
  18. data/lib/know/classes/congregation.rb +6 -0
  19. data/lib/know/classes/consortium.rb +6 -0
  20. data/lib/know/classes/corporation.rb +6 -0
  21. data/lib/know/classes/death.rb +6 -0
  22. data/lib/know/classes/event.rb +6 -0
  23. data/lib/know/classes/family.rb +6 -0
  24. data/lib/know/classes/file.rb +6 -0
  25. data/lib/know/classes/government.rb +6 -0
  26. data/lib/know/classes/graduation.rb +6 -0
  27. data/lib/know/classes/group.rb +6 -0
  28. data/lib/know/classes/hindu_temple.rb +6 -0
  29. data/lib/know/classes/holiday.rb +6 -0
  30. data/lib/know/classes/hospital.rb +6 -0
  31. data/lib/know/classes/hotel.rb +6 -0
  32. data/lib/know/classes/landmark.rb +6 -0
  33. data/lib/know/classes/link.rb +6 -0
  34. data/lib/know/classes/meeting.rb +6 -0
  35. data/lib/know/classes/meetup.rb +6 -0
  36. data/lib/know/classes/mosque.rb +6 -0
  37. data/lib/know/classes/nationality.rb +6 -0
  38. data/lib/know/classes/organization.rb +6 -0
  39. data/lib/know/classes/party.rb +6 -0
  40. data/lib/know/classes/person.rb +6 -0
  41. data/lib/know/classes/place.rb +6 -0
  42. data/lib/know/classes/pub.rb +6 -0
  43. data/lib/know/classes/restaurant.rb +6 -0
  44. data/lib/know/classes/school.rb +6 -0
  45. data/lib/know/classes/synagogue.rb +6 -0
  46. data/lib/know/classes/temple.rb +6 -0
  47. data/lib/know/classes/thing.rb +6 -0
  48. data/lib/know/classes/university.rb +6 -0
  49. data/lib/know/classes/venue.rb +6 -0
  50. data/lib/know/classes/wedding.rb +6 -0
  51. data/lib/know/classes.rb +48 -0
  52. data/lib/know.rb +2 -0
  53. metadata +59 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 02cacd28bc3868d7de33c04977e60bd07eec81065c8d0a4d4d405a4aa1174050
4
- data.tar.gz: babfe69fbeafd005de8242f2c9f7b036ed933ea366ba973b1483a0ae2a9b02a2
3
+ metadata.gz: d6358750a476f92f9f6b6b578fb86e2c60474cff586baf36ae2c82c6c9c0c1c1
4
+ data.tar.gz: d14d85df3f3b7e1cb4f504a4047672014bea9f2c4567fc02cda2330b5ac6c92b
5
5
  SHA512:
6
- metadata.gz: 6f9e43b6de41d4bdf393f2b3a83e6565393dab2c5cf4deef7b59c10a9a7613d46c57a29e874caf0cd6417838cee3b853644a796c7ade425aba4d8cfa68ee0429
7
- data.tar.gz: 2f821818364b079eeb8e35a7ae73a3c35c5ac4047f64aebb63dd775be4257f0cb068a4f5e04c2dfd64363765eb104bdba82c821ea551958e6e0b405d98cbb6ab
6
+ metadata.gz: bf3fe8510a4f677ae6ae384aa03708086c2e9172d27ed3f3e4609edb8f56c8ebcf5f426a690505d237e168a18732526f367a6a9366fddb2d4fdaf227694bb4bd
7
+ data.tar.gz: 0c4764feb6c628d86c84181978eb7ffece5c4dc0df4e82d0e7bed24fecbf24523fc0f2c8ee7c4650ea7dc7e1deca4c514710370c2ef31beed38a9fd13b44fd90
data/CHANGES.md CHANGED
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## 0.0.2 - 2024-06-03
9
+
8
10
  ## 0.0.1 - 2024-01-14
9
11
 
10
12
  ## 0.0.0 - 2024-01-12
data/README.md CHANGED
@@ -4,20 +4,37 @@
4
4
  [![Compatibility](https://img.shields.io/badge/ruby-2.6%2B-blue)](https://rubygems.org/gems/know)
5
5
  [![Package](https://img.shields.io/gem/v/know)](https://rubygems.org/gems/know)
6
6
 
7
- ## Prerequisites
7
+ 🚧 _We are building in public. This is presently under heavy construction._
8
+
9
+ ## 🛠️ Prerequisites
8
10
 
9
11
  - [Ruby](https://ruby-lang.org) 2.6+
10
12
 
11
- ## Installation
13
+ ## ⬇️ Installation
14
+
15
+ ### Installation via RubyGems
12
16
 
13
- ```shell
17
+ ```console
14
18
  $ gem install know
15
19
  ```
16
20
 
17
- ## Examples
21
+ ## 👉 Examples
18
22
 
19
- ### Importing the library
23
+ ### Importing the framework
20
24
 
21
25
  ```ruby
22
26
  require 'know'
23
27
  ```
28
+
29
+ ## 👨‍💻 Development
30
+
31
+ ```console
32
+ $ git clone https://github.com/KnowOntology/know.rb.git
33
+ ```
34
+
35
+ - - -
36
+
37
+ [![Share on Twitter](https://img.shields.io/badge/share%20on-twitter-03A9F4?logo=twitter)](https://twitter.com/share?url=https://github.com/KnowOntology/know.rb&text=Know.rb:%20The%20Know%20Framework%20for%20Ruby)
38
+ [![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/KnowOntology/know.rb&title=Know.rb:%20The%20Know%20Framework%20for%20Ruby)
39
+ [![Share on Hacker News](https://img.shields.io/badge/share%20on-hacker%20news-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/KnowOntology/know.rb&t=Know.rb:%20The%20Know%20Framework%20for%20Ruby)
40
+ [![Share on Facebook](https://img.shields.io/badge/share%20on-facebook-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/KnowOntology/know.rb)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Activity
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Airport
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Appointment
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Birth
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Birthday
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::BirthdayParty
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::BuddhistTemple
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Cafe
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Church
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Class
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Community
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Company
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Conference
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Congregation
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Consortium
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Corporation
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Death
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Event
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Family
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::File
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Government
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Graduation
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Group
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::HinduTemple
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Holiday
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Hospital
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Hotel
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Landmark
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Link
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Meeting
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Meetup
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Mosque
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Nationality
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Organization
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Party
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Person
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Place
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Pub
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Restaurant
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::School
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Synagogue
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Temple
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Thing
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::University
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Venue
6
+ end
@@ -0,0 +1,6 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Know; end
4
+
5
+ class Know::Wedding
6
+ end
@@ -0,0 +1,48 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ require_relative 'classes/activity'
4
+ require_relative 'classes/airport'
5
+ require_relative 'classes/appointment'
6
+ require_relative 'classes/birth'
7
+ require_relative 'classes/birthday'
8
+ require_relative 'classes/birthday_party'
9
+ require_relative 'classes/buddhist_temple'
10
+ require_relative 'classes/cafe'
11
+ require_relative 'classes/church'
12
+ require_relative 'classes/class'
13
+ require_relative 'classes/community'
14
+ require_relative 'classes/company'
15
+ require_relative 'classes/conference'
16
+ require_relative 'classes/congregation'
17
+ require_relative 'classes/consortium'
18
+ require_relative 'classes/corporation'
19
+ require_relative 'classes/death'
20
+ require_relative 'classes/event'
21
+ require_relative 'classes/family'
22
+ require_relative 'classes/file'
23
+ require_relative 'classes/government'
24
+ require_relative 'classes/graduation'
25
+ require_relative 'classes/group'
26
+ require_relative 'classes/hindu_temple'
27
+ require_relative 'classes/holiday'
28
+ require_relative 'classes/hospital'
29
+ require_relative 'classes/hotel'
30
+ require_relative 'classes/landmark'
31
+ require_relative 'classes/link'
32
+ require_relative 'classes/meeting'
33
+ require_relative 'classes/meetup'
34
+ require_relative 'classes/mosque'
35
+ require_relative 'classes/nationality'
36
+ require_relative 'classes/organization'
37
+ require_relative 'classes/party'
38
+ require_relative 'classes/person'
39
+ require_relative 'classes/place'
40
+ require_relative 'classes/pub'
41
+ require_relative 'classes/restaurant'
42
+ require_relative 'classes/school'
43
+ require_relative 'classes/synagogue'
44
+ require_relative 'classes/temple'
45
+ require_relative 'classes/thing'
46
+ require_relative 'classes/university'
47
+ require_relative 'classes/venue'
48
+ require_relative 'classes/wedding'
data/lib/know.rb CHANGED
@@ -1 +1,3 @@
1
1
  # This is free and unencumbered software released into the public domain.
2
+
3
+ require_relative 'know/classes'
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: know
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - Haltia.AI
8
- autorequire:
7
+ - KNOW Project
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-14 00:00:00.000000000 Z
11
+ date: 2024-06-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: ''
14
- email: support@haltia.ai
14
+ email: support@know.dev
15
15
  executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
@@ -22,16 +22,63 @@ files:
22
22
  - UNLICENSE
23
23
  - VERSION
24
24
  - lib/know.rb
25
+ - lib/know/classes.rb
26
+ - lib/know/classes/activity.rb
27
+ - lib/know/classes/airport.rb
28
+ - lib/know/classes/appointment.rb
29
+ - lib/know/classes/birth.rb
30
+ - lib/know/classes/birthday.rb
31
+ - lib/know/classes/birthday_party.rb
32
+ - lib/know/classes/buddhist_temple.rb
33
+ - lib/know/classes/cafe.rb
34
+ - lib/know/classes/church.rb
35
+ - lib/know/classes/class.rb
36
+ - lib/know/classes/community.rb
37
+ - lib/know/classes/company.rb
38
+ - lib/know/classes/conference.rb
39
+ - lib/know/classes/congregation.rb
40
+ - lib/know/classes/consortium.rb
41
+ - lib/know/classes/corporation.rb
42
+ - lib/know/classes/death.rb
43
+ - lib/know/classes/event.rb
44
+ - lib/know/classes/family.rb
45
+ - lib/know/classes/file.rb
46
+ - lib/know/classes/government.rb
47
+ - lib/know/classes/graduation.rb
48
+ - lib/know/classes/group.rb
49
+ - lib/know/classes/hindu_temple.rb
50
+ - lib/know/classes/holiday.rb
51
+ - lib/know/classes/hospital.rb
52
+ - lib/know/classes/hotel.rb
53
+ - lib/know/classes/landmark.rb
54
+ - lib/know/classes/link.rb
55
+ - lib/know/classes/meeting.rb
56
+ - lib/know/classes/meetup.rb
57
+ - lib/know/classes/mosque.rb
58
+ - lib/know/classes/nationality.rb
59
+ - lib/know/classes/organization.rb
60
+ - lib/know/classes/party.rb
61
+ - lib/know/classes/person.rb
62
+ - lib/know/classes/place.rb
63
+ - lib/know/classes/pub.rb
64
+ - lib/know/classes/restaurant.rb
65
+ - lib/know/classes/school.rb
66
+ - lib/know/classes/synagogue.rb
67
+ - lib/know/classes/temple.rb
68
+ - lib/know/classes/thing.rb
69
+ - lib/know/classes/university.rb
70
+ - lib/know/classes/venue.rb
71
+ - lib/know/classes/wedding.rb
25
72
  homepage: https://know.dev
26
73
  licenses:
27
74
  - Unlicense
28
75
  metadata:
29
- bug_tracker_uri: https://github.com/HaltiaAI/know.rb/issues
30
- changelog_uri: https://github.com/HaltiaAI/know.rb/blob/master/CHANGES.md
31
- documentation_uri: https://github.com/HaltiaAI/know.rb/blob/master/README.md
76
+ bug_tracker_uri: https://github.com/KnowOntology/know.rb/issues
77
+ changelog_uri: https://github.com/KnowOntology/know.rb/blob/master/CHANGES.md
78
+ documentation_uri: https://github.com/KnowOntology/know.rb/blob/master/README.md
32
79
  homepage_uri: https://know.dev
33
- source_code_uri: https://github.com/HaltiaAI/know.rb
34
- post_install_message:
80
+ source_code_uri: https://github.com/KnowOntology/know.rb
81
+ post_install_message:
35
82
  rdoc_options: []
36
83
  require_paths:
37
84
  - lib
@@ -46,8 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
93
  - !ruby/object:Gem::Version
47
94
  version: '0'
48
95
  requirements: []
49
- rubygems_version: 3.0.3.1
50
- signing_key:
96
+ rubygems_version: 3.5.11
97
+ signing_key:
51
98
  specification_version: 4
52
99
  summary: The Know Framework for Ruby
53
100
  test_files: []