eol-client 1.0.0 → 1.0.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/README.md +3 -3
- data/bin/console +1 -1
- data/eol.gemspec +1 -1
- data/lib/{eol.rb → eol-client.rb} +0 -0
- data/lib/eol/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff8e935c00312a1149f08b0999deadb170ec4433c5e0af2a81b3c1d27680bbc9
|
|
4
|
+
data.tar.gz: 5b05d8f810a0532a34e6a5f06291d30ef7b2337cb0e895859074d3d7b1f417bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 833158523a0fb2bc483731c8c62bbef675366a7f04028174edeb45b0f34455b55d50987dc9dc2af6565e408690816550e2ca74ace796e7b95bdf5ec47cf52ebc
|
|
7
|
+
data.tar.gz: f3ff662115040444f31d7d7fe99a88ff803bdddc815dff7e81c1f23fc5408f9f9e21e9e0f9ba626e2004b709f73d8af920ca16fe16b85b78f80adf834af3c5ea
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# EolClient
|
|
2
2
|
|
|
3
3
|
Eol stand for ExactOnline, it's just an API wrapper for [Exact Online](https://developers.exactonline.com/).
|
|
4
4
|
|
|
@@ -26,7 +26,7 @@ And then execute:
|
|
|
26
26
|
|
|
27
27
|
Or install it yourself as:
|
|
28
28
|
|
|
29
|
-
$ gem install
|
|
29
|
+
$ gem install eol-client
|
|
30
30
|
|
|
31
31
|
## Authorization and Setup
|
|
32
32
|
|
|
@@ -224,7 +224,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
224
224
|
|
|
225
225
|
## Contributing
|
|
226
226
|
|
|
227
|
-
1. Fork it ( https://github.com/[my-github-username]/eol/fork )
|
|
227
|
+
1. Fork it ( https://github.com/[my-github-username]/eol-client/fork )
|
|
228
228
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
229
229
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
230
230
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/bin/console
CHANGED
data/eol.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.email = ["er.ahmad.hassan@gmail.com"]
|
|
12
12
|
|
|
13
13
|
spec.summary = "API wrapper for Exact Online"
|
|
14
|
-
spec.homepage = "https://github.com/ahmadhasankhan/eol"
|
|
14
|
+
spec.homepage = "https://github.com/ahmadhasankhan/eol-client"
|
|
15
15
|
spec.licenses = %w[MIT]
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
|
|
File without changes
|
data/lib/eol/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eol-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ahmad Hassan
|
|
@@ -271,7 +271,7 @@ files:
|
|
|
271
271
|
- bin/setup
|
|
272
272
|
- eol.gemspec
|
|
273
273
|
- jenkins.sh
|
|
274
|
-
- lib/eol.rb
|
|
274
|
+
- lib/eol-client.rb
|
|
275
275
|
- lib/eol/api.rb
|
|
276
276
|
- lib/eol/client.rb
|
|
277
277
|
- lib/eol/config.rb
|
|
@@ -330,7 +330,7 @@ files:
|
|
|
330
330
|
- lib/eol/uri.rb
|
|
331
331
|
- lib/eol/utils.rb
|
|
332
332
|
- lib/eol/version.rb
|
|
333
|
-
homepage: https://github.com/ahmadhasankhan/eol
|
|
333
|
+
homepage: https://github.com/ahmadhasankhan/eol-client
|
|
334
334
|
licenses:
|
|
335
335
|
- MIT
|
|
336
336
|
metadata: {}
|