mayaml 4.0.0 → 4.0.1

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: 74e3d6707b071d1f972bfb024d43eac1f5a1ca54
4
- data.tar.gz: 088d0075bbb947df082e5477bf9ea97528511a5f
3
+ metadata.gz: 4d9eba22ade18e364991db5aed4510a1bd516ca1
4
+ data.tar.gz: 9558eda7220ae1b5cb871d0a4a1f4401e0297e35
5
5
  SHA512:
6
- metadata.gz: 5b567d121147740c830bb684ec926607b35275bbc8ae328c6932fbfe56cbdb8e4e4a72363742861fc6ab8f4eaa92454a6f2da75ac81dbbfacb3740fa82d405c7
7
- data.tar.gz: b5a057671e202871bfd38de08745055186b9653e1daa926dba0ef71436b7b2723c2a4c2f5ab1758605144fdee944eeec3c439c4ba8f4d5db12c5d19d50d8894c
6
+ metadata.gz: dad9edfa9ab680f2e479813375ce10a50a3cb540494940fdf1c3b0d321485e696774fb6d5c592da0a81291627d8543af3a99aeeba46b57ef77946832b3c439ed
7
+ data.tar.gz: 938492737008d40e163f54add7b8e41d95d3c39c6dcfa1241a25b3e2e6d10543432b9a070feaaf4fd12645dd3c0cfd7e434991d85ac77fca1ec7ab6ddc996677
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 4.0.1 (2017.04.06)
2
+
3
+ * update license
4
+ * fix makefile
5
+ * cleanup
6
+
1
7
  ### 4.0.0 (2017.04.06)
2
8
 
3
9
  * add smpt_server attribute
data/bin/mayaml-check CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  # frozen_string_literal: true
3
3
 
4
- # Copyright (C) 2017 Szymon Kopciewski
4
+ # Copyright (C) 2016, 2017 Szymon Kopciewski
5
5
  #
6
6
  # This file is part of Mayaml.
7
7
  #
data/lib/mayaml.rb CHANGED
@@ -1,7 +1,6 @@
1
- # encoding: utf-8
2
1
  # frozen_string_literal: true
3
2
 
4
- # Copyright (C) 2017 Szymon Kopciewski
3
+ # Copyright (C) 2016, 2017 Szymon Kopciewski
5
4
  #
6
5
  # This file is part of Mayaml.
7
6
  #
data/lib/mayaml/error.rb CHANGED
@@ -1,7 +1,6 @@
1
- # encoding: utf-8
2
1
  # frozen_string_literal: true
3
2
 
4
- # Copyright (C) 2017 Szymon Kopciewski
3
+ # Copyright (C) 2016, 2017 Szymon Kopciewski
5
4
  #
6
5
  # This file is part of Mayaml.
7
6
  #
@@ -1,7 +1,6 @@
1
- # encoding: utf-8
2
1
  # frozen_string_literal: true
3
2
 
4
- # Copyright (C) 2017 Szymon Kopciewski
3
+ # Copyright (C) 2016, 2017 Szymon Kopciewski
5
4
  #
6
5
  # This file is part of Mayaml.
7
6
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2017 Szymon Kopciewski
3
+ # Copyright (C) 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of Mayaml.
6
6
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2017 Szymon Kopciewski
3
+ # Copyright (C) 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of Mayaml.
6
6
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2017 Szymon Kopciewski
3
+ # Copyright (C) 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of Mayaml.
6
6
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2017 Szymon Kopciewski
3
+ # Copyright (C) 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of Mayaml.
6
6
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2017 Szymon Kopciewski
3
+ # Copyright (C) 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of Mayaml.
6
6
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2017 Szymon Kopciewski
3
+ # Copyright (C) 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of Mayaml.
6
6
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2017 Szymon Kopciewski
3
+ # Copyright (C) 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of Mayaml.
6
6
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2017 Szymon Kopciewski
3
+ # Copyright (C) 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of Mayaml.
6
6
  #
data/lib/mayaml/parser.rb CHANGED
@@ -1,7 +1,6 @@
1
- # encoding: utf-8
2
1
  # frozen_string_literal: true
3
2
 
4
- # Copyright (C) 2017 Szymon Kopciewski
3
+ # Copyright (C) 2016, 2017 Szymon Kopciewski
5
4
  #
6
5
  # This file is part of Mayaml.
7
6
  #
@@ -1,7 +1,6 @@
1
- # encoding: utf-8
2
1
  # frozen_string_literal: true
3
2
 
4
- # Copyright (C) 2017 Szymon Kopciewski
3
+ # Copyright (C) 2016, 2017 Szymon Kopciewski
5
4
  #
6
5
  # This file is part of Mayaml.
7
6
  #
@@ -19,5 +18,5 @@
19
18
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
20
19
 
21
20
  module Mayaml
22
- VERSION = "4.0.0"
21
+ VERSION = "4.0.1"
23
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mayaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Szymon Kopciewski