oanda_api_v20 0.0.0 → 0.0.1

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: 3c9ce33c83a1acdd9dc8bde4d5a20f6114d5504d
4
- data.tar.gz: 4a16b74d5edf031d265b7290ac3767e06051fc2f
3
+ metadata.gz: 9e7ea27b4c4f2ed299a3b6f2012cb34827adc249
4
+ data.tar.gz: d02453757e8d2c6a7bac56bb268260e7888fe900
5
5
  SHA512:
6
- metadata.gz: a7ded07fe6f08a1973aab921ee162274b8a320d55d8610d3dcccfd664f4f015d037f371f8dac13d0d4b291e578f182d45e102964c6d94cd34118e8000e4f6a15
7
- data.tar.gz: 226e9282b316e6479c0a0ba91bd635471b5d1dd63cc5b49ec880902156cf42adaad47ffb605f43370242058ea1e0170badf4caf5abe46e25505e779d51edaccd
6
+ metadata.gz: 9afe11b13e2fe4b05dd836a2aee6148c296a88c0cfe8cbaf48bc554d2ff167ab77dfd0094919f36251b96fb734030a866a5a156180e24d39d141ffbf5df1a583
7
+ data.tar.gz: 64c7a641ce9bb358dd3cd63e7430667d2caf35d05ba0638eeebf65203eea45b33050f1271b8f15ef8f991c771ac58e2247056b473b1017d81851cca0a2fe4e47
data/.gitignore CHANGED
@@ -1,2 +1,2 @@
1
1
  .byebug_history
2
- oanda_api_v20-0.0.0.gem
2
+ oanda_api_v20-*.gem
data/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2016 Kobus Joubert
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1 @@
1
+ # OandaApiV20
@@ -1,3 +1,3 @@
1
1
  module OandaApiV20
2
- VERSION = '0.0.0'
2
+ VERSION = '0.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oanda_api_v20
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kobus Joubert
@@ -45,6 +45,8 @@ extensions: []
45
45
  extra_rdoc_files: []
46
46
  files:
47
47
  - ".gitignore"
48
+ - LICENSE
49
+ - README.md
48
50
  - lib/oanda_api_v20.rb
49
51
  - lib/oanda_api_v20/accounts.rb
50
52
  - lib/oanda_api_v20/api.rb