iml_client 0.0.2 → 0.0.3

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 (4) hide show
  1. checksums.yaml +5 -13
  2. data/README.md +4 -1
  3. data/lib/iml_client/version.rb +1 -1
  4. metadata +10 -10
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZTFlMGMwZmVhY2M1MWE0YWFiNzIzYmIwZGNlNDUzYTg3NTNmM2M3Yg==
5
- data.tar.gz: !binary |-
6
- ZjVhN2RjYzQxMWE2OTViMWE3OWNmNGNhMjBlMTMxZWJlODJhYzAxMg==
2
+ SHA1:
3
+ metadata.gz: 76ee3a7eca47220ae977df4c43350f75e7566503
4
+ data.tar.gz: 87e597cfcc351efe301712da13256794521f62a2
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NDdhYzJhYmVkMjJlNTlhYjcxOGI2MzgwMTg5OWJkNDBmM2I5NDc3NGQ0MzBj
10
- MWI1NTI3ODBmYmYyYTAyYTAxNWZjMmE5MDAxMTkwYmNkMjI5ZTBlZWM2NTFj
11
- NzcxZDQ0MTRjZTI5YTkzMjU2OWY1YTVmNTgzOTE3ZWM0NDY5MzI=
12
- data.tar.gz: !binary |-
13
- YTdjOGM5ZDMwNTQyMWVlMjdjNGFhN2MwMjVjOGNjNWFjNDE4YmEyMDg5ZWM1
14
- YmY1NjZiYjI5Mzc1MWNkOTlkMDkyYWJkOGExMWVmNjNiNjY5NmQ4OWIzZTM5
15
- NTYwNGNkY2IyNTkzZjE3NGZhOWMwM2Y4MWZmOGI1NTRhMWY4Nzk=
6
+ metadata.gz: d4f4e1c1b06fefda6e8d61617297b046ba1d9310edda29e15daa948177746e9d88d2248eb3d4116424ddb1b9449e8fa7afb5b42bd121f7aa0dc13c736bdf090d
7
+ data.tar.gz: 6201fd3b9ff8ce3686e224b145718360700e64ef962bdb131733f2b9014c64fa9eb9c40c07cff577dbb306fd71fdc1102a10963bda679c65eccec165505d8a7a
data/README.md CHANGED
@@ -143,6 +143,9 @@ client.services
143
143
  - Тесты
144
144
 
145
145
  ## Ссылки
146
- - [iml.ru](http://iml.ru/) - Оффициальный сайт IML.
146
+ - [iml.ru](http://iml.ru/) - Сайт IML.
147
147
  - [api.iml.ru](http://api.iml.ru/) - Документация к API IML.
148
148
  - [list.iml.ru](http://list.iml.ru/) - Документация к API справочного сервиса IML.
149
+
150
+
151
+ Разработано при поддержке интернет-магазина настольных игр "[Танго и Кэш](http://tango-cash.ru/)"
@@ -1,3 +1,3 @@
1
1
  module ImlClient
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iml_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Babur Usenakunov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-09 00:00:00.000000000 Z
11
+ date: 2016-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.11'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0.11'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '1.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.0'
41
41
  description: Client for IML logistics service API
@@ -45,7 +45,7 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - .gitignore
48
+ - ".gitignore"
49
49
  - Gemfile
50
50
  - LICENSE.txt
51
51
  - README.md
@@ -70,17 +70,17 @@ require_paths:
70
70
  - lib
71
71
  required_ruby_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ! '>='
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
- - - ! '>='
78
+ - - ">="
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
82
  rubyforge_project:
83
- rubygems_version: 2.4.3
83
+ rubygems_version: 2.4.8
84
84
  signing_key:
85
85
  specification_version: 4
86
86
  summary: Client for IML logistics service API