Bibliografia 0.4.0 → 0.4.1

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
  SHA1:
3
- metadata.gz: 43628f86d3d25d7084b012f261aa6be61229137e
4
- data.tar.gz: 79416042ff79b3f850b6bc955d6bb1077a9823ca
3
+ metadata.gz: 2501802132db5f52407bb9235271dc2dd1a31217
4
+ data.tar.gz: f8859f6cff145f044a24d0b78cccc0a97c4ac7e1
5
5
  SHA512:
6
- metadata.gz: ba6cb095fa61082b6841b9e1e635d6ace6e37fcccfd9e4b00fe30755e25777c3070b8d1a086af38c800cd51ee61e854f42e538c98af26735a07eb251f24fef70
7
- data.tar.gz: 2e4889b7f753133ab84e650c8a8b276c201026cd6ce6b81baffd8504c55e3b9161dbad4bae08d159c1456f98b87992a17c6a7c5b603bed32bf6886b5e678d424
6
+ metadata.gz: 606b1f746a1bac466f63d5759af2f9f784617f0d959be8e6c5787fecc12d226ab595b3445c609bfe553e0df5354360861117e155187fbd33549246165e8c0fc1
7
+ data.tar.gz: 5e75682f227a1119839d9518285662e4f1fc21ef76eda754c77223662685186b1077bdf5ea09cc991bbc307bec5b90470292199cea6dc8e26477f91cc060f9d8
@@ -107,6 +107,9 @@ module Bibliografia
107
107
  def initialize(*referencia)
108
108
  super(*referencia)
109
109
  end
110
+ def mi_puts(sufijo)
111
+ puts "#{print_autor} #{fecha_publicacion}#{sufijo}.\n\t#{titulo}\n\t#{serie}\n\t#{editorial}; #{num_edicion}\n\t#{print_isbn}"
112
+ end
110
113
  end
111
114
 
112
115
  # Artículo de Revista hijo de Tipos Publicaciones
@@ -115,9 +118,6 @@ module Bibliografia
115
118
  def initialize(*referencia)
116
119
  super(*referencia)
117
120
  end
118
- def mi_puts(sufijo)
119
- puts "#{print_autor} #{fecha_publicacion}#{sufijo}.\n\t#{titulo}\n\t#{serie}\n\t#{editorial}; #{num_edicion}\n\t#{print_isbn}"
120
- end
121
121
  end
122
122
 
123
123
  # Artículo de Periódico hijo de Tipos Publicaciones
@@ -214,4 +214,12 @@ module Bibliografia
214
214
  # Artículo de Revista Natural
215
215
  class Articulo_Revista_Natural < Referencia_Natural
216
216
  end
217
+
218
+ # Artículo de Periódico Natural
219
+ class Articulo_Periodico_Natural < Articulo_Periodico
220
+ end
221
+
222
+ # Documento Electrónico Natural
223
+ class Documento_Electronico_Natural < Documento_Electronico
224
+ end
217
225
  end
@@ -1,5 +1,5 @@
1
1
  # Para Versión
2
2
  module Bibliografia
3
3
  # Vesión actual
4
- VERSION = "0.4.0"
4
+ VERSION = "0.4.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Bibliografia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - alu0100502114