border-patrol 0.1.0 → 0.1.1

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,107 +1,90 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- border-patrol (0.1.0)
4
+ border-patrol (0.1.1)
5
5
  rails (>= 3)
6
6
  timers
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
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)
11
+ actionmailer (4.0.2)
12
+ actionpack (= 4.0.2)
13
+ mail (~> 2.5.4)
14
+ actionpack (4.0.2)
15
+ activesupport (= 4.0.2)
16
16
  builder (~> 3.1.0)
17
17
  erubis (~> 2.7.0)
18
18
  rack (~> 1.5.2)
19
19
  rack-test (~> 0.6.2)
20
- activemodel (4.0.0)
21
- activesupport (= 4.0.0)
20
+ activemodel (4.0.2)
21
+ activesupport (= 4.0.2)
22
22
  builder (~> 3.1.0)
23
- activerecord (4.0.0)
24
- activemodel (= 4.0.0)
23
+ activerecord (4.0.2)
24
+ activemodel (= 4.0.2)
25
25
  activerecord-deprecated_finders (~> 1.0.2)
26
- activesupport (= 4.0.0)
26
+ activesupport (= 4.0.2)
27
27
  arel (~> 4.0.0)
28
28
  activerecord-deprecated_finders (1.0.3)
29
- activesupport (4.0.0)
29
+ activesupport (4.0.2)
30
30
  i18n (~> 0.6, >= 0.6.4)
31
31
  minitest (~> 4.2)
32
32
  multi_json (~> 1.3)
33
33
  thread_safe (~> 0.1)
34
34
  tzinfo (~> 0.3.37)
35
- arel (4.0.0)
36
- atomic (1.1.12)
35
+ arel (4.0.1)
36
+ atomic (1.1.14)
37
37
  builder (3.1.4)
38
- coderay (1.0.9)
39
- columnize (0.3.6)
40
- debugger (1.6.2)
41
- columnize (>= 0.3.1)
42
- debugger-linecache (~> 1.2.0)
43
- debugger-ruby_core_source (~> 1.2.3)
44
- debugger-linecache (1.2.0)
45
- debugger-ruby_core_source (1.2.3)
46
- diff-lcs (1.2.4)
38
+ diff-lcs (1.2.5)
47
39
  erubis (2.7.0)
48
40
  hike (1.2.3)
49
- i18n (0.6.5)
41
+ i18n (0.6.9)
50
42
  json (1.8.1)
51
43
  mail (2.5.4)
52
44
  mime-types (~> 1.16)
53
45
  treetop (~> 1.4.8)
54
- method_source (0.8.2)
55
- mime-types (1.25)
46
+ mime-types (1.25.1)
56
47
  minitest (4.7.5)
57
48
  multi_json (1.8.2)
58
49
  polyglot (0.3.3)
59
- pry (0.9.12.2)
60
- coderay (~> 1.0.5)
61
- method_source (~> 0.8)
62
- slop (~> 3.4)
63
- pry-debugger (0.2.2)
64
- debugger (~> 1.3)
65
- pry (~> 0.9.10)
66
50
  rack (1.5.2)
67
51
  rack-test (0.6.2)
68
52
  rack (>= 1.0)
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)
53
+ rails (4.0.2)
54
+ actionmailer (= 4.0.2)
55
+ actionpack (= 4.0.2)
56
+ activerecord (= 4.0.2)
57
+ activesupport (= 4.0.2)
74
58
  bundler (>= 1.3.0, < 2.0)
75
- railties (= 4.0.0)
59
+ railties (= 4.0.2)
76
60
  sprockets-rails (~> 2.0.0)
77
- railties (4.0.0)
78
- actionpack (= 4.0.0)
79
- activesupport (= 4.0.0)
61
+ railties (4.0.2)
62
+ actionpack (= 4.0.2)
63
+ activesupport (= 4.0.2)
80
64
  rake (>= 0.8.7)
81
65
  thor (>= 0.18.1, < 2.0)
82
- rake (10.1.0)
83
- rdoc (3.12.2)
66
+ rake (10.1.1)
67
+ rdoc (4.0.1)
84
68
  json (~> 1.4)
85
69
  rspec (2.14.1)
86
70
  rspec-core (~> 2.14.0)
87
71
  rspec-expectations (~> 2.14.0)
88
72
  rspec-mocks (~> 2.14.0)
89
73
  rspec-core (2.14.7)
90
- rspec-expectations (2.14.3)
74
+ rspec-expectations (2.14.4)
91
75
  diff-lcs (>= 1.1.3, < 2.0)
92
76
  rspec-mocks (2.14.4)
93
- slop (3.4.6)
94
- sprockets (2.10.0)
77
+ sprockets (2.10.1)
95
78
  hike (~> 1.2)
96
79
  multi_json (~> 1.0)
97
80
  rack (~> 1.0)
98
81
  tilt (~> 1.1, != 1.3.0)
99
- sprockets-rails (2.0.0)
82
+ sprockets-rails (2.0.1)
100
83
  actionpack (>= 3.0)
101
84
  activesupport (>= 3.0)
102
85
  sprockets (~> 2.8)
103
86
  thor (0.18.1)
104
- thread_safe (0.1.2)
87
+ thread_safe (0.1.3)
105
88
  atomic
106
89
  tilt (1.4.1)
107
90
  timers (1.1.0)
@@ -115,8 +98,6 @@ PLATFORMS
115
98
 
116
99
  DEPENDENCIES
117
100
  border-patrol!
118
- pry
119
- pry-debugger
120
101
  rake
121
102
  rdoc
122
103
  rspec (~> 2.14)
@@ -20,6 +20,4 @@ Gem::Specification.new do |s|
20
20
  s.add_runtime_dependency 'rails', '>= 3'
21
21
  s.add_runtime_dependency 'timers'
22
22
  s.add_development_dependency 'rspec', '~> 2.14'
23
- s.add_development_dependency 'pry'
24
- s.add_development_dependency 'pry-debugger'
25
23
  end
@@ -1,3 +1,3 @@
1
1
  module BorderPatrol
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
data/spec/spec_helper.rb CHANGED
@@ -1,8 +1,6 @@
1
1
  ENV['RACK_ENV'] = 'test'
2
2
 
3
3
  require 'rubygems'
4
- require 'pry'
5
- require 'pry-debugger'
6
4
  require 'border-patrol'
7
5
 
8
6
  Dir['./spec/support/*.rb'].each { |f| require f }
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.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -59,38 +59,6 @@ dependencies:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
61
  version: '2.14'
62
- - !ruby/object:Gem::Dependency
63
- name: pry
64
- requirement: !ruby/object:Gem::Requirement
65
- none: false
66
- requirements:
67
- - - ! '>='
68
- - !ruby/object:Gem::Version
69
- version: '0'
70
- type: :development
71
- prerelease: false
72
- version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
- requirements:
75
- - - ! '>='
76
- - !ruby/object:Gem::Version
77
- version: '0'
78
- - !ruby/object:Gem::Dependency
79
- name: pry-debugger
80
- requirement: !ruby/object:Gem::Requirement
81
- none: false
82
- requirements:
83
- - - ! '>='
84
- - !ruby/object:Gem::Version
85
- version: '0'
86
- type: :development
87
- prerelease: false
88
- version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
- requirements:
91
- - - ! '>='
92
- - !ruby/object:Gem::Version
93
- version: '0'
94
62
  description: Prevents your rails server from running and/or starting, while there
95
63
  are any pending DB migrations.
96
64
  email: