rsrquestions 0.0.1 → 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 +4 -4
  2. data/lib/rsrquestions.rb +2 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c9839c7ec9b1b598f252d592943aedc6f62e70c
4
- data.tar.gz: be1e09fbff2c8f4a565809527d13c21a3e418c7e
3
+ metadata.gz: 597eb36b163e760243657bde3ac2ae5de7391987
4
+ data.tar.gz: edd297678065deb99dd22c50c156cd433914022f
5
5
  SHA512:
6
- metadata.gz: a1a8716b167c800cfc5942d2252fd86a7aea7788f42f8985d8a6b6cf7ca25cab9d3bfd0e60347baba2aa96cc143f29f840157a3070e9b3cd1b1d86ce79762510
7
- data.tar.gz: 8966f10949b75980df578f73181570c779bebab4e34f245a11a12667549686f4d43e5b615ba0efad2ef3ccbae82b3f541d5f1f33ddc58c6c6a78454a2931e4fd
6
+ metadata.gz: 8f90df1df7fe689a2c585b0a81a5d8db725c2701e830904b758604c44bf560e002a72e692139a0813d13d5590c6b104436f2754e6cb419996ed22edca0b5000f
7
+ data.tar.gz: ed7c61b979096bfced360b3e40fc76e60cde0ba874f128684ac180477cd98c87f7d8f2420c3ee0d43d1ea2a55c68970387fbdf326ac7ac13dc2f6d0e40bec837
@@ -106,12 +106,12 @@ thirty = rand(10...500)
106
106
  thirtyone = rand(10...50)
107
107
  quiz10 = "What is #{twentynine.to_s} * #{thirty.to_s} / #{thirtyone.to_s}?"
108
108
  puts quiz10
109
- answerten = twentynine / thirty - thirtyone
109
+ answerten = twentynine * thirty / thirtyone
110
110
 
111
111
 
112
112
 
113
113
  return quiz1, answerone, quiz2, answertwo, quiz3, answerthree, quiz4, answerfour, quiz5, answerfive, quiz6, answersix, quiz7, answerseven, quiz8, answereight, quiz9, answernine, quiz10, answerten
114
114
  end
115
115
  end
116
-
116
+
117
117
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsrquestions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - RSR
@@ -10,8 +10,8 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-02-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: creats random maths questions
14
- email: reynaldo.s.reyes.com
13
+ description: create random maths questions
14
+ email: reynaldo.s.reyes@gmail.com
15
15
  executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []