Fast_Food_Nutrition 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f360021fb48ae1d58ca22ca8d7d7c684c014094558645982ffde43dea5e59d4
4
- data.tar.gz: 95abd536119b466e7f68df58ed760fec36d64080c3431ec2a803138ebcbf7764
3
+ metadata.gz: 55d1cb56a2c7a4fa1e9eb3272758c8e750e0da0cc248e8258e658e8e95e6b613
4
+ data.tar.gz: a632a5e64f6f9a2ba2261f03adaf6edc4409626e59941586bbeb7941ab5f8598
5
5
  SHA512:
6
- metadata.gz: b584351e44e9e48b9bf9295aff2f77a07af9dcd5ac242ce6520875c2b41c206a8a1e1f4427daa44cbb2cebab1ac39664ac4b8f2276f7cdc4c40a79a49cdc1005
7
- data.tar.gz: 2a1c975fa1ecdf6c02c022d4907e3b01db386a0ea7db29b15a2b3015000305267168e0bd363085a47f1ef87e4a2c77c19e077cc535f1b282823af3ece47c0308
6
+ metadata.gz: 6dc2247d5195d3818abac17c2c0056469532ff920265f6ed7a07d0651175683dbe4dcd068dc2012393becdeaf9d2f25e161fc289b14aa6587b0f4f93c8e8819b
7
+ data.tar.gz: 4c9f9c243d45a234a47aaba87ab0715679b2709c6eacac0d84eed30bd7db61f93b124360dfcfda3bed7507a2443aaab762c59103cabd0fcee68fde95cd81016d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- Fast_Food_Nutrition (0.2.0)
4
+ Fast_Food_Nutrition (0.2.1)
5
5
  nokogiri (~> 1.8, >= 1.8.2)
6
6
  open_uri_redirections (~> 0.2.1)
7
7
 
data/README.md CHANGED
@@ -20,7 +20,11 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- Once installed, cd into Fast_Food_Nutrition folder and execute ruby bin/ff_nutrition from the main folder on your terminal.
23
+ Once installed, the lines below will run the gem:
24
+
25
+ require 'Fast_Food_Nutrition'
26
+ Welcome.new.intro
27
+
24
28
  User will select a restaurant from the list supplied, then choose a category, then choose and item. The nutrition information for the item will be returned. User will have to option to search for another item or end the program.
25
29
 
26
30
  ## Development
@@ -1,3 +1,3 @@
1
1
  module FastFoodNutrition
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Fast_Food_Nutrition
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Hernandez