cinch-reddit 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. data/cinch-reddit.gemspec +3 -5
  2. metadata +8 -10
@@ -5,12 +5,10 @@ Gem::Specification.new do |gem|
5
5
  gem.description = <<-EOF
6
6
  This is a simple reddit plugin for the excellent cinch irc bot framework.
7
7
  It provides a few simple commands, !karma, !mods, and !readers.
8
- + !karma <user> returns the karma of a reddit.com user account
9
- + !mods <subreddit> returns the moderators of a reddit.com subreddit
10
- + !readers <subreddit> returns the subscriber count of a subreddit.
8
+ See the github page for more details
11
9
  EOF
12
10
  gem.summary = %q{A reddit plugin for the cinch irc bot framework}
13
- gem.homepage = "http://paradox.gd"
11
+ gem.homepage = "http://github.com/paradox460/cinch-reddit"
14
12
 
15
13
  gem.add_dependency "cinch"
16
14
  gem.add_dependency "json"
@@ -20,5 +18,5 @@ Gem::Specification.new do |gem|
20
18
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
21
19
  gem.name = "cinch-reddit"
22
20
  gem.require_paths = ["lib"]
23
- gem.version = "1.0.0"
21
+ gem.version = "1.0.1"
24
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cinch-reddit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-10 00:00:00.000000000 Z
12
+ date: 2012-05-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cinch
16
- requirement: &70093075066960 !ruby/object:Gem::Requirement
16
+ requirement: &70257776963380 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70093075066960
24
+ version_requirements: *70257776963380
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: json
27
- requirement: &70093075065420 !ruby/object:Gem::Requirement
27
+ requirement: &70257776962260 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,12 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70093075065420
35
+ version_requirements: *70257776962260
36
36
  description: ! " This is a simple reddit plugin for the excellent cinch irc bot
37
37
  framework.\n It provides a few simple commands, !karma, !mods, and !readers.\n
38
- \ + !karma <user> returns the karma of a reddit.com user account\n + !mods
39
- <subreddit> returns the moderators of a reddit.com subreddit\n + !readers <subreddit>
40
- returns the subscriber count of a subreddit.\n"
38
+ \ See the github page for more details\n"
41
39
  email:
42
40
  - paradox460@gmail.com
43
41
  executables: []
@@ -50,7 +48,7 @@ files:
50
48
  - README.md
51
49
  - cinch-reddit.gemspec
52
50
  - lib/cinch/plugins/reddit.rb
53
- homepage: http://paradox.gd
51
+ homepage: http://github.com/paradox460/cinch-reddit
54
52
  licenses: []
55
53
  post_install_message:
56
54
  rdoc_options: []