t2_airtime 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38e4e557218b14ad7121726d230ab461c023086c
4
- data.tar.gz: a28342602169af97f687efe81c7a21c69b55ff5e
3
+ metadata.gz: bc3d42284a0dc27d0322214bcde7d80ccb02e20d
4
+ data.tar.gz: a15023d4e9449635920baa19c4a4405d9984483b
5
5
  SHA512:
6
- metadata.gz: 89da1d5f2631d4b9444516ca44ea0d5a9dbd9b3055fbacf3b5d0a3a11c5a5850ae052a95489d6f0948d34020f1ce84d40425113d499b73fdbc60cd965d38b635
7
- data.tar.gz: c847a4b2391449383ef123fb6aa367fd3b7df770ade4842244c6269d038de7478245fe05c83c28a0518293bf2afaaaf4861f4211b363d15a316e2811fdb29906
6
+ metadata.gz: 1c78fbe2336823e689ef5492e9db4babbb550639957692ff5a38fa751a3fd924441bf20031b493fea81baea6ea8bad1df371a0de6279efda29c7076f3f13b885
7
+ data.tar.gz: 7148dfa87929738484e798dcca447ccd0c8f68dca894226dc7d2aaa84714060c139c330499ed24992e3c2cde3c169703ca81474ad44db2f2eff5574b88392e4f
@@ -1,8 +1,8 @@
1
-
2
1
  T2Airtime::Engine.routes.draw do
2
+ get '/account', to: 'airtime#account'
3
3
  get '/countries', to: 'airtime#countries'
4
- get '/:country_aid/operators', to: 'airtime#operators'
5
- get '/:operator_aid/products', to: 'airtime#products'
4
+ get '/countries/:id/operators', to: 'airtime#operators'
5
+ get '/countries/:country_id/operators/:id/products', to: 'airtime#products'
6
6
  get '/transactions', to: 'airtime#transactions'
7
7
  get '/transactions/:id', to: 'airtime#transaction'
8
8
  end
@@ -1,3 +1,3 @@
1
1
  module T2Airtime
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
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.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - matteolc