t2_airtime 0.1.7 → 0.1.8

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: 3c44ca5c1ad13b0e761fa655a9686591785a5147
4
- data.tar.gz: 03fa91213d5f9552f356439b4fb1be1ecd3a9f52
3
+ metadata.gz: 9887a0a25a3985a11957f80a4cb67fcf303ffb8c
4
+ data.tar.gz: a54135959b14040003f28f2a7208016a1453cbe7
5
5
  SHA512:
6
- metadata.gz: 415896424a99f1b0bddaf6be3cf16f8675b3bdd5547f78712cc63fdfd0983bd633cec09ac7baa951f1103197d71c071130f1ed22ae3341c8274f447e7773d216
7
- data.tar.gz: 3dabeaa26a0af936aa9613ff5c691ba8aadbfdc68151abc01200f96de70bb856d2851a5c69cd14d296a99f307be9710f550e599a24afa8ba0976e82c2b0793b9
6
+ metadata.gz: 43528d6470bee4f6cb30308d19b931797ba2d6e8a7b3b5ac48eb36e1cd37e872864cf3bbe321e8487c2bb5d044dd095d255bc3f3044dc9c30a208ad75c2da197
7
+ data.tar.gz: e7ad1294bd747d7bd9a478721b0eecb4b2f1cc9be879f13c0507340fdb533501bc7f5e565c3b41e10ea1a728542975e7f575ceddf0bde067099aeccd9900a5c9
data/config/routes.rb CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- T2Airtime::Engine.application.routes.draw do
2
+ T2Airtime::Engine.routes.draw do
3
3
  get '/countries', to: 'airtime#countries'
4
4
  get '/:country_aid/operators', to: 'airtime#operators'
5
5
  get '/:operator_aid/products', to: 'airtime#products'
@@ -1,3 +1,3 @@
1
1
  module T2Airtime
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: t2_airtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - matteolc