workouts 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/lib/workouts/workout.rb +28 -28
  3. metadata +4 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f3ff52fe2af1d6457c6ffa72582269826cf9fa22
4
- data.tar.gz: 9c5167791623a233955625034ca1f942511d23fb
2
+ SHA256:
3
+ metadata.gz: f578715af63e2d92a5ca233f6bf44c3aaf76d5f139aa230a67b48c4cd611dcb9
4
+ data.tar.gz: cb48b2e3f4e59aca308e3337c2e6f0047e3f11ee1f9cd6b61a4c67700a25e70e
5
5
  SHA512:
6
- metadata.gz: 6e2d63e978391c387f312d38e2760b79ddd0d42bd63015296d41a4540cd6ec5a8a184d9d117cea04f6c5df3a2d72114aeb2f1265d76f7b011eaae3eaf4947ace
7
- data.tar.gz: d560d39d6946c673fd8f8fe9588aa50189764d81d00c515a9b9e6088dbaeb2f12d5f09b09acbb39f51c82fad398718ba89a95ca21125b78a59f15a769ea1940b
6
+ metadata.gz: ee273752a9584d177f7c04a70a20995c4b10a0d1b26478fb52918ab0ea2921c3fd8439005988b79dfb356754e40c5e6e7b1eab86de0ec1c5849f5a68caee8d3c
7
+ data.tar.gz: 5cc2f91f4d020893662181db3b92e9156a27bbfe0c9c7d6c70c86aab07e18b860b3740b469a6bc3b5b0cce997394408c31661f07565716a487d3043af2b22f45
@@ -182,7 +182,7 @@ class Workouts
182
182
  end
183
183
 
184
184
  def create_legs_and_back
185
- @moves << Move.new(name: 'Balanced Lunges', weight: 0)
185
+ @moves << Move.new(name: 'Balanced Lunges')
186
186
  @moves << Move.new(name: 'Calf-Raise Squats', weight: 0)
187
187
  @moves << Move.new(name: 'Reverse Grip Chin-Ups')
188
188
  @moves << Move.new(name: 'Super Skaters')
@@ -211,37 +211,37 @@ class Workouts
211
211
  end
212
212
 
213
213
  def create_kenpo_x
214
- @moves << Move.new(name: 'Twist and Pivot', weight: 0)
215
- @moves << Move.new(name: 'Twist and Pivot with Hook and Uppercut', weight: 0)
216
- @moves << Move.new(name: 'Jabs', weight: 0)
217
- @moves << Move.new(name: 'Jab-Cross', weight: 0)
218
- @moves << Move.new(name: 'Jab-Cross-Hook', weight: 0)
219
- @moves << Move.new(name: 'Jab-Cross-Hook-Uppercut', weight: 0)
214
+ @moves << Move.new(name: 'Twist and Pivot')
215
+ @moves << Move.new(name: 'Twist and Pivot with Hook and Uppercut')
216
+ @moves << Move.new(name: 'Jabs')
217
+ @moves << Move.new(name: 'Jab-Cross')
218
+ @moves << Move.new(name: 'Jab-Cross-Hook')
219
+ @moves << Move.new(name: 'Jab-Cross-Hook-Uppercut')
220
220
  add_break
221
- @moves << Move.new(name: 'Step Drag, High-Low Punch', weight: 0)
222
- @moves << Move.new(name: 'Jab-Cross Switch', weight: 0)
223
- @moves << Move.new(name: 'Hook-Uppercut Switch', weight: 0)
224
- @moves << Move.new(name: 'Knee Kick', weight: 0)
225
- @moves << Move.new(name: 'Ball Kick', weight: 0)
221
+ @moves << Move.new(name: 'Step Drag, High-Low Punch')
222
+ @moves << Move.new(name: 'Jab-Cross Switch')
223
+ @moves << Move.new(name: 'Hook-Uppercut Switch')
224
+ @moves << Move.new(name: 'Knee Kick')
225
+ @moves << Move.new(name: 'Ball Kick')
226
226
  add_break
227
- @moves << Move.new(name: 'Side Kick', weight: 0)
228
- @moves << Move.new(name: 'Back Kick', weight: 0)
229
- @moves << Move.new(name: 'Three-Direction Kick', weight: 0)
230
- @moves << Move.new(name: 'Side Lunge with High Sword-Low Hammer', weight: 0)
231
- @moves << Move.new(name: 'Step-Drag-Claw-Low Punch', weight: 0)
227
+ @moves << Move.new(name: 'Side Kick')
228
+ @moves << Move.new(name: 'Back Kick')
229
+ @moves << Move.new(name: 'Three-Direction Kick')
230
+ @moves << Move.new(name: 'Side Lunge with High Sword-Low Hammer')
231
+ @moves << Move.new(name: 'Step-Drag-Claw-Low Punch')
232
232
  add_break
233
- @moves << Move.new(name: 'High Block', weight: 0)
234
- @moves << Move.new(name: 'Inward Block', weight: 0)
235
- @moves << Move.new(name: 'Outward Block', weight: 0)
236
- @moves << Move.new(name: 'Downward Block', weight: 0)
237
- @moves << Move.new(name: 'Star Block', weight: 0)
233
+ @moves << Move.new(name: 'High Block')
234
+ @moves << Move.new(name: 'Inward Block')
235
+ @moves << Move.new(name: 'Outward Block')
236
+ @moves << Move.new(name: 'Downward Block')
237
+ @moves << Move.new(name: 'Star Block')
238
238
  add_break
239
- @moves << Move.new(name: 'Front Shuffle with High Block-Low Punch', weight: 0)
240
- @moves << Move.new(name: 'Knee-Back Kick', weight: 0)
241
- @moves << Move.new(name: 'Front and Back Knuckles, Ball Kick, Back Kick', weight: 0)
242
- @moves << Move.new(name: 'Hook, Uppercut, Low Side Kick', weight: 0)
243
- @moves << Move.new(name: 'Elbow Series', weight: 0)
244
- @moves << Move.new(name: 'Vertical Punches', weight: 0)
239
+ @moves << Move.new(name: 'Front Shuffle with High Block-Low Punch')
240
+ @moves << Move.new(name: 'Knee-Back Kick')
241
+ @moves << Move.new(name: 'Front and Back Knuckles, Ball Kick, Back Kick')
242
+ @moves << Move.new(name: 'Hook, Uppercut, Low Side Kick')
243
+ @moves << Move.new(name: 'Elbow Series')
244
+ @moves << Move.new(name: 'Vertical Punches')
245
245
  end
246
246
 
247
247
  def create_core_synergistics
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workouts
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
  - Teo Dell'Amico
@@ -32,17 +32,16 @@ require_paths:
32
32
  - lib
33
33
  required_ruby_version: !ruby/object:Gem::Requirement
34
34
  requirements:
35
- - - '>='
35
+ - - ">="
36
36
  - !ruby/object:Gem::Version
37
37
  version: '0'
38
38
  required_rubygems_version: !ruby/object:Gem::Requirement
39
39
  requirements:
40
- - - '>='
40
+ - - ">="
41
41
  - !ruby/object:Gem::Version
42
42
  version: '0'
43
43
  requirements: []
44
- rubyforge_project:
45
- rubygems_version: 2.4.8
44
+ rubygems_version: 3.0.4
46
45
  signing_key:
47
46
  specification_version: 4
48
47
  summary: Workouts