yell-rails 0.1.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module Yell
2
2
  module Rails
3
- VERSION = "0.1.1"
3
+ VERSION = "0.5.0"
4
4
 
5
5
  end
6
6
  end
data/yell-rails.gemspec CHANGED
@@ -6,7 +6,8 @@ Gem::Specification.new do |s|
6
6
  s.name = "yell-rails"
7
7
  s.version = Yell::Rails::VERSION
8
8
  s.authors = ["Rudolf Schmidt"]
9
- s.homepage = ""
9
+
10
+ s.homepage = "http://rudionrails.github.com/yell"
10
11
  s.summary = %q{yell-rails}
11
12
  s.description = %q{Yell for Rails}
12
13
 
@@ -19,5 +20,5 @@ Gem::Specification.new do |s|
19
20
 
20
21
  # specify any dependencies here; for example:
21
22
  # s.add_development_dependency "rspec"
22
- s.add_runtime_dependency "yell"
23
+ s.add_runtime_dependency "yell", "~> 0.5"
23
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yell-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.5.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,19 +9,19 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-18 00:00:00.000000000 Z
12
+ date: 2012-04-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: yell
16
- requirement: &70328776840880 !ruby/object:Gem::Requirement
16
+ requirement: &70176101228600 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ! '>='
19
+ - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: '0'
21
+ version: '0.5'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70328776840880
24
+ version_requirements: *70176101228600
25
25
  description: Yell for Rails
26
26
  email:
27
27
  executables: []
@@ -34,7 +34,7 @@ files:
34
34
  - lib/yell-rails.rb
35
35
  - lib/yell/rails/version.rb
36
36
  - yell-rails.gemspec
37
- homepage: ''
37
+ homepage: http://rudionrails.github.com/yell
38
38
  licenses: []
39
39
  post_install_message:
40
40
  rdoc_options: []
@@ -59,3 +59,4 @@ signing_key:
59
59
  specification_version: 3
60
60
  summary: yell-rails
61
61
  test_files: []
62
+ has_rdoc: