border-patrol 0.1.6 → 0.1.7

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: b4bafb97e6d19d2805cedaed29ea77e444850cf5
4
- data.tar.gz: fe10ff76a174abdf685d9f3f8721f3b989765272
3
+ metadata.gz: 67be0c8980d8e539b1f33a29033b3dabf4cc3977
4
+ data.tar.gz: 0de24329308c5cb547075cd42a7310226126eb0f
5
5
  SHA512:
6
- metadata.gz: 3d6782e1fac869a3b7e57025f666de0b5d03b6bdc3a1cd06ae7ecc714ef2a455d3be870e7272a81992e581a4e58ad7f1e41b148d6ef58e56f8ba01913ab8cab5
7
- data.tar.gz: ecda6a4cc84f95ab3f4582495ae08dc06a9dac6123caf7626579f861bfcf0d1e42093607862ed46b063dbc37675a7e4570ba30edaae6e096ec087b820d1ab961
6
+ metadata.gz: 306d77e2a7854c9c9b05c1c46cd7d0e26913c70a51539848372e5b324ce608d79061e1a98fe934a9d208be18e38471849abf0a5360f2f6f8328c1f5a9078cf42
7
+ data.tar.gz: cb9ec0ac505a9c7ab01f0b3911e1da2cade2c5aaf1c8329e49d19140793edfe14b0458d595b9e00cec37e32062494e33462aef9e195cf7dfabde625040391596
data/Gemfile.lock CHANGED
@@ -1,34 +1,34 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- border-patrol (0.1.6)
4
+ border-patrol (0.1.7)
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.2)
12
- actionpack (= 4.1.2)
13
- actionview (= 4.1.2)
11
+ actionmailer (4.1.4)
12
+ actionpack (= 4.1.4)
13
+ actionview (= 4.1.4)
14
14
  mail (~> 2.5.4)
15
- actionpack (4.1.2)
16
- actionview (= 4.1.2)
17
- activesupport (= 4.1.2)
15
+ actionpack (4.1.4)
16
+ actionview (= 4.1.4)
17
+ activesupport (= 4.1.4)
18
18
  rack (~> 1.5.2)
19
19
  rack-test (~> 0.6.2)
20
- actionview (4.1.2)
21
- activesupport (= 4.1.2)
20
+ actionview (4.1.4)
21
+ activesupport (= 4.1.4)
22
22
  builder (~> 3.1)
23
23
  erubis (~> 2.7.0)
24
- activemodel (4.1.2)
25
- activesupport (= 4.1.2)
24
+ activemodel (4.1.4)
25
+ activesupport (= 4.1.4)
26
26
  builder (~> 3.1)
27
- activerecord (4.1.2)
28
- activemodel (= 4.1.2)
29
- activesupport (= 4.1.2)
27
+ activerecord (4.1.4)
28
+ activemodel (= 4.1.4)
29
+ activesupport (= 4.1.4)
30
30
  arel (~> 5.0.0)
31
- activesupport (4.1.2)
31
+ activesupport (4.1.4)
32
32
  i18n (~> 0.6, >= 0.6.9)
33
33
  json (~> 1.7, >= 1.7.7)
34
34
  minitest (~> 5.1)
@@ -39,32 +39,32 @@ GEM
39
39
  diff-lcs (1.2.5)
40
40
  erubis (2.7.0)
41
41
  hike (1.2.3)
42
- hitimes (1.2.1)
43
- i18n (0.6.9)
42
+ hitimes (1.2.2)
43
+ i18n (0.6.11)
44
44
  json (1.8.1)
45
45
  mail (2.5.4)
46
46
  mime-types (~> 1.16)
47
47
  treetop (~> 1.4.8)
48
48
  mime-types (1.25.1)
49
- minitest (5.3.5)
49
+ minitest (5.4.0)
50
50
  multi_json (1.10.1)
51
51
  polyglot (0.3.5)
52
52
  rack (1.5.2)
53
53
  rack-test (0.6.2)
54
54
  rack (>= 1.0)
55
- rails (4.1.2)
56
- actionmailer (= 4.1.2)
57
- actionpack (= 4.1.2)
58
- actionview (= 4.1.2)
59
- activemodel (= 4.1.2)
60
- activerecord (= 4.1.2)
61
- activesupport (= 4.1.2)
55
+ rails (4.1.4)
56
+ actionmailer (= 4.1.4)
57
+ actionpack (= 4.1.4)
58
+ actionview (= 4.1.4)
59
+ activemodel (= 4.1.4)
60
+ activerecord (= 4.1.4)
61
+ activesupport (= 4.1.4)
62
62
  bundler (>= 1.3.0, < 2.0)
63
- railties (= 4.1.2)
63
+ railties (= 4.1.4)
64
64
  sprockets-rails (~> 2.0)
65
- railties (4.1.2)
66
- actionpack (= 4.1.2)
67
- activesupport (= 4.1.2)
65
+ railties (4.1.4)
66
+ actionpack (= 4.1.4)
67
+ activesupport (= 4.1.4)
68
68
  rake (>= 0.8.7)
69
69
  thor (>= 0.18.1, < 2.0)
70
70
  rake (10.3.2)
@@ -74,14 +74,14 @@ GEM
74
74
  rspec-core (~> 3.0.0)
75
75
  rspec-expectations (~> 3.0.0)
76
76
  rspec-mocks (~> 3.0.0)
77
- rspec-core (3.0.2)
77
+ rspec-core (3.0.4)
78
78
  rspec-support (~> 3.0.0)
79
- rspec-expectations (3.0.2)
79
+ rspec-expectations (3.0.4)
80
80
  diff-lcs (>= 1.2.0, < 2.0)
81
81
  rspec-support (~> 3.0.0)
82
- rspec-mocks (3.0.2)
82
+ rspec-mocks (3.0.4)
83
83
  rspec-support (~> 3.0.0)
84
- rspec-support (3.0.2)
84
+ rspec-support (3.0.4)
85
85
  sprockets (2.12.1)
86
86
  hike (~> 1.2)
87
87
  multi_json (~> 1.0)
@@ -94,12 +94,12 @@ GEM
94
94
  thor (0.19.1)
95
95
  thread_safe (0.3.4)
96
96
  tilt (1.4.1)
97
- timers (3.0.1)
97
+ timers (4.0.0)
98
98
  hitimes
99
99
  treetop (1.4.15)
100
100
  polyglot
101
101
  polyglot (>= 0.3.1)
102
- tzinfo (1.2.1)
102
+ tzinfo (1.2.2)
103
103
  thread_safe (~> 0.1)
104
104
 
105
105
  PLATFORMS
@@ -1,3 +1,3 @@
1
1
  module BorderPatrol
2
- VERSION = '0.1.6'.freeze
2
+ VERSION = '0.1.7'.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.6
4
+ version: 0.1.7
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-07-01 00:00:00.000000000 Z
11
+ date: 2014-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  requirements: []
96
96
  rubyforge_project:
97
- rubygems_version: 2.2.2
97
+ rubygems_version: 2.4.1
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Prevents your rails server from running and/or starting, while there are