yandex_rasp 0.3.0 → 0.3.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
  SHA1:
3
- metadata.gz: e2e93f25c60464b711d587b4fd16fa2dc9cd0a8e
4
- data.tar.gz: bb65c5f7dae1f16b72ca0b1d660d096e9eb58838
3
+ metadata.gz: 5ef6ebea3c29e94f8529d3dd548c680bc24a3a1b
4
+ data.tar.gz: afb8f63b126ec0649d64c937bb878c27bbd66b0b
5
5
  SHA512:
6
- metadata.gz: 193dd0f20d11f2634fa0021ade40ccbf175e2e67de0b46e06ccc7672fbec4f93c2d1914f1ec67cbe55fcece13a04df8da3102d6d737120c9c90a2d12cada88e4
7
- data.tar.gz: 6d2a3dd42ee267ae2b36d7e4363c24333909376aff343863f78d4e6473143454e192a5df7f4ace9aa7969121086d4e3bc9bbeefae63d88c96eecffbdb65c2d38
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
@@ -1,3 +1,3 @@
1
1
  module YandexRasp
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
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 = ['w66w@yandex.ru']
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.0
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
- - w66w@yandex.ru
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:
data/.gitignore DELETED
@@ -1,9 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/