Austins_Top_Yoga_Studios 0.1.0 → 0.1.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: 8dc04796bf2b23d0ba4901618d477643241b847c6afc0ec9a043642839938ff2
4
- data.tar.gz: 5d3e095fc1af36a3d39aa0dfebddc29398e630d2067c4d4b56f928f87b6c72bf
3
+ metadata.gz: 15c980cd85611090db0ff3875f841aaf2e20d41b05e1c13765f62a3492ee2fee
4
+ data.tar.gz: 4cc30b6569e3354a3949f3ffd3c2643c8b05b9b252d7a6b890616cba8a9be852
5
5
  SHA512:
6
- metadata.gz: eea49824b9c0a1910827265d0955b6ab84a70243d90aad36d6911a9b04638c9d4be6b13c1c723b28f0ad26a02a536edb5b8076938ab550dbda7ddb28ed8589fc
7
- data.tar.gz: 33815164036f8aecebbc42a72935655bd6f52bdac2f0676607944aa24f4b7f6a362628a6cddc1cadd05b83ec72d4e7280e959932015a60f8dad858769f879bc1
6
+ metadata.gz: 454c1dbd5484aac8225c442c0a8dd7cbf9679d55c8d5dea9ea1cbde7013921ae4371747427054dc43d63adc850325679743f4dd165a5f420e526f4a6786152ab
7
+ data.tar.gz: c7333cc3d3200bb2e1ba7d165e248f009646ee5aff65bfebdf1bbac16a1431fe31cb722c0ae792ab93e4c60f4ad907725250ff0724c93112df893db987079d06
data/Gemfile CHANGED
@@ -5,4 +5,5 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
5
5
  # Specify your gem's dependencies in Austins_Top_Yoga_Studios.gemspec
6
6
  gemspec
7
7
 
8
+ gem 'Austins_Top_Yoga_Studios'
8
9
 
data/README.md CHANGED
@@ -1,8 +1,5 @@
1
1
  # AustinsTopYogaStudios
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/Austins_Top_Yoga_Studios`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
2
+ Welcome to Austin's Top Yoga Studios! You will now get the chance to learn about the Top 18 Yoga Studios in Austin.
6
3
 
7
4
  ## Installation
8
5
 
@@ -22,7 +19,9 @@ Or install it yourself as:
22
19
 
23
20
  ## Usage
24
21
 
25
- TODO: Write usage instructions here
22
+ Type the below and follow the on screen prompts.
23
+
24
+ $ Austins_Top_Yoga_Studios
26
25
 
27
26
  ## Development
28
27
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require "./lib/Austins_Top_Yoga_Studios"
3
+ require_relative "../lib/Austins_Top_Yoga_Studios"
4
4
 
5
5
 
6
6
  AustinsTopYogaStudios::CLI.new.call
@@ -1,3 +1,3 @@
1
1
  module AustinsTopYogaStudios
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Austins_Top_Yoga_Studios
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'grant smith'"
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-19 00:00:00.000000000 Z
11
+ date: 2018-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler