ffxiv 1.0.1 → 1.0.2

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: 0941523c60849a6bc662c37057504f84f846de9b
4
- data.tar.gz: 1b065449c6d1e618a05a382864623120d6b1a308
3
+ metadata.gz: 1becbd19dd128a50c0c1af0c5e8879f2a0f653d9
4
+ data.tar.gz: b25c8dfed29a730089276d22286a4cd74a166fb2
5
5
  SHA512:
6
- metadata.gz: 05a3382b16a62ec99c71603710913fe31c5e99b2272fe7ddb6c64b69f690f620024fdad6094e5afa94c672c99b8bd5c6de70a55ee53e09b7f9ec8529eb7bc8aa
7
- data.tar.gz: aad5f950ca273497aa61daa8036b50eb4a3136a0f3f582af5829cae4d5381770d8763b72e1ac5a0f502fbec9df16d96314b4a121f041e2a451c64a59d9ac50e3
6
+ metadata.gz: 7077204714d60cb3d981169766b60aafc66f40fb31e541ee50b75c0d48ea139bb2526c219d4a409bae25c218bbfced34ad8d6717ea8d0a2a9cd7ef5327667470
7
+ data.tar.gz: ba0d386acd589c391b796f2401710062012e5ab89b12f87af0e538f9c0e242cb4d37fc302cc473b0182c0eee31446d8851f86e06cfdf0690ccb7e5a5ec9b14c6
@@ -95,7 +95,6 @@ module FFXIV
95
95
  when "Nameday"
96
96
  props[:nameday] = t
97
97
  match = t.match /^(\d+).+?the\s(.*)$/
98
- pp match
99
98
  props[:birthday] = Date.new(2013, months[match[2]], match[1].to_i)
100
99
  when "Guardian"
101
100
  props[:guardian] = t
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffxiv
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Syro Bonkus
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-23 00:00:00.000000000 Z
11
+ date: 2015-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri