yandex_rasp 0.3.0 → 0.3.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/Gemfile.lock +41 -0
- data/lib/yandex_rasp/version.rb +1 -1
- data/pkg/yandex_rasp-0.3.0.gem +0 -0
- data/yandex_rasp.gemspec +1 -1
- metadata +4 -3
- data/.gitignore +0 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ef6ebea3c29e94f8529d3dd548c680bc24a3a1b
|
|
4
|
+
data.tar.gz: afb8f63b126ec0649d64c937bb878c27bbd66b0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6645a0f647c1cf387cbdf596c3a689b1f2e1f71fec3916e966f16e7094b366a72541800a578fbc41398be00c21faf79f615a6f37f2d9500534692f5e8112b8bc
|
|
7
|
+
data.tar.gz: 02107a70150e15eae46e21a1bcab5030d4a812577c9f50ea539a7724ba6d5fef6672ac9dd41cd4ca661e627d1cc676c768a364239b0d2f19f0b5e5b7821480f4
|
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
yandex_rasp (0.3.1)
|
|
5
|
+
httparty
|
|
6
|
+
|
|
7
|
+
GEM
|
|
8
|
+
remote: https://rubygems.org/
|
|
9
|
+
specs:
|
|
10
|
+
diff-lcs (1.2.5)
|
|
11
|
+
httparty (0.13.5)
|
|
12
|
+
json (~> 1.8)
|
|
13
|
+
multi_xml (>= 0.5.2)
|
|
14
|
+
json (1.8.3)
|
|
15
|
+
multi_xml (0.5.5)
|
|
16
|
+
rake (10.4.2)
|
|
17
|
+
rspec (3.3.0)
|
|
18
|
+
rspec-core (~> 3.3.0)
|
|
19
|
+
rspec-expectations (~> 3.3.0)
|
|
20
|
+
rspec-mocks (~> 3.3.0)
|
|
21
|
+
rspec-core (3.3.2)
|
|
22
|
+
rspec-support (~> 3.3.0)
|
|
23
|
+
rspec-expectations (3.3.1)
|
|
24
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
25
|
+
rspec-support (~> 3.3.0)
|
|
26
|
+
rspec-mocks (3.3.2)
|
|
27
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
28
|
+
rspec-support (~> 3.3.0)
|
|
29
|
+
rspec-support (3.3.0)
|
|
30
|
+
|
|
31
|
+
PLATFORMS
|
|
32
|
+
ruby
|
|
33
|
+
|
|
34
|
+
DEPENDENCIES
|
|
35
|
+
bundler (~> 1.10)
|
|
36
|
+
rake (~> 10.0)
|
|
37
|
+
rspec
|
|
38
|
+
yandex_rasp!
|
|
39
|
+
|
|
40
|
+
BUNDLED WITH
|
|
41
|
+
1.10.6
|
data/lib/yandex_rasp/version.rb
CHANGED
|
Binary file
|
data/yandex_rasp.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.name = 'yandex_rasp'
|
|
9
9
|
spec.version = YandexRasp::VERSION
|
|
10
10
|
spec.authors = ['Peter Boriskin']
|
|
11
|
-
spec.email = ['
|
|
11
|
+
spec.email = ['x66w@yandex.ru']
|
|
12
12
|
|
|
13
13
|
spec.summary = 'Ruby Client for the Yandex Raspisaniya Api'
|
|
14
14
|
spec.homepage = 'https://github.com/sanata-/yandex-rasp'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yandex_rasp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boriskin
|
|
@@ -68,18 +68,19 @@ dependencies:
|
|
|
68
68
|
version: '0'
|
|
69
69
|
description:
|
|
70
70
|
email:
|
|
71
|
-
-
|
|
71
|
+
- x66w@yandex.ru
|
|
72
72
|
executables: []
|
|
73
73
|
extensions: []
|
|
74
74
|
extra_rdoc_files: []
|
|
75
75
|
files:
|
|
76
|
-
- ".gitignore"
|
|
77
76
|
- Gemfile
|
|
77
|
+
- Gemfile.lock
|
|
78
78
|
- LICENSE.txt
|
|
79
79
|
- README.md
|
|
80
80
|
- Rakefile
|
|
81
81
|
- lib/yandex_rasp.rb
|
|
82
82
|
- lib/yandex_rasp/version.rb
|
|
83
|
+
- pkg/yandex_rasp-0.3.0.gem
|
|
83
84
|
- yandex_rasp.gemspec
|
|
84
85
|
homepage: https://github.com/sanata-/yandex-rasp
|
|
85
86
|
licenses:
|