has_moderated 0.0.1 → 0.0.2

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/README.rdoc CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  gem install has_moderated
6
6
 
7
- Right now, rubygems.org is having some problems so I can't push the gem, but you can install from this repo by calling
7
+ And add it to your project's Gemfile
8
8
 
9
- rake install
9
+ gem "has_moderated"
10
10
 
11
11
  To set up has_moderated in your project, use
12
12
 
@@ -1,3 +1,3 @@
1
1
  module HasModerated
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_moderated
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jan Berdajs
@@ -22,14 +22,14 @@ dependencies:
22
22
  requirement: &id001 !ruby/object:Gem::Requirement
23
23
  none: false
24
24
  requirements:
25
- - - ~>
25
+ - - ">="
26
26
  - !ruby/object:Gem::Version
27
- hash: 3
27
+ hash: 7
28
28
  segments:
29
29
  - 3
30
- - 1
31
30
  - 0
32
- version: 3.1.0
31
+ - 0
32
+ version: 3.0.0
33
33
  version_requirements: *id001
34
34
  name: rails
35
35
  prerelease: false
@@ -109,7 +109,7 @@ files:
109
109
  - test/dummy/public/favicon.ico
110
110
  - test/dummy/public/422.html
111
111
  has_rdoc: true
112
- homepage: http://www.mrbrdo.net/
112
+ homepage: https://github.com/mrbrdo/has_moderated
113
113
  licenses: []
114
114
 
115
115
  post_install_message: