fu-fu 0.1.0 → 1.0.0
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/fu-fu.gemspec +1 -2
- data/lib/fu-fu/version.rb +1 -1
- metadata +5 -5
data/fu-fu.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Adam Bair", "Stefano B."]
|
|
10
10
|
s.email = ["stefano@challengepost.com"]
|
|
11
|
-
s.homepage = "https://github.com/
|
|
11
|
+
s.homepage = "https://github.com/midu/fu-fu/tree/gem"
|
|
12
12
|
s.summary = %q{Gem version of Adam Bair's profanity filter plugin'}
|
|
13
13
|
s.description = %q{Fu-fu: The Profanity Filter for Rails.}
|
|
14
14
|
|
|
@@ -18,5 +18,4 @@ Gem::Specification.new do |s|
|
|
|
18
18
|
s.test_files = `git ls-files -- test/*`.split("\n")
|
|
19
19
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
20
20
|
s.require_paths = ["lib"]
|
|
21
|
-
|
|
22
21
|
end
|
data/lib/fu-fu/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fu-fu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
|
-
- 0
|
|
8
7
|
- 1
|
|
9
8
|
- 0
|
|
10
|
-
|
|
9
|
+
- 0
|
|
10
|
+
version: 1.0.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Adam Bair
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-01-
|
|
19
|
+
date: 2011-01-10 00:00:00 -05:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies: []
|
|
22
22
|
|
|
@@ -60,7 +60,7 @@ files:
|
|
|
60
60
|
- test/schema.rb
|
|
61
61
|
- test/test_harness.rb
|
|
62
62
|
has_rdoc: true
|
|
63
|
-
homepage: https://github.com/
|
|
63
|
+
homepage: https://github.com/midu/fu-fu/tree/gem
|
|
64
64
|
licenses: []
|
|
65
65
|
|
|
66
66
|
post_install_message:
|