railhead_permalink 0.1.18 → 0.1.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,6 +49,7 @@ module RailheadPermalink
49
49
  self.permalink = permalink
50
50
  end
51
51
  end
52
+ true
52
53
  end
53
54
 
54
55
  def to_param
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "railhead_permalink"
3
- s.version = "0.1.18"
4
- s.date = "2012-02-27"
3
+ s.version = "0.1.19"
4
+ s.date = "2012-07-12"
5
5
  s.summary = "RailheadPermalink is a Ruby on Rails plugin that automatically finds ActiveRecord objects with permalink."
6
6
  s.email = "nagybence@tipogral.hu"
7
7
  s.homepage = "http://github.com/nagybence/railhead_permalink"
metadata CHANGED
@@ -1,72 +1,54 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: railhead_permalink
3
- version: !ruby/object:Gem::Version
4
- hash: 63
5
- prerelease: false
6
- segments:
7
- - 0
8
- - 1
9
- - 18
10
- version: 0.1.18
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.19
5
+ prerelease:
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Bence Nagy
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2012-02-27 00:00:00 +01:00
19
- default_executable:
12
+ date: 2012-07-12 00:00:00.000000000 Z
20
13
  dependencies: []
21
-
22
- description: RailheadPermalink is a Ruby on Rails plugin that automatically finds ActiveRecord objects with permalink.
14
+ description: RailheadPermalink is a Ruby on Rails plugin that automatically finds
15
+ ActiveRecord objects with permalink.
23
16
  email: nagybence@tipogral.hu
24
17
  executables: []
25
-
26
18
  extensions: []
27
-
28
- extra_rdoc_files:
19
+ extra_rdoc_files:
29
20
  - README.rdoc
30
- files:
21
+ files:
31
22
  - MIT-LICENSE
32
23
  - README.rdoc
33
24
  - init.rb
34
25
  - railhead_permalink.gemspec
35
26
  - lib/railhead_permalink.rb
36
- has_rdoc: true
37
27
  homepage: http://github.com/nagybence/railhead_permalink
38
28
  licenses: []
39
-
40
29
  post_install_message:
41
- rdoc_options:
30
+ rdoc_options:
42
31
  - --main
43
32
  - README.rdoc
44
- require_paths:
33
+ require_paths:
45
34
  - lib
46
- required_ruby_version: !ruby/object:Gem::Requirement
35
+ required_ruby_version: !ruby/object:Gem::Requirement
47
36
  none: false
48
- requirements:
49
- - - ">="
50
- - !ruby/object:Gem::Version
51
- hash: 3
52
- segments:
53
- - 0
54
- version: "0"
55
- required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
42
  none: false
57
- requirements:
58
- - - ">="
59
- - !ruby/object:Gem::Version
60
- hash: 3
61
- segments:
62
- - 0
63
- version: "0"
43
+ requirements:
44
+ - - ! '>='
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
64
47
  requirements: []
65
-
66
48
  rubyforge_project:
67
- rubygems_version: 1.3.7
49
+ rubygems_version: 1.8.24
68
50
  signing_key:
69
51
  specification_version: 3
70
- summary: RailheadPermalink is a Ruby on Rails plugin that automatically finds ActiveRecord objects with permalink.
52
+ summary: RailheadPermalink is a Ruby on Rails plugin that automatically finds ActiveRecord
53
+ objects with permalink.
71
54
  test_files: []
72
-