blocklist 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/blocklist.gemspec +2 -2
- metadata +1 -2
- data/spec/spec.opts +0 -3
data/blocklist.gemspec
CHANGED
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
|
|
3
3
|
s.name = 'blocklist'
|
4
4
|
s.summary = "Blocklist manages /etc/hosts"
|
5
5
|
s.description = "Blocklist manages /etc/hosts with the goal of routing distracting websites to localhost. It also works well as an ad blocker."
|
6
|
-
s.version = '0.1.
|
6
|
+
s.version = '0.1.1'
|
7
7
|
s.date = '2009-09-15'
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Wes Oldenbeuving"]
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|
15
15
|
bin_files = %w[blocklist]
|
16
16
|
lib_files = %w[blocklist blocklist/cli]
|
17
17
|
spec_files = %w[blocklist blocklist/cli]
|
18
|
-
other_files = %w[spec/
|
18
|
+
other_files = %w[spec/spec_helper.rb]
|
19
19
|
s.bindir = "bin"
|
20
20
|
s.require_path = "lib"
|
21
21
|
s.executables = bin_files
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blocklist
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wes Oldenbeuving
|
@@ -29,7 +29,6 @@ files:
|
|
29
29
|
- blocklist.gemspec
|
30
30
|
- spec/blocklist_spec.rb
|
31
31
|
- spec/blocklist/cli_spec.rb
|
32
|
-
- spec/spec.opts
|
33
32
|
- spec/spec_helper.rb
|
34
33
|
- bin/blocklist
|
35
34
|
- lib/blocklist.rb
|
data/spec/spec.opts
DELETED