P5_T_34 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: 4d286da13a3dc16f27d142d68780062075b00227
4
- data.tar.gz: efa8b18941fe29f6b2ba4d488b8d1a24a5353ccf
3
+ metadata.gz: 0e702c0905512d8c00e05ceea33bfa6e889c81f6
4
+ data.tar.gz: b90911f6ffe24746f10f22ce9bd25706cb336e30
5
5
  SHA512:
6
- metadata.gz: 021c8ed9198ca625cffdf8ac48d8213d8ef39472fc2c66263e507e6eb5099964ea2f2cd3186c13375392049a5a7a12bb01b0d842c70b0f60493ba0325dffb66a
7
- data.tar.gz: 2ef141b756389e0a2fcb7bd4c0496d022e8669eb01cd26890e48dce86743959e49b542fb79c6f3c310388b3b1afef900a8e5b5586a0c39ca7b11a516f0a03890
6
+ metadata.gz: 5e90478441de0920dc345e1ba16abebb224f7807a30bc2c5850f26ce6b41f2536fcad565d84eaf272ebb863b23816774236365312d8caf2a68e87b751890c8f3
7
+ data.tar.gz: 75509adc22d0d1002224fdc7e1efca384fe64c93111e83d2527a809b2ce2ebbd8a238cec92e7b81783cd3bea756a5ecec98f3eef74ca9bee1cce25565fcaf08a
data/P5_T_34.gemspec CHANGED
@@ -6,8 +6,8 @@ require 'P5_T_34/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "P5_T_34"
8
8
  spec.version = P5T34::VERSION
9
- spec.authors = ["alu0100611120"]
10
- spec.email = ["alu0100611120@ull.edu.es"]
9
+ spec.authors = ["alu0100611120", "wyllman"]
10
+ spec.email = ["alu0100611120@ull.edu.es", "wyllman@gmail.com"]
11
11
  spec.description = %q{Framework para la creación y manupulación de examenes}
12
12
  spec.summary = %q{Created in c9.io}
13
13
  spec.homepage = ""
@@ -7,7 +7,7 @@ module P5_T_34
7
7
  # ...
8
8
  class ExamRipper
9
9
  attr_reader :finalExam
10
- #Constructor inicializa las variables
10
+ # Constructor inicializa las variables
11
11
  def initialize()
12
12
  @finalExam = Exam.new()
13
13
  @questionTmp = nil
@@ -1,3 +1,3 @@
1
1
  module P5T34
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: P5_T_34
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - alu0100611120
8
+ - wyllman
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
@@ -111,6 +112,7 @@ dependencies:
111
112
  description: Framework para la creación y manupulación de examenes
112
113
  email:
113
114
  - alu0100611120@ull.edu.es
115
+ - wyllman@gmail.com
114
116
  executables: []
115
117
  extensions: []
116
118
  extra_rdoc_files: []