ath_vega 0.1.1 → 0.1.11

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: 9d1d98c5d71f197ff8b25ba6ad58eeed3a5adc4d2e09796660a049413a081bdb
4
- data.tar.gz: 274648fb57e645beac6d9d2d18f303b6d2c6b5c3b2a7fc5a60a4ced850417014
3
+ metadata.gz: b10c820b935e9608e1633d54519433c4be9f9a120d9900d3316cdad2e90b6e8f
4
+ data.tar.gz: 3856148b95a2b9a3deed6d1d6efc57adc234f934e43e041547c6b477161b383e
5
5
  SHA512:
6
- metadata.gz: a52a46f6b5a70cb6c7346a31a0170075a93aa670ef6897f63cbc4f2ce62a441fed4774445d78274537398fc0451b2636a036a31bbc5c4a9fd9e0f94eb37d041d
7
- data.tar.gz: 6a42de43f1a4a947d207302a58d817597f1ba095a07923d5b6aaeaaf06da17ec7d96c114230a725bf58620c4d84b2e40923cae270d28e297b5053575f35641e4
6
+ metadata.gz: 44fb2df0b5c134b1b82b03470bf65521a8a311ffce908e263cbbb971b9d1ad8e1a2be54ca686547423b4f0a9e942f1aa5b530971374129f110f6e89a52bf6f67
7
+ data.tar.gz: 818ee77ee8b9744ac5abba258e68568bcb818e0f4a908364f6e69f24a99341aa7ba6bec2afaec549490e977ff10dbd0f1a5bac038ddfb093b12fa40b4e783389
Binary file
data/ath_vega.gemspec CHANGED
@@ -5,9 +5,9 @@ require_relative "lib/ath_vega/version"
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "ath_vega"
7
7
  spec.version = AthVega::VERSION
8
+ spec.executables << 'ath-vega'
8
9
  spec.authors = ["Ahmaud R. Templeton"]
9
10
  spec.email = ["ahmaud@gmail.com"]
10
-
11
11
  spec.summary = "workout planner."
12
12
  spec.description = "Ath helps you plan your workout using exercises from the open source app, 'wger'."
13
13
  spec.homepage = "https://github.com/ahmaudt/ath_vega"
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
25
25
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
26
26
  end
27
- spec.bindir = "exe"
27
+ spec.bindir = "bin"
28
28
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
29
29
  spec.require_paths = ["lib"]
30
30
  spec.add_development_dependency "rspec", "~> 2.4"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AthVega
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.11"
5
5
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ath_vega
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmaud R. Templeton
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2021-03-06 00:00:00.000000000 Z
12
12
  dependencies:
@@ -224,6 +224,7 @@ files:
224
224
  - README.md
225
225
  - Rakefile
226
226
  - ath_vega-0.1.0.gem
227
+ - ath_vega-0.1.1.gem
227
228
  - ath_vega.gemspec
228
229
  - bin/ath-vega
229
230
  - bin/console