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 CHANGED
@@ -1,4 +1,3 @@
1
1
  rvm:
2
- - 1.9.2
3
2
  - 1.9.3
4
3
  - 2.0.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- border-patrol (0.0.5)
4
+ border-patrol (0.0.6)
5
5
  rails (>= 3)
6
6
  timers
7
7
 
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Build Status](https://travis-ci.org/lbeder/border-patrol.png)](https://travis-ci.org/lbeder/border-patrol)
5
5
  [![Dependency Status](https://gemnasium.com/lbeder/border-patrol.png)](https://gemnasium.com/lbeder/border-patrol)
6
6
 
7
- Prevents your Rails server from starting and running, while there are pending DB migrations.
7
+ Prevents your rails server from running and/or starting, while there are any pending DB migrations.
8
8
 
9
9
  ## Setup
10
10
 
@@ -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 Rails server from starting and running, while there are pending DB migrations.'
13
- s.description = 'Prevents your Rails server from starting and running, while there are pending DB migrations.'
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")
@@ -1,3 +1,3 @@
1
1
  module BorderPatrol
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
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.5
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-30 00:00:00.000000000 Z
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 Rails server from starting and running, while there are
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 Rails server from starting and running, while there are pending
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