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 +4 -4
- data/bin/ath-vega +0 -1
- data/config/environment.rb +23 -0
- data/lib/ath_vega/version.rb +1 -1
- data/pkg/ath_vega-0.1.13.gem +0 -0
- data/pkg/ath_vega-0.1.14.gem +0 -0
- data/pkg/ath_vega-0.1.15.gem +0 -0
- data/spec/ath_spec.rb +0 -0
- metadata +6 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e20e05e02eefadf5ec3acad6febd5f3c6ab15b77976c5d610fcaa791e6abc768
|
4
|
+
data.tar.gz: 70b6cc57050b221c5be117fd061991f6a57f87fec29d31f531434970c0127dd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b736f7ff1c7d69c4d99d70460d11696160540f07d42459edecdba7fd2b5fc880e6eeeb0b1419d606951dc692a139ab6fc9e58c52012dc474c54c425d3b0a10e
|
7
|
+
data.tar.gz: 223085c829d1c48de7a96db96aa1a9bf588eef60f9daca9b6cdecedc46bab71a40131064c0f3fbd24807a2503afc99edd34fe9de718ccf05e576044eda771c06
|
data/bin/ath-vega
CHANGED
@@ -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
|
+
|
data/lib/ath_vega/version.rb
CHANGED
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.
|
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
|