acts_as_sanitizable 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b972376078e9eed1a1775f90b95273f497ad948
4
- data.tar.gz: bbf4c81e36b1ec67715243c623e3865754b8102a
3
+ metadata.gz: 681b4753eb5471f8111f05ea9b1091754ce973fa
4
+ data.tar.gz: c4417a1084361ac08a02ebedec4a5e4e71cf8501
5
5
  SHA512:
6
- metadata.gz: 56c954eabaa0adaf98ff9e1d71e9aea2278d197d8aa8ded34c9258cb4189571e0641c4efbda3f9e8e2c55f413752b157bc7a44a3492e5e8d74632127f2a2b548
7
- data.tar.gz: 05c95047407bc919d93186703a9f9b540dec17c409e19d9426dc7bb074a1b663143f6b7b9eab04cb28d01b7d3315a0ff060a7a7bfdd563584db1773439a0f1a9
6
+ metadata.gz: 43eb287384242a29b688e61e55d2588046532b7641a3b44c8b7a3eeb6cc1b658693bc468175e0219b4c13217a8be3b75036fcd5cbe43a2a9aa5fcb6771978d01
7
+ data.tar.gz: a49fba0e61391f986b8d2812ad9e5625cbe46c64c12053cf542e14d10fcbdacf5fbf83d426ee3da61a4db99d52aa505373bc126160577a0f18f0843dfef644ca
data/README.md CHANGED
@@ -32,16 +32,16 @@ end
32
32
 
33
33
  ## Contributing to acts_as_sanitizable
34
34
 
35
- Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
35
+ - Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
36
36
 
37
- Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
37
+ - Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
38
38
 
39
- Fork the project.
39
+ - Fork the project.
40
40
 
41
- Start a feature/bugfix branch.
41
+ - Start a feature/bugfix branch.
42
42
 
43
- Commit and push until you are happy with your contribution.
43
+ - Commit and push until you are happy with your contribution.
44
44
 
45
- Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
45
+ - Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
46
46
 
47
- Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
47
+ - Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: acts_as_sanitizable 0.3.0 ruby lib
5
+ # stub: acts_as_sanitizable 0.3.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "acts_as_sanitizable"
9
- s.version = "0.3.0"
9
+ s.version = "0.3.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -0,0 +1 @@
1
+ require 'sanitizable'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_sanitizable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Chilian