border-patrol 0.1.10 → 0.1.11

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: c103dcbaa7e8b62f4be34aab648cdaefdeba8868
4
- data.tar.gz: cf70f5e3584fe12a8f5f0d8fb394f386e48d628c
3
+ metadata.gz: 4a937ae8f4f2ac941faf8b8120ea8c6497f3f3fe
4
+ data.tar.gz: 7130d7ca48ea964b69d68146ddfe901d452b7fe4
5
5
  SHA512:
6
- metadata.gz: 6a6ad0d5444e5b0432859b50a74254d0b57ad8305f3beb03b1fc0af24cceeacdb5076db7d3845a0b6d06d31e730377373cc0f449ea257b5596e458e177ca67f6
7
- data.tar.gz: 30e1dfd8f33532e79996f12545e02662594107311498da0c5c7e0ddfe9aa9803ccd1b5c87a7f9a7069546cfd87414ef4ccc64a076bc694fddc779a825aedeaf1
6
+ metadata.gz: b8497dd2047618283ed9cdb8264cf257e6d9214e0f1a447a4161c511772d59174b3352c729b494cba5bd18626fe726b71b4a00bb70c3c4671bf43e8fd07e6691
7
+ data.tar.gz: fa73fb782761bc659f0bc64e6ad31a7267246ba5bc9f066af033950d47a59872585406e37c22e8bafbcff75ec2fd2b97c84fe7bca09b0ef52c1887a80c9f3a0c
data/Gemfile.lock CHANGED
@@ -1,34 +1,34 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- border-patrol (0.1.10)
4
+ border-patrol (0.1.11)
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.6)
12
- actionpack (= 4.1.6)
13
- actionview (= 4.1.6)
11
+ actionmailer (4.1.7)
12
+ actionpack (= 4.1.7)
13
+ actionview (= 4.1.7)
14
14
  mail (~> 2.5, >= 2.5.4)
15
- actionpack (4.1.6)
16
- actionview (= 4.1.6)
17
- activesupport (= 4.1.6)
15
+ actionpack (4.1.7)
16
+ actionview (= 4.1.7)
17
+ activesupport (= 4.1.7)
18
18
  rack (~> 1.5.2)
19
19
  rack-test (~> 0.6.2)
20
- actionview (4.1.6)
21
- activesupport (= 4.1.6)
20
+ actionview (4.1.7)
21
+ activesupport (= 4.1.7)
22
22
  builder (~> 3.1)
23
23
  erubis (~> 2.7.0)
24
- activemodel (4.1.6)
25
- activesupport (= 4.1.6)
24
+ activemodel (4.1.7)
25
+ activesupport (= 4.1.7)
26
26
  builder (~> 3.1)
27
- activerecord (4.1.6)
28
- activemodel (= 4.1.6)
29
- activesupport (= 4.1.6)
27
+ activerecord (4.1.7)
28
+ activemodel (= 4.1.7)
29
+ activesupport (= 4.1.7)
30
30
  arel (~> 5.0.0)
31
- activesupport (4.1.6)
31
+ activesupport (4.1.7)
32
32
  i18n (~> 0.6, >= 0.6.9)
33
33
  json (~> 1.7, >= 1.7.7)
34
34
  minitest (~> 5.1)
@@ -44,25 +44,25 @@ GEM
44
44
  json (1.8.1)
45
45
  mail (2.6.1)
46
46
  mime-types (>= 1.16, < 3)
47
- mime-types (2.3)
48
- minitest (5.4.1)
47
+ mime-types (2.4.3)
48
+ minitest (5.4.2)
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.6)
54
- actionmailer (= 4.1.6)
55
- actionpack (= 4.1.6)
56
- actionview (= 4.1.6)
57
- activemodel (= 4.1.6)
58
- activerecord (= 4.1.6)
59
- activesupport (= 4.1.6)
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)
60
60
  bundler (>= 1.3.0, < 2.0)
61
- railties (= 4.1.6)
61
+ railties (= 4.1.7)
62
62
  sprockets-rails (~> 2.0)
63
- railties (4.1.6)
64
- actionpack (= 4.1.6)
65
- activesupport (= 4.1.6)
63
+ railties (4.1.7)
64
+ actionpack (= 4.1.7)
65
+ activesupport (= 4.1.7)
66
66
  rake (>= 0.8.7)
67
67
  thor (>= 0.18.1, < 2.0)
68
68
  rake (10.3.2)
@@ -72,23 +72,23 @@ GEM
72
72
  rspec-core (~> 3.1.0)
73
73
  rspec-expectations (~> 3.1.0)
74
74
  rspec-mocks (~> 3.1.0)
75
- rspec-core (3.1.2)
75
+ rspec-core (3.1.7)
76
76
  rspec-support (~> 3.1.0)
77
- rspec-expectations (3.1.0)
77
+ rspec-expectations (3.1.2)
78
78
  diff-lcs (>= 1.2.0, < 2.0)
79
79
  rspec-support (~> 3.1.0)
80
- rspec-mocks (3.1.0)
80
+ rspec-mocks (3.1.3)
81
81
  rspec-support (~> 3.1.0)
82
- rspec-support (3.1.0)
83
- sprockets (2.12.2)
82
+ rspec-support (3.1.2)
83
+ sprockets (2.12.3)
84
84
  hike (~> 1.2)
85
85
  multi_json (~> 1.0)
86
86
  rack (~> 1.0)
87
87
  tilt (~> 1.1, != 1.3.0)
88
- sprockets-rails (2.1.4)
88
+ sprockets-rails (2.2.0)
89
89
  actionpack (>= 3.0)
90
90
  activesupport (>= 3.0)
91
- sprockets (~> 2.8)
91
+ sprockets (>= 2.8, < 4.0)
92
92
  thor (0.19.1)
93
93
  thread_safe (0.3.4)
94
94
  tilt (1.4.1)
@@ -1,3 +1,3 @@
1
1
  module BorderPatrol
2
- VERSION = '0.1.10'.freeze
2
+ VERSION = '0.1.11'.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.10
4
+ version: 0.1.11
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-09-23 00:00:00.000000000 Z
11
+ date: 2014-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails