block 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ From there, here's how you run it:
14
14
  block [global options] command [command options] [arguments...]
15
15
 
16
16
  VERSION
17
- 0.0.9
17
+ 0.0.x
18
18
 
19
19
  GLOBAL OPTIONS
20
20
  -d, --[no-]disable - Disable adding firewall rules
@@ -1,6 +1,7 @@
1
1
  require 'block/version.rb'
2
2
  require 'block/reader.rb'
3
3
  require 'redis'
4
+ require 'uri'
4
5
 
5
6
  # Add requires for other files you add to your project here, so
6
7
  # you just need to require this one file in your bin file
@@ -1,3 +1,3 @@
1
1
  module Block
2
- VERSION = '0.0.9'
2
+ VERSION = '0.0.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: block
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
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-02-21 00:00:00.000000000 Z
12
+ date: 2013-02-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake