turkish_banks 0.2.0 → 0.3.0

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: 5029ddc0ebe347cd8ad48c7c875fbdbb8a060cf5
4
- data.tar.gz: 2ebfbeeb4f1f4aa5eaba5f693023f639b8274b09
3
+ metadata.gz: e3351bbb1f0bbaf04a00bb9eb3813cf39986b64f
4
+ data.tar.gz: 10661cc4cf2c752a2f93d663315cb8d051e7826b
5
5
  SHA512:
6
- metadata.gz: d20970cd9349b14f3ef7101116e859499ab1d9a855047c3f55b5df3120d76b93cf08ced2606b63863f9169aa9591c2c44f8d20efee148d11e46b3997686de330
7
- data.tar.gz: c352d024b79c74fa5ac2ebc9df2a38a0433e9533c14b7d56911d7018800247c482ee7116d57353988d7e9ff073b49a62a96db4d8c685152fb701a1218a26ca3a
6
+ metadata.gz: 792e35e48a97fe56ada269261b3eb1d5177387a7077ae3c1725d2408697f8425757d185ff90437c1b3603451ccdee83743ac0a532aecacadb8f36d1f24cafd6c
7
+ data.tar.gz: 3a44fef7378f2273b2a745ffbe5ffa1bcfe700205e16b2b28454e615cb055d881b0168ef848a878378066b958dca30d5c40e6d9359dd3c0732ac792ffc543128
@@ -5,8 +5,8 @@ module TurkishBanks
5
5
  using TurkishSupport
6
6
  attr_accessor :last_update_date, :banks
7
7
 
8
- BANKS_URL = "http://eft.tcmb.gov.tr/bankasubelistesi/bankaSubeTumListe.xml"
9
-
8
+ BANKS_URL = "http://eftemkt.tcmb.gov.tr/bankasubelistesi/bankaSubeTumListe.xml"
9
+
10
10
  def initialize
11
11
  doc = Nokogiri.XML(open(BANKS_URL), nil, 'UTF-8')
12
12
  doc.remove_namespaces!
@@ -1,3 +1,3 @@
1
1
  module TurkishBanks
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turkish_banks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ender Ahmet Yurt
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-03-05 00:00:00.000000000 Z
11
+ date: 2015-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -102,7 +102,6 @@ files:
102
102
  - lib/turkish_banks/branch.rb
103
103
  - lib/turkish_banks/turkish_bank.rb
104
104
  - lib/turkish_banks/version.rb
105
- - turkish_banks-0.1.0.gem
106
105
  - turkish_banks.gemspec
107
106
  homepage: https://github.com/enderahmetyurt/turkish_banks
108
107
  licenses:
Binary file