t2_airtime 0.2.0 → 0.2.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/.gitignore +0 -1
- data/README.md +13 -14
- data/app/controllers/t2_airtime/airtime_controller.rb +9 -4
- data/doc/T2Airtime/API.html +1152 -0
- data/doc/T2Airtime/Account.html +260 -0
- data/doc/T2Airtime/AirtimeController.html +491 -0
- data/doc/T2Airtime/Base.html +346 -0
- data/doc/T2Airtime/ConfigurationError.html +124 -0
- data/doc/T2Airtime/Country.html +448 -0
- data/doc/T2Airtime/Engine.html +124 -0
- data/doc/T2Airtime/Error.html +290 -0
- data/doc/T2Airtime/Operator.html +272 -0
- data/doc/T2Airtime/Product.html +294 -0
- data/doc/T2Airtime/Reply.html +775 -0
- data/doc/T2Airtime/Request.html +664 -0
- data/doc/T2Airtime/Test.html +221 -0
- data/doc/T2Airtime/Transaction.html +426 -0
- data/doc/T2Airtime/Util.html +338 -0
- data/doc/T2Airtime.html +147 -0
- data/doc/_index.html +265 -0
- data/doc/class_list.html +51 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +58 -0
- data/doc/css/style.css +492 -0
- data/doc/file.README.html +172 -0
- data/doc/file_list.html +56 -0
- data/doc/frames.html +17 -0
- data/doc/index.html +172 -0
- data/doc/js/app.js +248 -0
- data/doc/js/full_list.js +216 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +491 -0
- data/doc/top-level-namespace.html +110 -0
- data/lib/t2_airtime/serializer.rb +10 -5
- data/lib/t2_airtime/util.rb +4 -0
- data/lib/t2_airtime/version.rb +1 -1
- data/release +6 -0
- metadata +33 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: t2_airtime
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- matteolc
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -132,6 +132,36 @@ files:
|
|
132
132
|
- Rakefile
|
133
133
|
- app/controllers/t2_airtime/airtime_controller.rb
|
134
134
|
- config/routes.rb
|
135
|
+
- doc/T2Airtime.html
|
136
|
+
- doc/T2Airtime/API.html
|
137
|
+
- doc/T2Airtime/Account.html
|
138
|
+
- doc/T2Airtime/AirtimeController.html
|
139
|
+
- doc/T2Airtime/Base.html
|
140
|
+
- doc/T2Airtime/ConfigurationError.html
|
141
|
+
- doc/T2Airtime/Country.html
|
142
|
+
- doc/T2Airtime/Engine.html
|
143
|
+
- doc/T2Airtime/Error.html
|
144
|
+
- doc/T2Airtime/Operator.html
|
145
|
+
- doc/T2Airtime/Product.html
|
146
|
+
- doc/T2Airtime/Reply.html
|
147
|
+
- doc/T2Airtime/Request.html
|
148
|
+
- doc/T2Airtime/Test.html
|
149
|
+
- doc/T2Airtime/Transaction.html
|
150
|
+
- doc/T2Airtime/Util.html
|
151
|
+
- doc/_index.html
|
152
|
+
- doc/class_list.html
|
153
|
+
- doc/css/common.css
|
154
|
+
- doc/css/full_list.css
|
155
|
+
- doc/css/style.css
|
156
|
+
- doc/file.README.html
|
157
|
+
- doc/file_list.html
|
158
|
+
- doc/frames.html
|
159
|
+
- doc/index.html
|
160
|
+
- doc/js/app.js
|
161
|
+
- doc/js/full_list.js
|
162
|
+
- doc/js/jquery.js
|
163
|
+
- doc/method_list.html
|
164
|
+
- doc/top-level-namespace.html
|
135
165
|
- lib/t2_airtime.rb
|
136
166
|
- lib/t2_airtime/api.rb
|
137
167
|
- lib/t2_airtime/base.rb
|
@@ -143,6 +173,7 @@ files:
|
|
143
173
|
- lib/t2_airtime/url.rb
|
144
174
|
- lib/t2_airtime/util.rb
|
145
175
|
- lib/t2_airtime/version.rb
|
176
|
+
- release
|
146
177
|
- t2_airtime.gemspec
|
147
178
|
homepage: https://github.com/matteolc/t2_airtime
|
148
179
|
licenses:
|