railhead_permalink 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/railhead_permalink.gemspec +1 -2
  3. metadata +2 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07aecdc9a4e5140a9d3019bbcd2a128b39398310
4
- data.tar.gz: 08047831ee7fce6caae8d133e192c271f52f831a
3
+ metadata.gz: a3bdbdd7cdb8e72ee771f70e5aa6741e15d01777
4
+ data.tar.gz: e5090bc9bf695a42112f08ed3386d3b0b176495e
5
5
  SHA512:
6
- metadata.gz: 96012761aabb458584c28fa30a9500381948d6074eafcda27db5e484021ea4898044034527144713ae78ce67a9099c081718597e93cf0f284d3985b14421044f
7
- data.tar.gz: ded3e216382f48a87b1807334f4ed95badc603868380aded53dba272899d38e63647eca6d5caf70d9f123db0825280942b2032e129a41cf9105497abb36fb967
6
+ metadata.gz: b933cae3e0d28da6c8e3a7a8d0f3a0e3489e96b8b5c409a24cd378e70590c38b7783b37b347023a0919ab9dc62ecf847f1f7491ba4a4dc6c029b8d7342111783
7
+ data.tar.gz: d9c16404df51abdf3a5bfb6db90d53208e5685259f52ad1ce048c01796cc3f0f1af58ed18d6398d1c01c48bc9b514928b8446d0f7940bae763636d9401961dd5
@@ -1,11 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "railhead_permalink"
3
- s.version = "0.2.1"
3
+ s.version = "0.2.2"
4
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
6
  s.email = "bence.nagy@gmail.com"
7
7
  s.homepage = "http://github.com/nagybence/railhead_permalink"
8
- s.description = "RailheadPermalink is a Ruby on Rails plugin that automatically finds ActiveRecord objects with permalink."
9
8
  s.has_rdoc = true
10
9
  s.authors = ["Bence Nagy"]
11
10
  s.files = ["MIT-LICENSE",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railhead_permalink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bence Nagy
@@ -10,8 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-02-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: RailheadPermalink is a Ruby on Rails plugin that automatically finds
14
- ActiveRecord objects with permalink.
13
+ description:
15
14
  email: bence.nagy@gmail.com
16
15
  executables: []
17
16
  extensions: []