border-patrol 0.0.4 → 0.0.5

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.
data/Gemfile.lock CHANGED
@@ -1,42 +1,40 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- border-patrol (0.0.4)
5
- rails (~> 3.2)
4
+ border-patrol (0.0.5)
5
+ rails (>= 3)
6
6
  timers
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
- actionmailer (3.2.15)
12
- actionpack (= 3.2.15)
13
- mail (~> 2.5.4)
14
- actionpack (3.2.15)
15
- activemodel (= 3.2.15)
16
- activesupport (= 3.2.15)
17
- builder (~> 3.0.0)
11
+ actionmailer (4.0.0)
12
+ actionpack (= 4.0.0)
13
+ mail (~> 2.5.3)
14
+ actionpack (4.0.0)
15
+ activesupport (= 4.0.0)
16
+ builder (~> 3.1.0)
18
17
  erubis (~> 2.7.0)
19
- journey (~> 1.0.4)
20
- rack (~> 1.4.5)
21
- rack-cache (~> 1.2)
22
- rack-test (~> 0.6.1)
23
- sprockets (~> 2.2.1)
24
- activemodel (3.2.15)
25
- activesupport (= 3.2.15)
26
- builder (~> 3.0.0)
27
- activerecord (3.2.15)
28
- activemodel (= 3.2.15)
29
- activesupport (= 3.2.15)
30
- arel (~> 3.0.2)
31
- tzinfo (~> 0.3.29)
32
- activeresource (3.2.15)
33
- activemodel (= 3.2.15)
34
- activesupport (= 3.2.15)
35
- activesupport (3.2.15)
18
+ rack (~> 1.5.2)
19
+ rack-test (~> 0.6.2)
20
+ activemodel (4.0.0)
21
+ activesupport (= 4.0.0)
22
+ builder (~> 3.1.0)
23
+ activerecord (4.0.0)
24
+ activemodel (= 4.0.0)
25
+ activerecord-deprecated_finders (~> 1.0.2)
26
+ activesupport (= 4.0.0)
27
+ arel (~> 4.0.0)
28
+ activerecord-deprecated_finders (1.0.3)
29
+ activesupport (4.0.0)
36
30
  i18n (~> 0.6, >= 0.6.4)
37
- multi_json (~> 1.0)
38
- arel (3.0.2)
39
- builder (3.0.4)
31
+ minitest (~> 4.2)
32
+ multi_json (~> 1.3)
33
+ thread_safe (~> 0.1)
34
+ tzinfo (~> 0.3.37)
35
+ arel (4.0.0)
36
+ atomic (1.1.12)
37
+ builder (3.1.4)
40
38
  coderay (1.0.9)
41
39
  columnize (0.3.6)
42
40
  debugger (1.6.2)
@@ -49,13 +47,13 @@ GEM
49
47
  erubis (2.7.0)
50
48
  hike (1.2.3)
51
49
  i18n (0.6.5)
52
- journey (1.0.4)
53
50
  json (1.8.1)
54
51
  mail (2.5.4)
55
52
  mime-types (~> 1.16)
56
53
  treetop (~> 1.4.8)
57
54
  method_source (0.8.2)
58
55
  mime-types (1.25)
56
+ minitest (4.7.5)
59
57
  multi_json (1.8.2)
60
58
  polyglot (0.3.3)
61
59
  pry (0.9.12.2)
@@ -65,28 +63,22 @@ GEM
65
63
  pry-debugger (0.2.2)
66
64
  debugger (~> 1.3)
67
65
  pry (~> 0.9.10)
68
- rack (1.4.5)
69
- rack-cache (1.2)
70
- rack (>= 0.4)
71
- rack-ssl (1.3.3)
72
- rack
66
+ rack (1.5.2)
73
67
  rack-test (0.6.2)
74
68
  rack (>= 1.0)
75
- rails (3.2.15)
76
- actionmailer (= 3.2.15)
77
- actionpack (= 3.2.15)
78
- activerecord (= 3.2.15)
79
- activeresource (= 3.2.15)
80
- activesupport (= 3.2.15)
81
- bundler (~> 1.0)
82
- railties (= 3.2.15)
83
- railties (3.2.15)
84
- actionpack (= 3.2.15)
85
- activesupport (= 3.2.15)
86
- rack-ssl (~> 1.3.2)
69
+ rails (4.0.0)
70
+ actionmailer (= 4.0.0)
71
+ actionpack (= 4.0.0)
72
+ activerecord (= 4.0.0)
73
+ activesupport (= 4.0.0)
74
+ bundler (>= 1.3.0, < 2.0)
75
+ railties (= 4.0.0)
76
+ sprockets-rails (~> 2.0.0)
77
+ railties (4.0.0)
78
+ actionpack (= 4.0.0)
79
+ activesupport (= 4.0.0)
87
80
  rake (>= 0.8.7)
88
- rdoc (~> 3.4)
89
- thor (>= 0.14.6, < 2.0)
81
+ thor (>= 0.18.1, < 2.0)
90
82
  rake (10.1.0)
91
83
  rdoc (3.12.2)
92
84
  json (~> 1.4)
@@ -99,12 +91,18 @@ GEM
99
91
  diff-lcs (>= 1.1.3, < 2.0)
100
92
  rspec-mocks (2.14.4)
101
93
  slop (3.4.6)
102
- sprockets (2.2.2)
94
+ sprockets (2.10.0)
103
95
  hike (~> 1.2)
104
96
  multi_json (~> 1.0)
105
97
  rack (~> 1.0)
106
98
  tilt (~> 1.1, != 1.3.0)
99
+ sprockets-rails (2.0.0)
100
+ actionpack (>= 3.0)
101
+ activesupport (>= 3.0)
102
+ sprockets (~> 2.8)
107
103
  thor (0.18.1)
104
+ thread_safe (0.1.2)
105
+ atomic
108
106
  tilt (1.4.1)
109
107
  timers (1.1.0)
110
108
  treetop (1.4.15)
data/README.md CHANGED
@@ -28,10 +28,11 @@ $ gem install border-patrol
28
28
 
29
29
  ## Usage
30
30
 
31
- In order to start using this gem, you'd need to add an initializer in your up:
31
+ In order to start using this gem, you'd need to add an initializer to your app:
32
32
 
33
33
  ``` ruby
34
34
  BorderPatrol.configure do |config|
35
+ ...
35
36
  end if defined?(BorderPatrol)
36
37
  ```
37
38
 
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
18
  s.require_paths = ['lib']
19
19
 
20
- s.add_runtime_dependency 'rails', '~> 3.2'
20
+ s.add_runtime_dependency 'rails', '>= 3'
21
21
  s.add_runtime_dependency 'timers'
22
22
  s.add_development_dependency 'rspec', '~> 2.14'
23
23
  s.add_development_dependency 'pry'
@@ -1,3 +1,3 @@
1
1
  module BorderPatrol
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: border-patrol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -16,17 +16,17 @@ dependencies:
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ~>
19
+ - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: '3.2'
21
+ version: '3'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ~>
27
+ - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: '3.2'
29
+ version: '3'
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: timers
32
32
  requirement: !ruby/object:Gem::Requirement