metrika 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +0 -20
- data/Gemfile.lock +36 -34
- data/lib/metrika/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a5df39d559b86714ba0044d4376152af7ee2168
|
4
|
+
data.tar.gz: 5bc2d3b38ef0ea807bc19c2c3e7202df7e24e8ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6aefd0cf2ade03e7978e43ed13b14f1ed1aaa9dab2cdb14ec8dfe8fd15bd89d1f030af0619807e6c149c421ae155944aea8d224410f3b854806bc9d51fd71d2f
|
7
|
+
data.tar.gz: df1fdee4e251151acc26c612900c03916e39eacd13981990efa12f50745f689554cb67fc797eee459d3c057494db9bb7e92b7d091aabb810a13d9412bdf10292
|
data/Gemfile
CHANGED
@@ -1,23 +1,3 @@
|
|
1
1
|
source 'https://rubygems.org'
|
2
2
|
|
3
3
|
gemspec
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
# source "http://rubygems.org"
|
8
|
-
# gem 'oauth2'
|
9
|
-
# gem 'yajl-ruby'
|
10
|
-
|
11
|
-
# # Add dependencies to develop your gem here.
|
12
|
-
# # Include everything needed to run rake, tests, features, etc.
|
13
|
-
# group :development do
|
14
|
-
# gem "shoulda", ">= 0"
|
15
|
-
# gem "rdoc", "~> 3.12"
|
16
|
-
# gem "bundler", "~> 1.2.1"
|
17
|
-
# gem "jeweler", "~> 1.8.4"
|
18
|
-
# end
|
19
|
-
|
20
|
-
# group :test do
|
21
|
-
# gem 'vcr'
|
22
|
-
# gem 'webmock'
|
23
|
-
# end
|
data/Gemfile.lock
CHANGED
@@ -8,57 +8,59 @@ PATH
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (
|
12
|
-
i18n (~> 0.6)
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
11
|
+
activesupport (4.0.2)
|
12
|
+
i18n (~> 0.6, >= 0.6.4)
|
13
|
+
minitest (~> 4.2)
|
14
|
+
multi_json (~> 1.3)
|
15
|
+
thread_safe (~> 0.1)
|
16
|
+
tzinfo (~> 0.3.37)
|
17
|
+
addressable (2.3.5)
|
18
|
+
atomic (1.1.14)
|
19
|
+
crack (0.4.2)
|
20
|
+
safe_yaml (~> 1.0.0)
|
18
21
|
diff-lcs (1.2.5)
|
19
22
|
faraday (0.9.0)
|
20
23
|
multipart-post (>= 1.2, < 3)
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
mocha (0.10.5)
|
28
|
-
metaclass (~> 0.0.1)
|
29
|
-
multi_json (1.4.0)
|
24
|
+
i18n (0.6.9)
|
25
|
+
json (1.8.1)
|
26
|
+
jwt (0.1.11)
|
27
|
+
multi_json (>= 1.5)
|
28
|
+
minitest (4.7.5)
|
29
|
+
multi_json (1.8.4)
|
30
30
|
multi_xml (0.5.5)
|
31
31
|
multipart-post (2.0.0)
|
32
|
-
oauth2 (0.9.
|
33
|
-
faraday (
|
34
|
-
|
35
|
-
|
36
|
-
multi_json (~> 1.0)
|
32
|
+
oauth2 (0.9.3)
|
33
|
+
faraday (>= 0.8, < 0.10)
|
34
|
+
jwt (~> 0.1.8)
|
35
|
+
multi_json (~> 1.3)
|
37
36
|
multi_xml (~> 0.5)
|
38
37
|
rack (~> 1.2)
|
39
38
|
rack (1.5.2)
|
40
|
-
rake (10.
|
41
|
-
rdoc (
|
39
|
+
rake (10.1.1)
|
40
|
+
rdoc (4.1.1)
|
42
41
|
json (~> 1.4)
|
43
42
|
rspec (2.14.1)
|
44
43
|
rspec-core (~> 2.14.0)
|
45
44
|
rspec-expectations (~> 2.14.0)
|
46
45
|
rspec-mocks (~> 2.14.0)
|
47
46
|
rspec-core (2.14.7)
|
48
|
-
rspec-expectations (2.14.
|
47
|
+
rspec-expectations (2.14.5)
|
49
48
|
diff-lcs (>= 1.1.3, < 2.0)
|
50
|
-
rspec-mocks (2.14.
|
51
|
-
|
52
|
-
|
53
|
-
shoulda-
|
54
|
-
|
55
|
-
shoulda-
|
49
|
+
rspec-mocks (2.14.5)
|
50
|
+
safe_yaml (1.0.1)
|
51
|
+
shoulda (3.5.0)
|
52
|
+
shoulda-context (~> 1.0, >= 1.0.1)
|
53
|
+
shoulda-matchers (>= 1.4.1, < 3.0)
|
54
|
+
shoulda-context (1.1.6)
|
55
|
+
shoulda-matchers (2.5.0)
|
56
56
|
activesupport (>= 3.0.0)
|
57
|
-
|
58
|
-
|
59
|
-
|
57
|
+
thread_safe (0.1.3)
|
58
|
+
atomic
|
59
|
+
tzinfo (0.3.38)
|
60
|
+
vcr (2.8.0)
|
61
|
+
webmock (1.17.3)
|
60
62
|
addressable (>= 2.2.7)
|
61
|
-
crack (>= 0.
|
63
|
+
crack (>= 0.3.2)
|
62
64
|
yajl-ruby (1.2.0)
|
63
65
|
|
64
66
|
PLATFORMS
|
data/lib/metrika/version.rb
CHANGED