seo_friendly 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8ead4473d9c8e7226c5d09105070a7d2da6e00f
4
- data.tar.gz: ce7b8a84efba8f92fbc403a1dc0fe2ff8321eca6
3
+ metadata.gz: d7cacff95792e7f160921a77193e7e89cbd418cf
4
+ data.tar.gz: 563325258c51a3b9549106f9fe4a1023bbd0e808
5
5
  SHA512:
6
- metadata.gz: 034b279d5ac1cc1f79110c1b07f0b0b60826262bcb8c2567cb8ae2f1cf81d6d95f014a5446e122d52716f45951a61b74dcb1b7f1d5e6093d0abed54abc17dd0d
7
- data.tar.gz: f83ec0f07cc899190f081f06073a9b0c8a8ee4bce713f784bec9bb2fd7a95e3e0e212b483445f80031e3af77e137078a60f60fb66fa3c2cb31bf4ab31e506dd5
6
+ metadata.gz: 6a75b24037f199c41959fb0434887db83a44c8c9d3dee98b1fbf78203d062dd5736adac972277a82482f89ba09c347dd1e5b8779156d9a7ca43ddd93bd057457
7
+ data.tar.gz: 02cabf3595cd1fe7b4cdfd0c7c5d96dccfa25f2ba4b25f87fa150028f49f2d94a83d515010bfce2e912d0b9cc3485c02c0465c59a29c36e827ca845a70ea80ed
@@ -1,3 +1,3 @@
1
1
  module SeoFriendly
2
- VERSION = "0.0.1"
2
+ VERSION = '0.0.2'
3
3
  end
@@ -4,19 +4,19 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'seo_friendly/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "seo_friendly"
7
+ spec.name = 'seo_friendly'
8
8
  spec.version = SeoFriendly::VERSION
9
- spec.authors = ["buzhenko"]
10
- spec.email = ["roman-bujenko@yandex.ru"]
11
- spec.summary = %q{Seo }
12
- spec.description = %q{Seo}
13
- spec.homepage = ""
9
+ spec.authors = ['Roman Buzhenko']
10
+ spec.email = ['roman-bujenko@yandex.ru']
11
+ spec.summary = %q{ Provides easy way to store and manage meta information about any model record. Add view helpers to place meta tags into your views. }
12
+ spec.description = %q{ Easy way to store meta information and manage meta tags. }
13
+ spec.homepage = 'https://github.com/rossmari/seo_friendly'
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ["lib"]
19
+ spec.require_paths = ['lib']
20
20
 
21
21
  spec.add_development_dependency "bundler", "~> 1.7"
22
22
  spec.add_development_dependency "rake", "~> 10.0"
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seo_friendly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - buzhenko
7
+ - Roman Buzhenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: 4.2.0
55
- description: Seo
55
+ description: " Easy way to store meta information and manage meta tags. "
56
56
  email:
57
57
  - roman-bujenko@yandex.ru
58
58
  executables: []
@@ -86,7 +86,7 @@ files:
86
86
  - lib/seo_friendly/words_splitter.rb
87
87
  - lib/tasks/rebuild_seo_params.rake
88
88
  - seo_friendly.gemspec
89
- homepage: ''
89
+ homepage: https://github.com/rossmari/seo_friendly
90
90
  licenses:
91
91
  - MIT
92
92
  metadata: {}
@@ -109,5 +109,6 @@ rubyforge_project:
109
109
  rubygems_version: 2.4.5
110
110
  signing_key:
111
111
  specification_version: 4
112
- summary: Seo
112
+ summary: Provides easy way to store and manage meta information about any model record.
113
+ Add view helpers to place meta tags into your views.
113
114
  test_files: []