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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a937ae8f4f2ac941faf8b8120ea8c6497f3f3fe
4
- data.tar.gz: 7130d7ca48ea964b69d68146ddfe901d452b7fe4
3
+ metadata.gz: 7da6a8c7155326ca0ef9d8cf6ac6f9ec3c7d4a20
4
+ data.tar.gz: f1425ba45dc8c5961fc8ba0f4afec3274f82f5bc
5
5
  SHA512:
6
- metadata.gz: b8497dd2047618283ed9cdb8264cf257e6d9214e0f1a447a4161c511772d59174b3352c729b494cba5bd18626fe726b71b4a00bb70c3c4671bf43e8fd07e6691
7
- data.tar.gz: fa73fb782761bc659f0bc64e6ad31a7267246ba5bc9f066af033950d47a59872585406e37c22e8bafbcff75ec2fd2b97c84fe7bca09b0ef52c1887a80c9f3a0c
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.11)
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.7)
12
- actionpack (= 4.1.7)
13
- actionview (= 4.1.7)
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.7)
16
- actionview (= 4.1.7)
17
- activesupport (= 4.1.7)
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.7)
21
- activesupport (= 4.1.7)
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.7)
25
- activesupport (= 4.1.7)
24
+ activemodel (4.1.8)
25
+ activesupport (= 4.1.8)
26
26
  builder (~> 3.1)
27
- activerecord (4.1.7)
28
- activemodel (= 4.1.7)
29
- activesupport (= 4.1.7)
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.7)
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.1)
45
+ mail (2.6.3)
46
46
  mime-types (>= 1.16, < 3)
47
47
  mime-types (2.4.3)
48
- minitest (5.4.2)
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.7)
54
- actionmailer (= 4.1.7)
55
- actionpack (= 4.1.7)
56
- actionview (= 4.1.7)
57
- activemodel (= 4.1.7)
58
- activerecord (= 4.1.7)
59
- activesupport (= 4.1.7)
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.7)
61
+ railties (= 4.1.8)
62
62
  sprockets-rails (~> 2.0)
63
- railties (4.1.7)
64
- actionpack (= 4.1.7)
65
- activesupport (= 4.1.7)
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)
@@ -1,3 +1,3 @@
1
1
  module BorderPatrol
2
- VERSION = '0.1.11'.freeze
2
+ VERSION = '0.1.12'.freeze
3
3
  end
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.11
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-10-31 00:00:00.000000000 Z
11
+ date: 2014-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails