railhead_permalink 0.2.0 → 0.2.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/railhead_permalink.gemspec +4 -5
  3. metadata +6 -6
  4. data/init.rb +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed42432ef2afd049a02671146eb520e6cc08faf5
4
- data.tar.gz: b5a9a4973ab339ef115748ca41f149503973522f
3
+ metadata.gz: 07aecdc9a4e5140a9d3019bbcd2a128b39398310
4
+ data.tar.gz: 08047831ee7fce6caae8d133e192c271f52f831a
5
5
  SHA512:
6
- metadata.gz: d378d36a8db3c4781dfc6f175983ea0648387bb21194bc3a33d13338c4b917b9bb9e041070b5d385149be05b4ef0edc8cd4f54ebeb840b248a59a844c2bcc5e7
7
- data.tar.gz: 058dc295b1670a065f587a148b2e8a867cc84314bfaa6317be182cc170f7a396eed889af9887d1882391f86639534d9b2c592be5714976c2d62d69455b83c0b4
6
+ metadata.gz: 96012761aabb458584c28fa30a9500381948d6074eafcda27db5e484021ea4898044034527144713ae78ce67a9099c081718597e93cf0f284d3985b14421044f
7
+ data.tar.gz: ded3e216382f48a87b1807334f4ed95badc603868380aded53dba272899d38e63647eca6d5caf70d9f123db0825280942b2032e129a41cf9105497abb36fb967
@@ -1,19 +1,18 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "railhead_permalink"
3
- s.version = "0.2.0"
4
- s.date = "2014-10-24"
3
+ s.version = "0.2.1"
4
+ s.date = "2015-02-23"
5
5
  s.summary = "RailheadPermalink is a Ruby on Rails plugin that automatically finds ActiveRecord objects with permalink."
6
- s.email = "nagybence@tipogral.hu"
6
+ s.email = "bence.nagy@gmail.com"
7
7
  s.homepage = "http://github.com/nagybence/railhead_permalink"
8
8
  s.description = "RailheadPermalink is a Ruby on Rails plugin that automatically finds ActiveRecord objects with permalink."
9
9
  s.has_rdoc = true
10
10
  s.authors = ["Bence Nagy"]
11
11
  s.files = ["MIT-LICENSE",
12
12
  "README.rdoc",
13
- "init.rb",
14
13
  "railhead_permalink.gemspec",
15
14
  "lib/railhead_permalink.rb"]
16
15
  s.rdoc_options = ["--main", "README.rdoc"]
17
16
  s.extra_rdoc_files = ["README.rdoc"]
17
+ s.license = "MIT"
18
18
  end
19
-
metadata CHANGED
@@ -1,18 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railhead_permalink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bence Nagy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-24 00:00:00.000000000 Z
11
+ date: 2015-02-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: RailheadPermalink is a Ruby on Rails plugin that automatically finds
14
14
  ActiveRecord objects with permalink.
15
- email: nagybence@tipogral.hu
15
+ email: bence.nagy@gmail.com
16
16
  executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files:
@@ -20,11 +20,11 @@ extra_rdoc_files:
20
20
  files:
21
21
  - MIT-LICENSE
22
22
  - README.rdoc
23
- - init.rb
24
23
  - lib/railhead_permalink.rb
25
24
  - railhead_permalink.gemspec
26
25
  homepage: http://github.com/nagybence/railhead_permalink
27
- licenses: []
26
+ licenses:
27
+ - MIT
28
28
  metadata: {}
29
29
  post_install_message:
30
30
  rdoc_options:
@@ -44,7 +44,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
44
  version: '0'
45
45
  requirements: []
46
46
  rubyforge_project:
47
- rubygems_version: 2.2.2
47
+ rubygems_version: 2.4.6
48
48
  signing_key:
49
49
  specification_version: 4
50
50
  summary: RailheadPermalink is a Ruby on Rails plugin that automatically finds ActiveRecord
data/init.rb DELETED
@@ -1 +0,0 @@
1
- require 'railhead_permalink'