fu-fu 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/fu-fu.gemspec +1 -2
  2. data/lib/fu-fu/version.rb +1 -1
  3. metadata +5 -5
@@ -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/adambair/fu-fu"
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
@@ -1,5 +1,5 @@
1
1
  module Fu
2
2
  module Fu
3
- VERSION = "0.1.0"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
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: 27
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
- - 0
8
7
  - 1
9
8
  - 0
10
- version: 0.1.0
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-09 00:00:00 -05:00
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/adambair/fu-fu
63
+ homepage: https://github.com/midu/fu-fu/tree/gem
64
64
  licenses: []
65
65
 
66
66
  post_install_message: