SnowNasa 1.0.2 → 1.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: 9ca1f64c3c5852adaadff4d6128949f9571e6468
4
- data.tar.gz: 4da69a9d0f651f219d669ef9b591a32cdb296945
3
+ metadata.gz: 22ba18af38a04e6523f86c26bb68a0e70ab1c0b8
4
+ data.tar.gz: 5b9381293d4e2dc1b13335d7f88464b026d13e9b
5
5
  SHA512:
6
- metadata.gz: 57c77eea755241bd628e07c9298d9f313b71a050bb021e7be924344cd7c0918baac4ee0792a515d4d25c6c3627f44790a887e18c662eba533d11a58e5845589f
7
- data.tar.gz: b81a0d41d2fe02be99f45010c217cf05dfdc669d85554456a33bfce5aa3edf39882861214967f4b754f9fc24c8e8bf1d7e38378fd4e7b0d14d9e442b030d033f
6
+ metadata.gz: 66ef543275c726525cb850b4ca76160b9c952e7e2a84da1431e19263b8a3a22a4c09d4f8c38f6e7dfad1a890c9de8dbe1cdcfb5234684e364bc24ccccaadb23c
7
+ data.tar.gz: eeec7883c73e45b361260f207d8d7e768f2d707ada5e5194881cd854efa160af5477cbf951e379da8549fecacefac528e8cf748754699aa6207e166260355241
@@ -3,13 +3,13 @@ module SnowNasa
3
3
  include SnowNasa
4
4
 
5
5
  def self.cameras
6
- fhaz = "(FHAZ)= Front Hazard Avoidance Camera- This is onboard Curiousity, Opportunity, and Spirit\n".red
7
- rhaz = "(RHAZ)= Rear Hazard Avoidance Camera- This is onboard Curiousity, Opportunity, and Spirit\n".green
8
- mast = "(MAST)= Mast Camera- This is onboard Curiousity only\n".yellow
9
- chemcam = "(CHEMCAM)= Chemistry and Camera Complex- This is onboard Curiousity only\n".red
10
- mahli = "(MAHLI)= Mars Hand Lens Imager- This is onboard Curiousity only\n".green
11
- mardi = "(MARDI)= Mars Descent Imager- This is onboard Curiousity only\n".yellow
12
- navcam = "(NAVCAM)= Navigation Camera- This is onboard Curiousity, Opportunity, and Spirit\n".red
6
+ fhaz = "(FHAZ)= Front Hazard Avoidance Camera- This is onboard Curiosity, Opportunity, and Spirit\n".red
7
+ rhaz = "(RHAZ)= Rear Hazard Avoidance Camera- This is onboard Curiosity, Opportunity, and Spirit\n".green
8
+ mast = "(MAST)= Mast Camera- This is onboard Curiosity only\n".yellow
9
+ chemcam = "(CHEMCAM)= Chemistry and Camera Complex- This is onboard Curiosity only\n".red
10
+ mahli = "(MAHLI)= Mars Hand Lens Imager- This is onboard Curiosity only\n".green
11
+ mardi = "(MARDI)= Mars Descent Imager- This is onboard Curiosity only\n".yellow
12
+ navcam = "(NAVCAM)= Navigation Camera- This is onboard Curiosity, Opportunity, and Spirit\n".red
13
13
  pancam = "(PANCAM)= Panoramic Camera- This is onboard Opportunity, and Spirit\n".green
14
14
  minites = "(MINITES)= Minature Thermal Emission Spectrometer(Mini-TES)- This in onbard Opportunity, and Spirit\n".yellow
15
15
  cams =(
@@ -1,3 +1,3 @@
1
1
  module SnowNasa
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SnowNasa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Snow