forum_monster 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/forum_monster.gemspec +2 -2
  2. metadata +5 -4
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{forum_monster}
8
- s.version = "1.0.2"
8
+ s.version = "1.0.3"
9
9
  s.platform = Gem::Platform::RUBY
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  "README.rdoc"
21
21
  ]
22
22
 
23
- s.require_paths = 'lib'
23
+ s.require_paths = ['lib']
24
24
  s.files = `git ls-files`.split("\n")
25
25
  s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
26
26
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forum_monster
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-13 00:00:00.000000000Z
12
+ date: 2011-11-11 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: A Simple Rails 3 Forum Generator
15
15
  email:
@@ -63,7 +63,8 @@ homepage: http://github.com/gitt/forum_monster
63
63
  licenses: []
64
64
  post_install_message:
65
65
  rdoc_options: []
66
- require_paths: lib
66
+ require_paths:
67
+ - lib
67
68
  required_ruby_version: !ruby/object:Gem::Requirement
68
69
  none: false
69
70
  requirements:
@@ -81,5 +82,5 @@ rubyforge_project:
81
82
  rubygems_version: 1.8.10
82
83
  signing_key:
83
84
  specification_version: 3
84
- summary: Forum Monster - 1.0.2
85
+ summary: Forum Monster - 1.0.3
85
86
  test_files: []