eol-client 1.0.0 → 1.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
  SHA256:
3
- metadata.gz: a9ca2c43af778808a2e4726db835f1f4f696473a100ffc3bb7b980e568df4cbd
4
- data.tar.gz: 8ddacb7b932ff7162ef6e7a24ad14dde73e60d02944ccbcf0b6c932edfaede0b
3
+ metadata.gz: ff8e935c00312a1149f08b0999deadb170ec4433c5e0af2a81b3c1d27680bbc9
4
+ data.tar.gz: 5b05d8f810a0532a34e6a5f06291d30ef7b2337cb0e895859074d3d7b1f417bc
5
5
  SHA512:
6
- metadata.gz: ea4d653b89271be4b224912da05d3481e284db13707199ff1a571af10501d165dfff85fe26581672024774150b9ed29aecca15d4033e6f0149c6fdb690ee6366
7
- data.tar.gz: 706b7cbb0c64759e603565ef89b82c307498f2dad72161eaa1b3935cb938620a4d66b825de7341e66c3ef866404d7b70134d7d0414ce45e7c272cf297c63b6de
6
+ metadata.gz: 833158523a0fb2bc483731c8c62bbef675366a7f04028174edeb45b0f34455b55d50987dc9dc2af6565e408690816550e2ca74ace796e7b95bdf5ec47cf52ebc
7
+ data.tar.gz: f3ff662115040444f31d7d7fe99a88ff803bdddc815dff7e81c1f23fc5408f9f9e21e9e0f9ba626e2004b709f73d8af920ca16fe16b85b78f80adf834af3c5ea
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Eol
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 Eol
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
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "eol"
4
+ require "eol-client"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
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
@@ -4,7 +4,7 @@ module Eol
4
4
  class Version
5
5
  MAJOR = 1
6
6
  MINOR = 0
7
- PATCH = 0
7
+ PATCH = 1
8
8
 
9
9
  class << self
10
10
  def to_s
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.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: {}