firewool 0.1.0 → 0.1.1
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/firewool.gemspec +2 -2
- data/lib/firewool/version.rb +1 -1
- metadata +3 -3
data/firewool.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.authors = ["Chris Dillon"]
|
|
10
10
|
s.email = ["squarism@gmail.com"]
|
|
11
11
|
s.homepage = "http://github.com/squarism/firewool"
|
|
12
|
-
s.summary = %q{
|
|
13
|
-
s.description = %q{
|
|
12
|
+
s.summary = %q{Firewool is an IP firewall for rails 3. Baa.}
|
|
13
|
+
s.description = %q{Firewool blocks and allows IPs to your controller actions.}
|
|
14
14
|
|
|
15
15
|
s.rubyforge_project = "firewool"
|
|
16
16
|
|
data/lib/firewool/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: firewool
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.1.
|
|
5
|
+
version: 0.1.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Chris Dillon
|
|
@@ -35,7 +35,7 @@ dependencies:
|
|
|
35
35
|
version: "0"
|
|
36
36
|
type: :development
|
|
37
37
|
version_requirements: *id002
|
|
38
|
-
description:
|
|
38
|
+
description: Firewool blocks and allows IPs to your controller actions.
|
|
39
39
|
email:
|
|
40
40
|
- squarism@gmail.com
|
|
41
41
|
executables: []
|
|
@@ -134,7 +134,7 @@ rubyforge_project: firewool
|
|
|
134
134
|
rubygems_version: 1.5.2
|
|
135
135
|
signing_key:
|
|
136
136
|
specification_version: 3
|
|
137
|
-
summary:
|
|
137
|
+
summary: Firewool is an IP firewall for rails 3. Baa.
|
|
138
138
|
test_files:
|
|
139
139
|
- test/dummy/.gitignore
|
|
140
140
|
- test/dummy/Gemfile
|