profanity 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -2
  3. data/lib/profanity/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca3929ea62a1a33749c747ff8487700519073f62
4
- data.tar.gz: 50fba56657b8cf936d99ae4b13bcf732d00ac082
3
+ metadata.gz: ae7ab68e7b589d9a1e92ff81d32d25bbef51709d
4
+ data.tar.gz: 90e2d7d1480c9ce27e90455b55f4af117c347340
5
5
  SHA512:
6
- metadata.gz: b0b0dd22a0b7fb2530c795d64b54f7ac60d38baa401c940b1d8c06ae97fd8e1467601ba1d3f204c74448fe7abead4b2e48de66c1586d189598de55fff608e7cf
7
- data.tar.gz: 2a5e5572cc5c5adb1c6e0a6f1e21f44feee68983e5f92f31982675867dd2b3d159ac8e571d45556f6ccd18e3aa2e80ead6a78d6c8f640b04a11fe11398f6819b
6
+ metadata.gz: bc85fe285e6705a077bd79533a1d1efcc78ab3559d9c3f1a7d54fdd41836a3efcacc3b6f475f976fc166fa2369bee73ae2beb8146b64b6e3f64591f2344ec171
7
+ data.tar.gz: a47c8a4ed3f36bb7cfad27cdd609a78908dc59ed445a5f523aed40f7e0b7dc4cbc4eeccc7ca957f63a74aa466bce89361613896c6aab282d93bd2a47818ed03e
data/README.md CHANGED
@@ -1,4 +1,3 @@
1
- DO NOT USE IT! THIS IS WORK IN PROGRESS!
2
1
  # Profanity
3
2
 
4
3
  Profanity gem checks to see if the text contains profanity. This also check text without spaces and with extra
@@ -32,7 +31,7 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
32
31
 
33
32
  ## Contributing
34
33
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/swiatkiewicz/profanity.
34
+ Bug reports and pull requests are welcome on GitHub at https://github.com/efigence/profanity.
36
35
 
37
36
 
38
37
  ## License
@@ -1,3 +1,3 @@
1
1
  module Profanity
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: profanity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Świątkiewicz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-12 00:00:00.000000000 Z
11
+ date: 2015-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler