border-patrol 0.1.11 → 0.1.12
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 +28 -28
- data/lib/border_patrol/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7da6a8c7155326ca0ef9d8cf6ac6f9ec3c7d4a20
|
4
|
+
data.tar.gz: f1425ba45dc8c5961fc8ba0f4afec3274f82f5bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0aed00e0df9f218deb09d46f448ac666ab8f2340a7f8c4ed00a1326d915ca0c1217a36fdbf5ff437a62e344e4e31ed164c76d88cfe3973d88cef5c58283db6ee
|
7
|
+
data.tar.gz: 387692c7ed26549ae189ef3c8c6b086e90d01d739d1787867d00b9638a0f9afc0661caa241fa2acc4f7f3930830092714e952a3040346210818a9e8cc470ca2c
|
data/Gemfile.lock
CHANGED
@@ -1,34 +1,34 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
border-patrol (0.1.
|
4
|
+
border-patrol (0.1.12)
|
5
5
|
rails (>= 3)
|
6
6
|
timers
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: http://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actionmailer (4.1.
|
12
|
-
actionpack (= 4.1.
|
13
|
-
actionview (= 4.1.
|
11
|
+
actionmailer (4.1.8)
|
12
|
+
actionpack (= 4.1.8)
|
13
|
+
actionview (= 4.1.8)
|
14
14
|
mail (~> 2.5, >= 2.5.4)
|
15
|
-
actionpack (4.1.
|
16
|
-
actionview (= 4.1.
|
17
|
-
activesupport (= 4.1.
|
15
|
+
actionpack (4.1.8)
|
16
|
+
actionview (= 4.1.8)
|
17
|
+
activesupport (= 4.1.8)
|
18
18
|
rack (~> 1.5.2)
|
19
19
|
rack-test (~> 0.6.2)
|
20
|
-
actionview (4.1.
|
21
|
-
activesupport (= 4.1.
|
20
|
+
actionview (4.1.8)
|
21
|
+
activesupport (= 4.1.8)
|
22
22
|
builder (~> 3.1)
|
23
23
|
erubis (~> 2.7.0)
|
24
|
-
activemodel (4.1.
|
25
|
-
activesupport (= 4.1.
|
24
|
+
activemodel (4.1.8)
|
25
|
+
activesupport (= 4.1.8)
|
26
26
|
builder (~> 3.1)
|
27
|
-
activerecord (4.1.
|
28
|
-
activemodel (= 4.1.
|
29
|
-
activesupport (= 4.1.
|
27
|
+
activerecord (4.1.8)
|
28
|
+
activemodel (= 4.1.8)
|
29
|
+
activesupport (= 4.1.8)
|
30
30
|
arel (~> 5.0.0)
|
31
|
-
activesupport (4.1.
|
31
|
+
activesupport (4.1.8)
|
32
32
|
i18n (~> 0.6, >= 0.6.9)
|
33
33
|
json (~> 1.7, >= 1.7.7)
|
34
34
|
minitest (~> 5.1)
|
@@ -42,27 +42,27 @@ GEM
|
|
42
42
|
hitimes (1.2.2)
|
43
43
|
i18n (0.6.11)
|
44
44
|
json (1.8.1)
|
45
|
-
mail (2.6.
|
45
|
+
mail (2.6.3)
|
46
46
|
mime-types (>= 1.16, < 3)
|
47
47
|
mime-types (2.4.3)
|
48
|
-
minitest (5.4.
|
48
|
+
minitest (5.4.3)
|
49
49
|
multi_json (1.10.1)
|
50
50
|
rack (1.5.2)
|
51
51
|
rack-test (0.6.2)
|
52
52
|
rack (>= 1.0)
|
53
|
-
rails (4.1.
|
54
|
-
actionmailer (= 4.1.
|
55
|
-
actionpack (= 4.1.
|
56
|
-
actionview (= 4.1.
|
57
|
-
activemodel (= 4.1.
|
58
|
-
activerecord (= 4.1.
|
59
|
-
activesupport (= 4.1.
|
53
|
+
rails (4.1.8)
|
54
|
+
actionmailer (= 4.1.8)
|
55
|
+
actionpack (= 4.1.8)
|
56
|
+
actionview (= 4.1.8)
|
57
|
+
activemodel (= 4.1.8)
|
58
|
+
activerecord (= 4.1.8)
|
59
|
+
activesupport (= 4.1.8)
|
60
60
|
bundler (>= 1.3.0, < 2.0)
|
61
|
-
railties (= 4.1.
|
61
|
+
railties (= 4.1.8)
|
62
62
|
sprockets-rails (~> 2.0)
|
63
|
-
railties (4.1.
|
64
|
-
actionpack (= 4.1.
|
65
|
-
activesupport (= 4.1.
|
63
|
+
railties (4.1.8)
|
64
|
+
actionpack (= 4.1.8)
|
65
|
+
activesupport (= 4.1.8)
|
66
66
|
rake (>= 0.8.7)
|
67
67
|
thor (>= 0.18.1, < 2.0)
|
68
68
|
rake (10.3.2)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: border-patrol
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leonid Beder
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|