iml_client 0.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.
Files changed (2) hide show
  1. checksums.yaml +15 -0
  2. metadata +72 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZjcwODI4MjEyZjdmNjkwZTJiM2EwYzIzZmZkMTdjOTFjMGYzYzMxZQ==
5
+ data.tar.gz: !binary |-
6
+ MWI0ZDYxZDk3NjkxYTJkODcyMjIxNWE3YmEzNmU0YzA2NTcyNWMzZA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NjVjMzZiOWFjODhiZjdhYzFmYWIwZjQ0YTBkZGMxMjJiMGFjOWRlNjMzNjFj
10
+ MWUxZGI5MTI1NGI1ZDAxMTFmYjUyYzhlYWViOTI2MzFhYWFkMjMzNWM0YzA2
11
+ OWEwMDRiOGQ1YTdmYzNiMzcwNmQwNGJjNTE0ZmVkMDNlODQ5ZmE=
12
+ data.tar.gz: !binary |-
13
+ OWI1NTEwZGI5YmU4ZWNmN2RiNWZiOGE5YzRiODliMzBmMzEzZGEyMjJlZjMx
14
+ NGVkMTdjOWIxZjBjMjFmNmMwOTMxNTkyMWZjZDg3NmQwMWQzNTg2NDZkZjg0
15
+ MWNhY2RkZWE3YWJkZDI5YWI4YzQ2Mjk0OWUxMDc5YWRmNDY2ODY=
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: iml_client
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Babur Usenakunov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-11-09 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: httparty
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: 0.13.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: 0.13.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: '1.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: '1.0'
41
+ description: Client for IML logistics service API
42
+ email:
43
+ - bob.usenakunov@gmail.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files: []
48
+ homepage: https://github.com/bob-frost/iml_client
49
+ licenses:
50
+ - MIT
51
+ metadata: {}
52
+ post_install_message:
53
+ rdoc_options: []
54
+ require_paths:
55
+ - lib
56
+ required_ruby_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ! '>='
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ! '>='
64
+ - !ruby/object:Gem::Version
65
+ version: '0'
66
+ requirements: []
67
+ rubyforge_project:
68
+ rubygems_version: 2.4.3
69
+ signing_key:
70
+ specification_version: 4
71
+ summary: Client for IML logistics service API
72
+ test_files: []