profanalyzer 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/History.txt +4 -0
- data/README.txt +1 -1
- data/lib/profanalyzer.rb +2 -2
- metadata +2 -2
data/History.txt
CHANGED
data/README.txt
CHANGED
data/lib/profanalyzer.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require 'yaml'
|
|
2
2
|
# = profanalyzer
|
|
3
3
|
#
|
|
4
|
-
# *
|
|
4
|
+
# * http://profanalyzer.rubyforge.org/
|
|
5
5
|
#
|
|
6
6
|
# == DESCRIPTION:
|
|
7
7
|
#
|
|
@@ -98,7 +98,7 @@ require 'yaml'
|
|
|
98
98
|
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
99
99
|
class Profanalyzer
|
|
100
100
|
|
|
101
|
-
VERSION = "0.1.
|
|
101
|
+
VERSION = "0.1.1"
|
|
102
102
|
|
|
103
103
|
@@full_list = YAML::load_file(File.dirname(__FILE__)+"/../config/list.yml")
|
|
104
104
|
@@racist_list = @@full_list.select {|w| w[:racist]}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: profanalyzer
|
|
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
|
- Michael J. Edgar
|
|
@@ -42,7 +42,7 @@ files:
|
|
|
42
42
|
- lib/profanalyzer.rb
|
|
43
43
|
- test/test_profanalyzer.rb
|
|
44
44
|
has_rdoc: true
|
|
45
|
-
homepage:
|
|
45
|
+
homepage: http://profanalyzer.rubyforge.org/
|
|
46
46
|
post_install_message:
|
|
47
47
|
rdoc_options:
|
|
48
48
|
- --main
|