northern911-client 0.1.1 → 0.1.2

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: dcf682473366f0eb08051e0a6ad974cfa82af4c26b157c890ca94e316910b14f
4
- data.tar.gz: 209eee0e5c0321a7e3c27296dbe76dee694b442bd23caff8d52474a2ac343c51
3
+ metadata.gz: 95c86b05f5b751c741c94509ec41ea8255fa77c51ea564d87f00a490de139978
4
+ data.tar.gz: 36a31ab3f6a31191397ac552dfe6aa59c37b75e897153885d74be65cf89be0c6
5
5
  SHA512:
6
- metadata.gz: 9401357e49bdde01fccca9cd116d27b82dcd72e1abcab46ea31c76a4b59d1fc26c6fbb3f68c130d9e87c47fa540052416e59cf807b9300b4836c3c9117676c82
7
- data.tar.gz: 17cb262972dd0c02cb81dd3f66a26c47057b97c9fda208d264922bbd111ef2190bee209ea2cd4255e2a7259b4cf557fc5a3e6111f4abc0ab170762b9c6f91eea
6
+ metadata.gz: d6b97835d2ff2d2bf8f8b969c0f3dee5baced0d234c4d1b1714d8e2b05562407fc4fe0f843f69e9a3e6cc8199f54767c3b269bafb6aa441d4f12b5ad3fba2e4c
7
+ data.tar.gz: 223f10f07fbce32faaa16d4362031ff650670cadacba51e33db5a37e3e87f6c467d30c341844242586b9ac9d2dac687e768e3967a97986e5d00b1bf206c13feb
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'Northern911Api/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "Northern911Api"
7
+ spec.name = "northern911-client"
8
8
  spec.version = Northern911Api::VERSION
9
9
  spec.authors = ["CHABANON Julien"]
10
10
  spec.email = ["julien.chabanon@modulis.ca"]
@@ -14,7 +14,6 @@ Gem::Specification.new do |spec|
14
14
  spec.homepage = "http://github.com/modulis/Northern911-API-WRAPPER"
15
15
  spec.license = "MIT"
16
16
 
17
- spec.name = "northern911-client"
18
17
  spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
18
  spec.files = `git ls-files`.split("\n")
20
19
  spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module Northern911Api
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: northern911-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - CHABANON Julien
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-10 00:00:00.000000000 Z
11
+ date: 2019-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -92,6 +92,7 @@ files:
92
92
  - lib/Northern911Api/configuration.rb
93
93
  - lib/Northern911Api/model/customer.rb
94
94
  - lib/Northern911Api/version.rb
95
+ - northern911-client-0.1.1.gem
95
96
  - spec/Northern911Api_spec.rb
96
97
  - spec/spec_helper.rb
97
98
  homepage: http://github.com/modulis/Northern911-API-WRAPPER