lunar_phase 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 34b73cc53e22c9c74d6c9a3d1498ed85d6282f21
4
- data.tar.gz: d9ac2f74755038a8fce1b07c5de91444d90104c8
3
+ metadata.gz: f85dff48610d5244389c0272eef9bbf6a32b0205
4
+ data.tar.gz: 697ab6d45a21cb32a746c2d03a86db7f7da9c3a8
5
5
  SHA512:
6
- metadata.gz: c73a5c5432cba772cc53a7f0156e2047f0dd4d7b5b279e4e7392e67097d6408cddf1b04f09efb6695b6da2974e248c24b374b36d188a3c6dcd32bb4bc521fcb2
7
- data.tar.gz: 4adcdb7dc887e2a647c9597cdf814950808a0128be59e65e3b9dd16179fe1a69375ef0df2ee7871f7b7297b723ddacada9ec0052ddab139cad7652651b4e4f02
6
+ metadata.gz: aa1ab57958078c743060dabe29bdf356e2f03af98ff5b76cbf758a492d3a626f94a316434d8bc6c9c0896bc8e1b6f382f5c429327046ef721912a9970d61697c
7
+ data.tar.gz: 686c6d1dd11c276199bd3e9ed75c325be79012cccc0fb987ddbe924132b40e2edff9ec3c8e42a5959e699ac3dd32349d3100b8cf40768d7252e9aac81943a38e
data/bin/lunarp CHANGED
@@ -4,7 +4,7 @@
4
4
  # moon = LunarPhase::Moon.new
5
5
  # moon.get_info
6
6
 
7
- puts "Enter the date according to the following format: 2014,7,31"
7
+ puts "Enter a date according to the following format: 2014,7,31"
8
8
  date = gets.chomp
9
9
 
10
10
  date = date.split(",")
@@ -1,3 +1,3 @@
1
1
  module LunarPhase
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lunar_phase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harper Essenfeld