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 +4 -4
- data/CHANGELOG.md +17 -0
- data/lib/uob/payroll/txt_file/header.rb +1 -1
- data/lib/uob/payroll/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 342a1798b5d9230de027dde774c016d76e29fe25
|
|
4
|
+
data.tar.gz: dbedb6d5bfbcda842dfea709b00a768f86696134
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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)*
|
data/lib/uob/payroll/version.rb
CHANGED
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.
|
|
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
|