border-patrol 0.0.5 → 0.0.6
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/.travis.yml +0 -1
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/border_patrol.gemspec +2 -2
- data/lib/border_patrol/version.rb +1 -1
- metadata +6 -6
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
[](https://travis-ci.org/lbeder/border-patrol)
|
5
5
|
[](https://gemnasium.com/lbeder/border-patrol)
|
6
6
|
|
7
|
-
Prevents your
|
7
|
+
Prevents your rails server from running and/or starting, while there are any pending DB migrations.
|
8
8
|
|
9
9
|
## Setup
|
10
10
|
|
data/border_patrol.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.email = ['leonid.beder@gmail.com']
|
10
10
|
s.license = 'MIT'
|
11
11
|
s.homepage = 'https://github.com/lbeder/border-patrol'
|
12
|
-
s.summary = 'Prevents your
|
13
|
-
s.description = 'Prevents your
|
12
|
+
s.summary = 'Prevents your rails server from running and/or starting, while there are any pending DB migrations'
|
13
|
+
s.description = 'Prevents your rails server from running and/or starting, while there are any pending DB migrations.'
|
14
14
|
|
15
15
|
s.files = `git ls-files`.split("\n")
|
16
16
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
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
|
+
version: 0.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-10-
|
12
|
+
date: 2013-10-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -91,8 +91,8 @@ dependencies:
|
|
91
91
|
- - ! '>='
|
92
92
|
- !ruby/object:Gem::Version
|
93
93
|
version: '0'
|
94
|
-
description: Prevents your
|
95
|
-
pending DB migrations.
|
94
|
+
description: Prevents your rails server from running and/or starting, while there
|
95
|
+
are any pending DB migrations.
|
96
96
|
email:
|
97
97
|
- leonid.beder@gmail.com
|
98
98
|
executables: []
|
@@ -137,8 +137,8 @@ rubyforge_project:
|
|
137
137
|
rubygems_version: 1.8.25
|
138
138
|
signing_key:
|
139
139
|
specification_version: 3
|
140
|
-
summary: Prevents your
|
141
|
-
DB migrations
|
140
|
+
summary: Prevents your rails server from running and/or starting, while there are
|
141
|
+
any pending DB migrations
|
142
142
|
test_files:
|
143
143
|
- spec/border_patrol_spec.rb
|
144
144
|
- spec/spec_helper.rb
|