uob-payroll 1.0.0 → 1.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: bfe1a933de005de3abbac4a393aac11b383388b5
4
- data.tar.gz: a6ef358e8daaed645823e2a466002260dcee7f91
3
+ metadata.gz: 342a1798b5d9230de027dde774c016d76e29fe25
4
+ data.tar.gz: dbedb6d5bfbcda842dfea709b00a768f86696134
5
5
  SHA512:
6
- metadata.gz: e7e36f2455a396baa36517e5e4e74caa4df8ecdb3905121cbcf1a11b201fdd0c21fa4cf274d690d6efc5f3103dfcd69c3f881e9416bf7d00dcac0d4cdf852232
7
- data.tar.gz: a4917fa954ebfb54224ffce4a2442a00643449858abc98a4280730bcf610f5acbdfe394aa42b1f6d091b67e4bc17ff3259e63226e27edaf832db43291ac5326d
6
+ metadata.gz: ec2470d0bbda2b4940a40b66e1537428031ef5793a625ebe470b00c7f7b27a4f2e559ec65d6558902c18e56adc7770c116cb5ba96647e7e6f9e144d6e80a1789
7
+ data.tar.gz: 226c5b9b9ecf50e968e65d137534602cd67494c343b2c46d3c9d7a7dcc59c0f5245e5195c419ea89f5d94ea24aafdc5f3680ab5cd50fed3f662477ecfb91eb4c
data/CHANGELOG.md ADDED
@@ -0,0 +1,17 @@
1
+ # Change Log
2
+
3
+ ## [v1.0.1](https://github.com/payrollhero/aub-payroll/tree/v1.0.1) (2016-03-22)
4
+ [Full Changelog](https://github.com/payrollhero/aub-payroll/compare/v1.0.0...v1.0.1)
5
+
6
+ ## [v1.0.0](https://github.com/payrollhero/aub-payroll/tree/v1.0.0) (2016-03-21)
7
+ [Full Changelog](https://github.com/payrollhero/aub-payroll/compare/v0.1.0...v1.0.0)
8
+
9
+ **Merged pull requests:**
10
+
11
+ - Adding summary PDF [\#2](https://github.com/payrollhero/aub-payroll/pull/2) ([piotrb](https://github.com/piotrb))
12
+ - Making EPF File Generation less generically named [\#1](https://github.com/payrollhero/aub-payroll/pull/1) ([piotrb](https://github.com/piotrb))
13
+
14
+ ## [v0.1.0](https://github.com/payrollhero/aub-payroll/tree/v0.1.0) (2015-10-10)
15
+
16
+
17
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
@@ -42,7 +42,7 @@ module UOB
42
42
  end
43
43
 
44
44
  def filename
45
- "UGBI#{creation_date.strftime('%m%d')}01"
45
+ "UGBI#{creation_date.strftime('%d%m')}01"
46
46
  end
47
47
 
48
48
  def originating_bic_code
@@ -1,5 +1,5 @@
1
1
  module Uob
2
2
  module Payroll
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uob-payroll
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Paca
@@ -146,6 +146,7 @@ files:
146
146
  - ".gitignore"
147
147
  - ".rspec"
148
148
  - ".travis.yml"
149
+ - CHANGELOG.md
149
150
  - CODE_OF_CONDUCT.md
150
151
  - DEPLOYING.md
151
152
  - Gemfile