border-patrol 0.1.7 → 0.1.8

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: 67be0c8980d8e539b1f33a29033b3dabf4cc3977
4
- data.tar.gz: 0de24329308c5cb547075cd42a7310226126eb0f
3
+ metadata.gz: d9293bd9834d8c007d37a05be8dd16fedbfd51ed
4
+ data.tar.gz: 9316b9ca393e65537d84bf5418e88d0defd516d6
5
5
  SHA512:
6
- metadata.gz: 306d77e2a7854c9c9b05c1c46cd7d0e26913c70a51539848372e5b324ce608d79061e1a98fe934a9d208be18e38471849abf0a5360f2f6f8328c1f5a9078cf42
7
- data.tar.gz: cb9ec0ac505a9c7ab01f0b3911e1da2cade2c5aaf1c8329e49d19140793edfe14b0458d595b9e00cec37e32062494e33462aef9e195cf7dfabde625040391596
6
+ metadata.gz: 3a997c83713de840e8c5fd67df2627a11f74899fe51bd6cf5a7ee448b71a6480bbdd507a83df6b5b8cf17b48a6a755e62b80a057f6db39fbc99a632a5b9c7fcd
7
+ data.tar.gz: b124e51a95e6d535e534cd27cb1c8b977f62eb8a7eac4cd019cbbfa602ac0a4d3e074ef6d5eb5d521437307b1ae3ba1b641ec097c588e67b0ffac8c76c640e45
data/.travis.yml CHANGED
@@ -1,3 +1,3 @@
1
1
  rvm:
2
- - 1.9.3
3
2
  - 2.0.0
3
+ - 2.1.2
data/Gemfile.lock CHANGED
@@ -1,34 +1,34 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- border-patrol (0.1.7)
4
+ border-patrol (0.1.8)
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.4)
12
- actionpack (= 4.1.4)
13
- actionview (= 4.1.4)
14
- mail (~> 2.5.4)
15
- actionpack (4.1.4)
16
- actionview (= 4.1.4)
17
- activesupport (= 4.1.4)
11
+ actionmailer (4.1.6)
12
+ actionpack (= 4.1.6)
13
+ actionview (= 4.1.6)
14
+ mail (~> 2.5, >= 2.5.4)
15
+ actionpack (4.1.6)
16
+ actionview (= 4.1.6)
17
+ activesupport (= 4.1.6)
18
18
  rack (~> 1.5.2)
19
19
  rack-test (~> 0.6.2)
20
- actionview (4.1.4)
21
- activesupport (= 4.1.4)
20
+ actionview (4.1.6)
21
+ activesupport (= 4.1.6)
22
22
  builder (~> 3.1)
23
23
  erubis (~> 2.7.0)
24
- activemodel (4.1.4)
25
- activesupport (= 4.1.4)
24
+ activemodel (4.1.6)
25
+ activesupport (= 4.1.6)
26
26
  builder (~> 3.1)
27
- activerecord (4.1.4)
28
- activemodel (= 4.1.4)
29
- activesupport (= 4.1.4)
27
+ activerecord (4.1.6)
28
+ activemodel (= 4.1.6)
29
+ activesupport (= 4.1.6)
30
30
  arel (~> 5.0.0)
31
- activesupport (4.1.4)
31
+ activesupport (4.1.6)
32
32
  i18n (~> 0.6, >= 0.6.9)
33
33
  json (~> 1.7, >= 1.7.7)
34
34
  minitest (~> 5.1)
@@ -42,63 +42,58 @@ GEM
42
42
  hitimes (1.2.2)
43
43
  i18n (0.6.11)
44
44
  json (1.8.1)
45
- mail (2.5.4)
46
- mime-types (~> 1.16)
47
- treetop (~> 1.4.8)
48
- mime-types (1.25.1)
49
- minitest (5.4.0)
45
+ mail (2.6.1)
46
+ mime-types (>= 1.16, < 3)
47
+ mime-types (2.3)
48
+ minitest (5.4.1)
50
49
  multi_json (1.10.1)
51
- polyglot (0.3.5)
52
50
  rack (1.5.2)
53
51
  rack-test (0.6.2)
54
52
  rack (>= 1.0)
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)
53
+ rails (4.1.6)
54
+ actionmailer (= 4.1.6)
55
+ actionpack (= 4.1.6)
56
+ actionview (= 4.1.6)
57
+ activemodel (= 4.1.6)
58
+ activerecord (= 4.1.6)
59
+ activesupport (= 4.1.6)
62
60
  bundler (>= 1.3.0, < 2.0)
63
- railties (= 4.1.4)
61
+ railties (= 4.1.6)
64
62
  sprockets-rails (~> 2.0)
65
- railties (4.1.4)
66
- actionpack (= 4.1.4)
67
- activesupport (= 4.1.4)
63
+ railties (4.1.6)
64
+ actionpack (= 4.1.6)
65
+ activesupport (= 4.1.6)
68
66
  rake (>= 0.8.7)
69
67
  thor (>= 0.18.1, < 2.0)
70
68
  rake (10.3.2)
71
- rdoc (4.1.1)
69
+ rdoc (4.1.2)
72
70
  json (~> 1.4)
73
- rspec (3.0.0)
74
- rspec-core (~> 3.0.0)
75
- rspec-expectations (~> 3.0.0)
76
- rspec-mocks (~> 3.0.0)
77
- rspec-core (3.0.4)
78
- rspec-support (~> 3.0.0)
79
- rspec-expectations (3.0.4)
71
+ rspec (3.1.0)
72
+ rspec-core (~> 3.1.0)
73
+ rspec-expectations (~> 3.1.0)
74
+ rspec-mocks (~> 3.1.0)
75
+ rspec-core (3.1.2)
76
+ rspec-support (~> 3.1.0)
77
+ rspec-expectations (3.1.0)
80
78
  diff-lcs (>= 1.2.0, < 2.0)
81
- rspec-support (~> 3.0.0)
82
- rspec-mocks (3.0.4)
83
- rspec-support (~> 3.0.0)
84
- rspec-support (3.0.4)
85
- sprockets (2.12.1)
79
+ rspec-support (~> 3.1.0)
80
+ rspec-mocks (3.1.0)
81
+ rspec-support (~> 3.1.0)
82
+ rspec-support (3.1.0)
83
+ sprockets (2.12.2)
86
84
  hike (~> 1.2)
87
85
  multi_json (~> 1.0)
88
86
  rack (~> 1.0)
89
87
  tilt (~> 1.1, != 1.3.0)
90
- sprockets-rails (2.1.3)
88
+ sprockets-rails (2.1.4)
91
89
  actionpack (>= 3.0)
92
90
  activesupport (>= 3.0)
93
91
  sprockets (~> 2.8)
94
92
  thor (0.19.1)
95
93
  thread_safe (0.3.4)
96
94
  tilt (1.4.1)
97
- timers (4.0.0)
95
+ timers (4.0.1)
98
96
  hitimes
99
- treetop (1.4.15)
100
- polyglot
101
- polyglot (>= 0.3.1)
102
97
  tzinfo (1.2.2)
103
98
  thread_safe (~> 0.1)
104
99
 
@@ -1,3 +1,3 @@
1
1
  module BorderPatrol
2
- VERSION = '0.1.7'.freeze
2
+ VERSION = '0.1.8'.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.7
4
+ version: 0.1.8
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-08-18 00:00:00.000000000 Z
11
+ date: 2014-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails