ruby-zoom 3.3.1 → 3.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/zoom.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c3d8f9a2c4a13c6888b0646c45251a6e74cd24a5
4
- data.tar.gz: 1258ee615ba8ec986da795db445bd9481d8af52a
3
+ metadata.gz: 787d3ec908264292cd348697cb7b1a5cfcb48fba
4
+ data.tar.gz: 1a3c8d5b4dc9b164eff714f97f44df3abd652768
5
5
  SHA512:
6
- metadata.gz: 168111d450c81875b4cc8a1ae0555e5c14a0b31bca8b8dcbb337beb95fb1202fda7d6f121c6d245acc4ab1347bc3a26bb0f8908a150f8809eb958520f6dade0d
7
- data.tar.gz: 9bfe3375c694b3f4797316dccdb9af9c57758fc0fd97f6311e559fc68e084ddc6944a92b00071a4f21c097a72fb89eff4db13cb86e9b1f5decb5cbc19c3a9332
6
+ metadata.gz: 363e2d63ceaf7a0ef3633eee69f267e08f0d09346a2cacbd79a9d6d13e71df0a184144a597fc35236315e454fdf46041a245e1f2a2ffce15468676043465b238
7
+ data.tar.gz: 7b5f54d4bc572c91c0d8f8626f206dd5778d98ff8dd3c7975ce070b6efa0e4bf140cb3ee314ab043c74d1b60ac8a46cc3f74e56ea639bf63264a5653e4646135
@@ -126,7 +126,7 @@ class Zoom
126
126
  profiles["default"] = default
127
127
  profiles["grep"] = grep
128
128
  profiles["passwords"] = Zoom::Profile::Passwords.new
129
- profiles["pt"] = pt
129
+ profiles["pt"] = pt if (pt)
130
130
  profiles["zoom_find"] = find
131
131
  rc["profiles"] = profiles
132
132
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-zoom
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.1
4
+ version: 3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Whittaker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-07 00:00:00.000000000 Z
11
+ date: 2015-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest