night_owl 0.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/night_owl.rb +7 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e655ae0a3badaf60749a56f87fafb14e7cc22357ca4d6fd503390a8bc8768f1a
4
+ data.tar.gz: 76b78549c66682bc0863a7fa6c59ae5624c512c8eebcfb7926229e5dc4ceb664
5
+ SHA512:
6
+ metadata.gz: deecd963fb37f1b63b89afec6e4c9caf7fce9b4b952c15a9b57f5a7a7ea2c1534f450ce23303b18926fa619015133612deb370e0ee01624702544a95325986c3
7
+ data.tar.gz: 21cdbaa722233319c50eda9abb5c7829032c664e5627a34cd8615a8c4856b39eb020fa2ae36b215e767a07d68e1d343428ba5993db5df2238cda30552d5c1ce9
@@ -0,0 +1,7 @@
1
+ require 'pry'
2
+
3
+ class NightOwl
4
+ def self.hi
5
+ puts "Hello World"
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: night_owl
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Nicholas Ashley, Alex Bernstein
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-08-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: isDark returns true if dark outside, isLight returns true if light outside
14
+ email: Nashley3785@gmail.com, alexbernstein7170@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/night_owl.rb
20
+ homepage: https://rubygems.org/gems/night_owl
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.1.4
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: A gem that provides a function that will return true if it is dark outside
43
+ at the location where the user is acessing the app.
44
+ test_files: []