ath_vega 0.1.14 → 0.1.15

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
  SHA256:
3
- metadata.gz: d41e4865f084b67e74b9df66d3aaed7c23f41a1dcfc91911bb9576141c4573d5
4
- data.tar.gz: d867be62c1988e6889c64009e40824266235511dfdc0dfaaf8a1caa705745bb4
3
+ metadata.gz: e20e05e02eefadf5ec3acad6febd5f3c6ab15b77976c5d610fcaa791e6abc768
4
+ data.tar.gz: 70b6cc57050b221c5be117fd061991f6a57f87fec29d31f531434970c0127dd6
5
5
  SHA512:
6
- metadata.gz: a5d995a06745b88654539bf06a2d2b6fc76b10e3fe825e4c8e2dd11830b0245fc9a4970113119a9e01eba8c2c58ac22ac1347576f44c6dc090d3d0b67896e331
7
- data.tar.gz: 8c6532fe467301300950eb198bfbaabe19b0124fd00d0725d1d4916a44cd3920a8ff4b6a639597542e9b979d8a3de03b569b8b99078d188f90c1ac4c618b5b8e
6
+ metadata.gz: 4b736f7ff1c7d69c4d99d70460d11696160540f07d42459edecdba7fd2b5fc880e6eeeb0b1419d606951dc692a139ab6fc9e58c52012dc474c54c425d3b0a10e
7
+ data.tar.gz: 223085c829d1c48de7a96db96aa1a9bf588eef60f9daca9b6cdecedc46bab71a40131064c0f3fbd24807a2503afc99edd34fe9de718ccf05e576044eda771c06
data/bin/ath-vega CHANGED
@@ -1,4 +1,3 @@
1
1
  #!/usr/bin/env ruby
2
- require './lib/ath_vega/cli.rb'
3
2
  require_relative '../config/environment.rb'
4
3
  CLI.new.call
@@ -0,0 +1,23 @@
1
+ require 'bundler/setup'
2
+ Bundler.require(:default, :development)
3
+ require "ath_vega"
4
+ require "require_all"
5
+ require 'net/http'
6
+ require 'uri'
7
+ require 'open-uri'
8
+ require 'awesome_print'
9
+ require 'json'
10
+ require 'nokogiri'
11
+ require 'pry'
12
+ require 'catpix'
13
+ require 'rmagick'
14
+ require_all 'lib'
15
+ # require_relative '../lib/ath_vega'
16
+ # require_relative '../lib/vega_api'
17
+ # require_relative '../lib/workout'
18
+ # require_relative '../lib/exercise'
19
+ # require_relative '../lib/category'
20
+ # require_relative '../lib/api_error'
21
+ # require_relative '../lib/ath_vega/cli'
22
+ # require_relative '../lib/ninja-gaiden.png'
23
+
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AthVega
4
- VERSION = "0.1.14"
4
+ VERSION = "0.1.15"
5
5
  end
Binary file
Binary file
Binary file
data/spec/ath_spec.rb ADDED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ath_vega
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmaud R. Templeton
@@ -220,6 +220,7 @@ files:
220
220
  - bin/ath-vega
221
221
  - bin/console
222
222
  - bin/setup
223
+ - config/environment.rb
223
224
  - lib/api_error.rb
224
225
  - lib/ath_vega.rb
225
226
  - lib/ath_vega/cli.rb
@@ -229,6 +230,10 @@ files:
229
230
  - lib/ninja-gaiden.png
230
231
  - lib/vega_api.rb
231
232
  - lib/workout.rb
233
+ - pkg/ath_vega-0.1.13.gem
234
+ - pkg/ath_vega-0.1.14.gem
235
+ - pkg/ath_vega-0.1.15.gem
236
+ - spec/ath_spec.rb
232
237
  homepage: https://github.com/ahmaudt/ath_vega
233
238
  licenses:
234
239
  - MIT