parsby 1.1.0 → 1.1.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: 4338e72a81f41aaff91adddd6b35b3ab67813758
4
- data.tar.gz: 73420f9b248109ab9ddffa85f62620776cbc3aa9
3
+ metadata.gz: 06bddcf2507dff416a96aecc2ce491beadbed895
4
+ data.tar.gz: fe3a54678e4efb4d226004ee0196929019102cbc
5
5
  SHA512:
6
- metadata.gz: ff1b11755d9f1713e144b24f0f7ad7cd3c2749918f11ec0b0c6b19c18aa62a0d8780d9aed500d4c607c14cc2fd2b5a436547b736b3e76b2926c0a784b189fb4f
7
- data.tar.gz: 46fb3ff8817fe3c1f00dc8479f20b6cc779e534884a52c1ccc124feaa920c01c56a7d2d0f76f8a9697390e4af8c10d138df442de05e3e25869ce232c9fe4a1b8
6
+ metadata.gz: f53e67e9fa5207d767d6735c5ab7c8a6d1d7f61ef31c3dd0693aec2577942ab1679e73b2900146db4b05e43bc382d1cfcefa761a02cc9badc7b1b58de5cf0ac1
7
+ data.tar.gz: 0f2a6d92bfdad1abbff56a19eb788f8d6b4caa343c31a1eabf5e49ebcd9c8b3aa19c5e07f93694a3b3f52fd25962c63bff2540d79b2d1087b4bdfcbc75168b57
@@ -1,5 +1,11 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### v1.1.1
4
+
5
+ ##### bugs and minor things
6
+
7
+ - Add year and name to LICENSE
8
+
3
9
  ### v1.1.0
4
10
 
5
11
  ##### feature additions
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) [year] [fullname]
3
+ Copyright (c) 2020 Jorge Luis Martinez Gomez
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,3 +1,3 @@
1
1
  class Parsby
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parsby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge Luis Martinez Gomez